Nordic modules - nRF24LE or equivalent
Alex.Stanfield
Posts: 198
Is there any site where I can get manuals, schematics or reference information regarding the Nordic based modules?
like these :
http://www.ebay.com/itm/10PCS-Arduino-NRF24L01-Wireless-Transceiver-Module-/251062580786
http://www.aliexpress.com/store/product/5PCS-LOT-Free-Shipping-NRF24LE1-wireless-transmission-module-NRF24L01-51-single-chip-MCU/223246_866371665.html
http://www.ebay.com/itm/NRF24LE1-NRF24L01-MCU-supply-test-procedures-Wireless-communication-Module-/151145886852?pt=LH_DefaultDomain_0&hash=item2330ff3484
I mean the modules and not the chips themselves.
Thanks in advance.
Alex
like these :
http://www.ebay.com/itm/10PCS-Arduino-NRF24L01-Wireless-Transceiver-Module-/251062580786
http://www.aliexpress.com/store/product/5PCS-LOT-Free-Shipping-NRF24LE1-wireless-transmission-module-NRF24L01-51-single-chip-MCU/223246_866371665.html
http://www.ebay.com/itm/NRF24LE1-NRF24L01-MCU-supply-test-procedures-Wireless-communication-Module-/151145886852?pt=LH_DefaultDomain_0&hash=item2330ff3484
I mean the modules and not the chips themselves.
Thanks in advance.
Alex
Comments
I'm actively working on improving the current driver Spin/PASM driver for these transceivers (as part of my robot remote project). The current Propeller driver for the Nodic nRF24L01+ modules can be found in the first of the "Similar Threads" below.
The other transceivers you listed have a built in microcontroller.
Thanks for the pointers Duane! That's a good reference for the bare transmitter.
Are there equivalents for the nrf24LE modules? I'm looking for a simple remote control so the embedded microcontroller would do fine for a all in one module.
Alex
I'm sure there are but I don't know where they are hiding (not have I looked much).
I've debated about getting some of the LE version. I just don't want to have to learn to use a different microcontroller. I have used the nRF24L01+ modules/chips with AVR ATtiny uCs.
Now that you've got me thinking about the LE version, I'll probably purchase a couple to experiment with. They would be really useful for wireless sensor applications where you don't need a lot of processing power at the sensor itself.