“Microduino NRF communication-201KIT”的版本间的差异
(→Debugging) |
(→Note) |
||
(未显示同一用户的1个中间版本) | |||
第79行: | 第79行: | ||
==Result== | ==Result== | ||
− | + | Just download the program to the core board and you can control the LED on the slave machine through the button on the master machine. | |
− | |||
==Note== | ==Note== | ||
− | *The parameters | + | *The sending and receiving parameters of Microduino-NRF24's communication function should be matched. |
− | *The button | + | *The button adopts internal pullup, needed to be defined in program. |
|} | |} |
2014年8月20日 (三) 10:12的最新版本
Language | English |
---|
Outline
Bill of Materials
For ease of debugging and lowering the height of the module combination, here we need an extension board Microduino-Duo-V1. DocumentDebugging | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Prepare master module: Microduino-Core+, Microduino-FT232R, Microduino-nRF24, a button and a bread board | |||||||||||||||||||||||||||
Prepare slave module: Microduino-Core, Microduino-NRF24,Microduino Duo-V and an LED | |||||||||||||||||||||||||||
Button connection:Adopt internal pullup. (You need to define it in program.) | |||||||||||||||||||||||||||
The whole system picture: | |||||||||||||||||||||||||||
Download the program: | |||||||||||||||||||||||||||
Choose "Microduino Core +(Atmega644P@16M,5V)" as the board of the master machine and "Microduino Core (Atmega328P@16M,5V)" as that of the slave machine, then download directly. ResultJust download the program to the core board and you can control the LED on the slave machine through the button on the master machine. Note
|