Hello,
im planing on building some sort of wireless home control. Therefore i ordered a few of these NRF24L01+ Modules (http://www.ebay.de/itm/SainSmart-New-Arduino-NRF24L01-Wireless-Transceiver-Module-2-4GHz-100m-range-/320951854865?pt=Bauteile&hash=item4aba38a711). The specifications say "1.9V-3.3V Vcc input".
I want to use them with a small Arduino Board, so i thought about the Arduino Pro Mini, on the product page it says that the board is available in a 5V and 3.3V Version. All other Arduinos (Uno, Mega, Nano) are 5V, right? So what Board should i use?
If i bought the Arduino Pro Mini 5V, how could i use the Wireless Module? Or is it better to use the Pro Mini 3.3? Is there any disadvantage with the 3.3V Board?
But still, how can i use the Wireless module with my other 5V Arduinos?
ah ok, so it's ok when the logic connections are 5V, good to know.
Is there any disadvantage with using the 3.3V Version?
And the 4V Mini Pro doesn't have a 3.3V Pin, right? So the VCC Pin is either 5V or 3.3 depending on the Board?
ah ok, so mabye the easiest way for me still is to use a 5V Board, just because all my other boards are 5V too, which makes testing easier.
So i dont have to to anything with the logics? But i would have to reduce the 5V to 3.3V for the power. Is that easy?
But when i look at those boards, they all have a 6-PIN Header [DTR,RX,TX,VCC,CTS,GND], but when i look at pictures of MiniPro Boards they dont have the same PIN's:
Most Arduino boards have a 3.3V pin. That is an output voltage for modules and sensors. So you can use that.
The Mini Pro 5V does not have such a onboard 3.3V.
So if you use the Mini Pro 5V, you have to make 3.3V yourself with a voltage regulator.
The Mini Pro also doesn't have a usb-to-serial adapter on board.
So you have to buy one.
The links are okay, you can use those. Some Pro Mini 5V 16MHz are even cheaper than that. I just bought one myself for less than 5 euros.
You need RX (or RXD), TX (or TXD) and DTR. The DTR signal is used to reset the Arduino. This is used to upload a sketch.
ok, thank you.
And one more question about powering the ProMini 5V Board.
Can i just get a cheap 5V 1A power adapter and connect it to the Mini? Or is it better to use a 7V adapter?
And than there is a VCC and Raw pin, right? DO i connect the adapter to raw or VCC?