|
Post by papa on Apr 6, 2017 19:46:25 GMT
RFM69 Radio - Specs, Issues, Alternatives Essential to NOT damaging the RFM69 radio is supplying it with only 3.3 volts, not only at the RFM69's VCC (power) connection, but also from the Arduino's digital pins. Probably best is to use a an Arduino that supplies 3.3 volt at its data pins: like a Buono Uno switched to 3.3 volts, an Arduino Pro Mini, or a regular (5 volt) Arduino Uno that has been hacked to 3.3 volts like this. One can also use 3.3 volt devices with the RFM69 radio already installed like an Anarduino Miniwireless or a lowpowerlab.com Moteino. Caution: Some on this forum have used Logic Level Converters (or Shifters) to connect RFM69 radios to a regular 5 volt Arduino. From the reports I've seen, I'm skeptical how well level converters work for this & computourist expressed his sketicism. Later in this thread, I'll post links to Logic Level Converter discussion. On a more encouraging note, see greginkansas' post below here. RFM69 Model Numbers - RFM69HW vs. RFM69HCW vs RFM69WSparkfun: RFM69HCW Hookup Guide ====================== Connect LED to show RFM69 activity
|
|
|
Post by papa on Apr 6, 2017 19:47:19 GMT
|
|
|
Post by papa on Apr 6, 2017 19:49:45 GMT
|
|
|
Post by papa on Apr 6, 2017 19:52:42 GMT
|
|
|
Post by papa on Apr 6, 2017 19:54:54 GMT
|
|
|
Post by papa on Apr 6, 2017 19:58:01 GMT
|
|
|
Post by greginkansas on Apr 7, 2017 23:32:21 GMT
Papa I use Logic Level Converters on 3 of my nodes + the gateway for over a year now, so they do work fine. Just use a good bi directional one www.sparkfun.com/products/12009. This is the easy way to use all the 5V sensors that are out there. Or these www.adafruit.com/product/3071 with radio and Level Converters one one board. Nice work on all the docs
|
|
|
Post by papa on Apr 8, 2017 8:15:02 GMT
Thanks for the update, greg. In the first post above in the paragraph about Logic Level Converters, I added a pointer to your post just above.
Thanks also for the encouragement on indexing the forum's contents.
|
|
|
Post by jimkernsjr on May 9, 2017 6:02:54 GMT
Hi All... I built 2 shields with the logic level converters, and they work perfect. Throw in a nice lm1117 voltage regulator and supply the radio off the 5v line and a couple of caps and no worries about sourcing 3.3v volt arduinos. Here is where I got my idea from: jeelabs.net/boards/6/topics/2934The voltage divider system seems to work well too. I ordered a couple breakouts from Oshpark: oshpark.com/shared_projects/OhoMAYdA3 for $5 with shipping, plus $2.25 free shipping for the radio's from AliExpress, and $1.50 promini's you can make it for under $10 now, and easily on a breadboard for testing too with the breakouts! Ive even discovered that using 5v promini's, and supplying the raw pin and the radio from a lm1117 works fine too. Built a couple more end nodes with that too. I know this is "out of spec" for the 328, but it's the whole concept the Anarduino promini is designed around, and it worked for Kevin Darrah: www.youtube.com/watch?v=If0eOa0Uj5II want to try it with a regular UNO but never got around to it. I'm almost sure it will work. But in all honesty, since the ESP8266 end nodes work so well, I've lost so much interest in the the RFM69, I don't care much about them anymore - unless I need alot of I/O's or sleep node. I don't get much more range from the RFM69 than I do from my wifi, so the it's not worth the hassle anymore to use that. Hope it helps!
|
|