Difference between revisions of "Microduino-Module nRF"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{| style="width: 800px;" |- | 400px|thumb|right|Microduino-nRF24 '''Microduino-nRF24''' uses the newest 2.4GHz transceiver nRF24L01 fro...")
 
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{Language|Microduino-nRF24}}
 
{| style="width: 800px;"
 
{| style="width: 800px;"
 
|-
 
|-
 
|
 
|
[[file:Microduino-nRF24-rect.jpg|400px|thumb|right|Microduino-nRF24]]
+
[[file:Microduino-nRF-rect.jpg|400px|thumb|right|Microduino-nRF24]]
'''[[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.
+
Microduino-nRF24 is a high-speed embedded wireless data transmission module.  
  
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.
+
|-
 +
|
 +
==Features==
 +
*Fully integrated link layer on the module makes it easy to develop.
 +
*With automatic retransmission function, it can automatically detect and resend lost packets and the retransmission time and frequency can be controlled by software.
 +
*With packets that can automatically save un-received response signals.
 +
*With automatic reply function, the module can send response signal automatically after receiving valid data and need no reprogramming. 
 +
*Capable of setting six receiving channels' address synchronously and opening the receiving channels selectively.
 +
*Standard pin 2.54mm spacing interface, making it convenient for embedded application.
 +
*Small, stackable and economic.
 +
*Open source hardware circuit design and Arduino compatible programming development environment.
 +
*With a uniform Microduino interface standard and rich peripheral modules, it can easily connect with other Microduino modules and sensors.
 +
*2.54mm(0.1 inch) pin pitch, compatible with bread boards and pegboards.
  
'''[[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.
+
==Specification==
 +
*Global open 2.4GHz ISM band with the maximum transmission power of 0DBM and free license to use.
 +
*Low operation voltage: 1.9-3.6 V.
 +
*SMA antenna, easy to change.
 +
*Support six channels' data transmission.
 +
*High rate: 2MBPS. Due to short transmission rate in the air, it largely reduces collision in wireless transmission. (Set 2MBPS or 256 KBPS, 1 MBPS air transmission rate with software)
 +
*Multi-point frequency: With 125 frequency points, it meets the requirement of multi-point communication and frequency hopping communication.
 +
*Low consumption: With fast air transmission and startup, it greatly reduces the current consumption when communicating in the response mode.
  
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.
+
===Pin Description===
  
 +
:[[file:Micrduino-nRF24-1.jpg|800px|thumb|center|Microduino-nRF24 Spec]]
 +
<br style="clear: left"/>
  
 +
{|class="wikitable"
 +
! rowspan="1" | NRF24L01 Pin || Microduino Pin || Function
 
|-
 
|-
|
+
| SCK|| D13 || SPI bus clock
==Features==
+
|-
* Worldwide license-free 2.4GHz ISM band operation
+
| SI || D12 || Data input pin
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino
+
|-
* Delivered ready to plug in.
+
| SO  || D11 || Data output pin
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board
+
|-
 +
| CSN || D10 || SPI Chip-select signal (Defined in program)
 +
|-
 +
| CE || D9 || RX or TX Mode selection (Defined in program)
 +
|}
 +
 
 +
==Document==
 +
Eagle PCB '''[[File:Microduino-nRF24.zip]]'''
 +
 
 +
 
 +
===Main Components===
 +
* Chip:'''[[File:NRF24L01 datasheet.pdf]]'''
 +
* crystal:'''[[File:HCX-3SB-16M.pdf]]'''
 +
 
 +
==Development==
 +
===Arduino library and support package===
 +
*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==
  
 +
===Download Program===
 +
Test Program:'''[[File:Program_Test_NRF.zip]]'''
  
|-
+
===Two Microduino core communicate via Nrf24===
|
+
*Prepared hardware:Microduino FT232R, Microduino Core*2, Microduino Nrf24*2;
==Specifications==
+
*Prepared software:Microduino example program (Arduino part), Arduino IDE(1.0 release and upper), RF24 library, RF24Network library;
* Auto Acknowledge
+
*Copy the downloaded library to libraries folod of Arduino IDE;
* Auto Re-Transmit
+
*Start Arduino IED, open Microduino example program, select board "Microduino Core (Atmega328P@16M,5V)", download directly;
* 100m Range at 250kbps
+
*The sending and receiving wiring picture:
* 250kbps to 2Mbit Data Rate
+
[[File:Send.png|thumb|600px|center|Sending wiring picture]]
* 32 Byte separate TX and RX FIFOs
 
* Software selectable channel from 2400MHz to 2525MHz (125 Selectable channels)
 
* 1Mbps and 2Mbps on-air data-rate
 
* Enhanced ShockBurst? hardware protocol accelerator
 
  
:[[file:Micrduino-nRF24-1.png|800px|thumb|left|Microduino-nRF24 Spec]]
+
[[File:Rec.png|thumb|600px|center|Receiving wiring picture]]
<br style="clear: left"/>
 
:[[file:Micrduino-nRF24-2.png|800px|thumb|left|Microduino-nRF24 Spec]]
 
<br style="clear: left"/>
 
  
  
|-
 
|
 
  
==Documents==
+
*Observation
* Snapshot of '''[[Microduino-nRF24]]''' schematic
+
**Sending end can control receiving end's LED by button.
:[[file:Microduino-nRF24-SCH.png|600px|thumb|left|Microduino-nRF24 Schematic]]
+
**Sending end potentiometer can control the lightness of LED for receiving end.
<br style="clear: left"/>
 
:[[file:Microduino-nRF24-PCB.png|600px|thumb|none|Microduino-nRF24 PCB]]
 
<br style="clear: left"/>
 
* '''[[Microduino-nRF24]]''' Eagle source file 【'''[[media:Microduino-nRF24.zip|download]]'''】
 
* '''[[Microduino-nRF24]]''' main chips and devices
 
** Main chip: '''[[media:nRF24L01_Product_Specification_v2_0.pdf|Datasheet of nRF24]]'''
 
  
|-
+
==FQA==
|
+
*Does this module have the antenna?
==Development==
+
**Yes.
* Arduino IDE library and support
+
*Does this module support the voltage conversion from 5V to 3.3V?
** '''[[Microduino-nRF24]]''' nRF24 network library github.com【'''[https://github.com/maniacbug/RF24Network/ download]'''】
+
**Core and Core+ module doesn’t support this voltage conversion.
* '''[[Microduino-nRF24]]''' workshops
+
*How to control this module running in low power consumption mode or close it directly?
**【'''[[Learn to use Microduino-nRF24]]'''】
+
**You use the function pwerDwon() offered by Arduino library.
 +
*What's the work range of this module?
 +
**100 meters in the open area.
  
|-
+
==Bug==
|
 
  
==Buy==
 
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/nRF24 Microduino-nRF24]'''
 
  
|-
 
|
 
 
==History==
 
==History==
 
  
|-
 
|
 
==Pictures==
 
[[file:Microduino-nRF24-T.jpg|thumb|600px|left|Front]]
 
[[file:Microduino-nRF24-B.jpg|thumb|600px|left|Back]]
 
  
 +
==Picture==
 +
[[file:Microduino-nRF24-t.jpg|thumb|600px|center|Microduino nRF24 Front]]
 +
 +
[[file:Microduino-nRF24-b.jpg|thumb|600px|center|Microduino nRF24 Back]]
 +
 +
==Video==
  
 
|}
 
|}

Latest revision as of 04:24, 4 August 2017

Language: English  • 中文
Microduino-nRF24

Microduino-nRF24 is a high-speed embedded wireless data transmission module.

Features

  • Fully integrated link layer on the module makes it easy to develop.
  • With automatic retransmission function, it can automatically detect and resend lost packets and the retransmission time and frequency can be controlled by software.
  • With packets that can automatically save un-received response signals.
  • With automatic reply function, the module can send response signal automatically after receiving valid data and need no reprogramming.
  • Capable of setting six receiving channels' address synchronously and opening the receiving channels selectively.
  • Standard pin 2.54mm spacing interface, making it convenient for embedded application.
  • Small, stackable and economic.
  • Open source hardware circuit design and Arduino compatible programming development environment.
  • With a uniform Microduino interface standard and rich peripheral modules, it can easily connect with other Microduino modules and sensors.
  • 2.54mm(0.1 inch) pin pitch, compatible with bread boards and pegboards.

Specification

  • Global open 2.4GHz ISM band with the maximum transmission power of 0DBM and free license to use.
  • Low operation voltage: 1.9-3.6 V.
  • SMA antenna, easy to change.
  • Support six channels' data transmission.
  • High rate: 2MBPS. Due to short transmission rate in the air, it largely reduces collision in wireless transmission. (Set 2MBPS or 256 KBPS, 1 MBPS air transmission rate with software)
  • Multi-point frequency: With 125 frequency points, it meets the requirement of multi-point communication and frequency hopping communication.
  • Low consumption: With fast air transmission and startup, it greatly reduces the current consumption when communicating in the response mode.

Pin Description

Microduino-nRF24 Spec


NRF24L01 Pin Microduino Pin Function
SCK D13 SPI bus clock
SI D12 Data input pin
SO D11 Data output pin
CSN D10 SPI Chip-select signal (Defined in program)
CE D9 RX or TX Mode selection (Defined in program)

Document

Eagle PCB File:Microduino-nRF24.zip


Main Components

Development

Arduino library and support package

Application

Download Program

Test Program:File:Program Test NRF.zip

Two Microduino core communicate via Nrf24

  • Prepared hardware:Microduino FT232R, Microduino Core*2, Microduino Nrf24*2;
  • Prepared software:Microduino example program (Arduino part), Arduino IDE(1.0 release and upper), RF24 library, RF24Network library;
  • Copy the downloaded library to libraries folod of Arduino IDE;
  • Start Arduino IED, open Microduino example program, select board "Microduino Core (Atmega328P@16M,5V)", download directly;
  • The sending and receiving wiring picture:
Sending wiring picture
Receiving wiring picture


  • Observation
    • Sending end can control receiving end's LED by button.
    • Sending end potentiometer can control the lightness of LED for receiving end.

FQA

  • Does this module have the antenna?
    • Yes.
  • Does this module support the voltage conversion from 5V to 3.3V?
    • Core and Core+ module doesn’t support this voltage conversion.
  • How to control this module running in low power consumption mode or close it directly?
    • You use the function pwerDwon() offered by Arduino library.
  • What's the work range of this module?
    • 100 meters in the open area.

Bug

History

Picture

Microduino nRF24 Front
Microduino nRF24 Back

Video