摘要:
1. bootloader 的基本功能: 启动应用 几个应用之间切换 初始化外设 nordic nrf52xxx的bootloader主要功能用来做DFU, 可以通过HCI, UART 或BLE通信的更新程序,然而从SDK 比较高的版本仅支持使用BLE来更新固件,如果采用UART/ HCI接口更新固 阅读全文
摘要:
参考:http://pythonhosted.org/PyInstaller/#installing-pyinstaller1、下载pyinstaller和PyWin32目前pyinstaller支持的python版本为2.3-2.7,可以到http://www.pyinstaller.org/官网... 阅读全文
摘要:
Setting up Wifi with the Command LineSIMON MONKThis tutorial works best if your router is broadcasting the SSID. Make sure you have "Broadcast SSID" s... 阅读全文
摘要:
参考: http://www.siongboon.com/projects/2013-07-08_raspberry_pi/index.htmlRaspberry Pi Get started with Raspberry Pi (RPi), a step by step approach to ... 阅读全文
摘要:
参考:http://programmingadvent.blogspot.hk/2012/12/raspberry-pi-uart-with-pyserial.htmlRaspberry Pi UART with PySerialOS:Occidentalis v0.2Hardware:Raspbe... 阅读全文
摘要:
参考:RPi Serial Connection本文来自:http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uartUsing the UARTIf you are running Ras... 阅读全文
摘要:
本文参考 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, 阅读全文
摘要:
Raspberry Pi 手把手教你在树莓派上安装USB无线网卡支持WIFI 树莓派虽然已经有了有线网卡,但是并未配置无线网卡,移动性不够强,好在机器配备了2个USB口,当然要分一个出来给WIFI无线网卡使用了,这样小派使用起来就更便利了!我手头有个NetCore磊科NW336无线网卡,非常便宜的那 阅读全文
摘要:
概括setuptools是 Python Enterprise Application Kit(PEAK)的一个副项目,它 是一组Python的 distutilsde工具的增强工具(适用于 Python 2.3.5 以上的版本,64 位平台则适用于 Python 2.4 以上的版本),可以让程序员... 阅读全文