“Microduino NRF communication-201KIT”的版本间的差异
(→Outline) |
(→Bill of Materials) |
||
第16行: | 第16行: | ||
|Module||Number||Function | |Module||Number||Function | ||
|- | |- | ||
− | |Microduino-Core+||1|| | + | |Microduino-Core+/Microduino-Core||1||Used as a master machine to send the control signal |
|- | |- | ||
− | |Microduino-Core||1|| | + | |Microduino-Core||1||Used as a slave machine to receive the control signal |
|- | |- | ||
− | |Microduino-FT232R ||1|| | + | |Microduino-FT232R ||1||For program download |
|- | |- | ||
− | |Microduino-nRF24||2|| | + | |Microduino-nRF24||2||For wireless communication |
|} | |} | ||
*Other equipment | *Other equipment | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | |Button||1|| | + | |Button||1||For function selection |
|- | |- | ||
− | |LED||1|| | + | |LED||1||For displaying communication status |
|- | |- | ||
− | |bread board||1|| | + | |bread board||1||For circuit buildup |
|- | |- | ||
− | |Jumper||1|| | + | |Jumper||1||For circuit connection |
|} | |} | ||
*Module | *Module | ||
− | + | For ease of debugging and lowering the height of the module combination, here we need an extension board Microduino-Duo-V1. | |
[[File:module.jpg|600px|center|thumb|201KIT]] | [[File:module.jpg|600px|center|thumb|201KIT]] |
2014年8月20日 (三) 09:54的版本
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, button, bread board | |||||||||||||||||||||||||||
Prepare slave module: Microduino-Core, Microduino-NRF24,Microduino Duo-V, LED | |||||||||||||||||||||||||||
Button connection:use internal pull up, set it in program by yourself. | |||||||||||||||||||||||||||
The whole systme picture: | |||||||||||||||||||||||||||
download the program: | |||||||||||||||||||||||||||
Choose "Microduino Core +(Atmega644P@16M,5V)" on master, and choose "Microduino Core (Atmega328P@16M,5V)" on slave, download directly. ResultDownload the program to core board, press the button on master to contorl the LED on slave, light and off in turn.
Note
|