转载:https://null-byte.wonderhowto.com/how-to/hack-radio-frequencies-hijacking-fm-radio-with-raspberry-pi-wire-0177007/ In our first part on software-defined radio and signals intelligence, we learned how to set up a radio listening station to find and…
本文参考 http://www.instructables.com/id/Raspberry-Pi-I2C-Python/all/?lang=zh 作者 AntMan232 In this instructable, I will explain how to use I2C on the Pi, with the examples of the CMPS03 compass module and SRF08 Ultrasonic range, using python. I will expl…
http://www.raspberry-pi-geek.com/Archive/2013/01/Adding-an-On-Off-switch-to-your-Raspberry-Pi#article_f5 Which Switch? Aaron Shaw Pulling the plug on your Pi without an orderly shutdown can corrupt the SD card. Also, many users prefer a convenient sw…
本文将学习如何在Raspberry Pi上安装MicroPython编辑器mu,并将MicroPython中编写的程序从您的Raspberry Pi推送到micro:bit. 您需要: 硬件, 带有SD卡和常规外围设备的Raspberry Pi, Micro:bit USB-A tomicro USB-B 47‎Ω Resistor Femaleto Female Jumper Lead 母对母跳线 Crocodileclips and wire鳄鱼夹线 LED 软件, 您需要一个最新的SD卡映…
1. 如何在没有显示器的情况下,查看 Raspberry Pi 3的 IP 信息(Raspberry Pi 3 ,IP Address) 1 IP Address Any device connected to a Local Area Network is assigned an IP address. In order to connect to your Raspberry Pi from another machine using SSH or VNC, you need to know…
最近公司有项目想要在树莓派上做,代替原来的工控机(我们是把工控主机当作小的主机用,一台小的工控主机最少也要600左右,而树莓派只要200多).于是,公司买了一个Raspberry Pi B+和一个Raspberry Pi 2 B,并要求能在B+上做就尽量用B+,原因很简单,B+比Raspberry Pi 2要便宜70左右.拿到闻名已久的树莓派之后很是兴奋,试着从官网下载了官方推荐的镜像raspbian,用Win32DiskImager烧录到SD卡上,然后上电,起初屏幕上什么都没显示,不管重新烧写…
最新的下载地址是: https://www.offensive-security.com/kali-linux-arm-images/ 按照官网的说法是找不到树莓派版本的SHA1SUM和SHA1SUMS.gpg文件的,所以官网上以下的验证没法继续做:…
there are some things to do for raspberry pi 3b for the first time: 1, connect pi with monitor/KB/mouse, then power on it and go into its desktop(by default):expand system up to the whole storage of SD card(it seems to be maximum of 64G by official e…
首先请大家原谅我的"不务正业",放着RabbitHub不写,各种系列的文章不写搞什么Iot,哈哈,最近心血来潮想搞个速度极快的遥控车玩,望着在角落的Raspberry Pi恶狠狠的开着各种折腾它 材料选购 这里得感谢万能的TB,能买到很多现实生活中可能根本问不到的东西.下面列一下本次TB购物清单. 小车底盘一套(轮子.马达.舵机.底盘.各种螺丝等) L298N模块一个 杜邦线(公对母.公对公.母对母)若干 6节5号电池盒一个 下面是一些工具,托人带的 烙铁.焊锡 导线 万用表 螺丝刀一…
一.初衷 近期正在做网络计算编程的作业.要求平台为unix/linux,想着Raspberry Pi装的Debian系统也是Linux改的,也应该能够勉强用着,所以就用它来做作业了! 二.说明 先把环境搭了(配置unp.h头文件环境),具体步骤见下文 http://www.voidcn.com/blog/liyuefeilong/article/p-5697814.html 编译出错 ,如上图,解决方案: http://www.cnblogs.com/instorm/p/3415483.html…