“Microduino-nRF24”的版本间的差异
(→Picture) |
(→Arduino library and support package) |
||
第67行: | 第67行: | ||
===Arduino library and support package=== | ===Arduino library and support package=== | ||
*Use RF24 library, refer to RF24 library file and RF24Network library file: | *Use RF24 library, refer to RF24 library file and RF24Network library file: | ||
− | ** | + | **https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_nRF_RF24 |
− | ** | + | **https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_nRF_RF24Network |
− | |||
==Application== | ==Application== |
2014年7月2日 (三) 05:31的版本
Language | English |
---|
Microduino-nRF24 uses the newest 2.4GHz transceiver nRF24L01 from Nordic Semiconductor. This transceiver IC operates in the 2.4GHz band and has many new features! Take all the coolness of the nRF2401A and add some extra pipelines, buffers, and an auto-retransmit feature. Designers can use Microduino-nRF24 in project without any wireless design , and just need to stack it with Microduino-Core or Microduino-Core+ through UPin-27, the standard Microduino interface will attach nRF24 and MCU with SPI bus, on transferring data. Microduino-nRF24 works in the 1.9 to 3.6v voltage, the on-chip DC-DC regulator will automatically step down supply voltage to proper level. Note: We now populate these boards with the nRF24L01+. The '+' version of the IC has improved range, sensitivity, and data rates. The command set is backward compatible with the original nRF24L01.
| ||||||||||||||||||
目录Features
Specification
Pin Description
DocumentEagle PCB 文件:Microduino-nRF24.zip
Main Components
DevelopmentArduino library and support package
ApplicationDownload ProgramTest Program:文件:Program Test NRF.zip Two Microduino core communicate via Nrf24
BugHistoryPictureVideo |