This is a PCB for all beginners who want to quickly build the nodes described in the MySensors website! It can be used with regulated power or batteries and only have basic components. Its a PCB for all newbies that want to do basic sensor/actuator nodes like myself out there... :)
This is the Nrf24l01+ edition of EasyPCB! If you want to use RFM69 transceiver instead go here.
So pretty much this PCB covers all the basic stuff documented in the MySensors website! This cuts my work with one node from a couple of hours (soldering wires) to 20min.
Only easy to solder components (bigger components with legs) Only basic functions (Pro Mini, Radio, Input for sensors and if battery powered booster and voltage divider) Dynamic in what power you use (Battery, 5v or Raw pin). Some inputs for all the normal sensors used in the build section. 5x5 or 3x5 depending on the function
5x5cm
The design is the design from by my forum post here but also much cred to @m26872 My 2Aa battery sensor design.
Please, note that different radio clones behave differently depending on noise from the booster. A good quality booster is important or you might have to modify and test different input caps on the radio and/or try to filter the booster with a different capacitor. A normal behaviour can be that you have to change the 4.7uF capacitor to a 47uF capacitor on the radio for example. I'm going to do more testing in this area to provide some more advice soon.
3x5cm (cut PCB)
(If you are using regulated 3.3v, use 5v instructions but skip the voltage regulator and bypass this with a jumper between Vin and Vout
3x5cm (cut PCB)
Input 6-12V to RAW (right pin - not VCC!) and the voltage regulator onboard the Arduino Pro Mini will regulate it down to 5v. You also need the 5 to 3.3v voltage regulator with capacitors to power the radio. Nu jumper needs to be shorted.
Be careful using 12v to RAW on the cheap Arduino clones! Due to bad/cheap voltage regulators on the clones, many fail pretty fast. If you want to use 12v I would recommend using a genuine pro mini or regulate the voltage yourself and not let the clone do it.
3x5cm (cut PCB)
To be able to achieve this you need to reprogram the atmega bootloader/fuses and lower the BOD!
Pro Mini 3.3V
Sensors are possible to attach to the left (Gnd x 2, VCC, D3 (with or w.o resistor), D4, D5, A4, A5)
Both REG and BAT jumper should be soldered.
Feed the PCB with 2xAA (or similar) to VCC
With both REG and BAT closed you will feed everything (Arduino, Radio and Sensors) with whatever voltage the battery holds. You can not use any sensors which require higher voltage than the current battery status (without DC/DC Step up booster). With this configuration, you can use the internal VCC library to read battery status on VCC. Lowest working voltage (depending on added sensors) will probably be the radio which can handle down to 1.9v. Do not use any DC/DC step-up booster or voltage regulator!
To lower BOD you can use standard Pro Mini bootloader and change boards.txt to upload a new bootloader with lower BOD (Brown-out Detector - disables the chip at set voltage). See here for instructions.. This will give you some more battery (down to 2.2-2.4v?) but using the 8mhz external crystal will be out of specs below 2.4volt (Page 312 - Chapter 29.3). So it might be a good idea to run a bootloader @ 1mhz internal oscillator or 8mhz internal oscillator. Several users reports running the atmega chip below 2.4 volts @ 8mhz seems fine though and unless doing crazy stuff should not cause major issues. You need to try your application and evaluate as voltage drops. Personally I set my 0% battery calculation to 2.2v which works fine.
A great video by @wez on how to assemble the EasyPCB (RFM radio, but otherwise the same!) with Booster and Battery (timelapse). A good example on how to build modular which allows to remove or change hardware if something goes wrong/stops working or you just want to re-use the sensor in the future for something else.
A build video of a regulated 5v EasyPCB (nrf24l01+), including uploading a sketch for testing the radio and clearing the EEPROM.
5x3cm for cut PCB/regulated voltage and 5x5cm battery operations with extra prototyping space.
BAT: Short this if you are using batteries as power supply. It will activate booster circuit and feed the radio directly from the batteries and not the voltage regulator
REG: Use this if you are using 5v regulated DC. It will power the radio from the voltage converter.
RAW: This is a MysX feauture. This cuts onboard Vraw source if daughterboard provides Vraw. This is only used when EasyPCB is connected to a daughterboard.
IRQ (Radio): Pin 2 on the Arduino is disabled so you can use this for interrupts instead of the radio. Most of the time this pin isn't used by the radio, so therefore disabled. If you want to enable this pin you can connect this jumper.
This is The MySensors expansion connector to which you can connect any daughterboard using this standard. This is also your main input/outputs for sensors and actuators so any wires can be connected accordingly. With this PCB as motherboard, you can use draughtboards if you need multiple copies and needs a quicker way to build - just like a shield on Arduino or Raspberry Pi.
If you want to create your own MysX daughterboard you can use this template (KiCad)
Here are images of a great box by @dbemowsk which fits EasyPCB + 2xAA and it can be found on thingiverse
Also a great box by barbuino here.
Case added in BOM (Stl file avalible) - with a internal part to fasten a 5x3 EasyPCB board with 2xAA holder on the back. Also a lid and a outer casing if needed.
![enter image description here](https://www.openhardware.io//uploads/568ed84b60aa3f8965fbf095/image/Case 3x5 2xAA.jpg "enter image title here")
Rev 10 (Nrf24l01+ edition) 2018-06-04
Changes:
Rev 10-1 (Nrf24l01+ edition) 2019-05-28
Order 10pcs: openhardware.io (Recommended!) and support me and MySensors! (It may say another rev. at the order page but this is not EasyPCB rev but the rev for the manufacturer. I always update the Gerber files for sale! Current = Rev 10)
Download from this page to get Eagles and Gerber files. Note that the Gerber files are run with Itead cam job.
If you want a faster shipping time or fewer pieces you can buy them from me via Ebay.
All free to use as open hardware but I like if you tell me any cool project you make with it :)
All feedback welcome! The main goal is to keep it as simple as possible though.
https://1drv.ms/f/s!Ak7D1EWM7GXggvQ9mzJzWJSMir8sLA
(Note some photos are older revisions of the PCB)
Q: What is the battery life on 3.3V and booster? A: Depending on what sensor you wish to run and how frequent you want to get data! One example: DHT22, sleeping 15min and sending Temp/Hum with a china/ebay booster is about a year. You need to desolder the led and voltage regulator on the Pro Mini 3.3v and use sleep() mode to save power.
Q: Why is the radio sticking outside the PCB? A: Having metal close to the radio antenna will likely mess up the reception.
Q: Both Arduino and NRF are capable of operating down to about 2V. Why do we need the booster in battery operation. A: To be able to use the pro mini down to 2v you need to mess with the fuses which inst needed now (more newbie friendly). Also some sensors might require 3.3v
Q: What is the IRQ jumper for? A: IRQ (or D2 on the pro mini) can handle interrupts and isnt used in all transceiver operations (not always needed). So this way you can choose to use IRQ either as interrupt or for the radio.
Q: Will it work with all Arduino Pro Mini? A: No - only with the same footprint (most common) used on the PCB! Look here.
Q: What is the purpose of the Raw connection under the radio connection? A: Its a criteria of the MysX connector - to be able to switch RAW on/off from a daughter pcb. You dont have to think about it until you have a mother/daughter board.
Q: How could I connect radio's power input to boosted powering source to get stable 3.3v? A: use regulated power instructions instead. Set the jumper on "reg" and bypass the voltage converter with a wire. Whats good to know is that this has been tested over and over in this forum and the conclusion has been so far that if you run with 2xAA the best solution is to bypass the radio in the booster (i.e. use battery instructions - hence the difference). The radio can handle down to 1.9v so it wont die for a long time if you have some power savings in use. The booster might also cause noise and reduce its efficiency/range.
Q: Is it possible to use 5v mini + 9v battery with measurement ? A: Powering it through RAW is possible but if you want to use the booster and battery measuring this is not an option , you need to power it through PWR and BAT jumper. I think what described here is possible but untested. First you need to find/create a booster that can handle the battery. Also you need to make corrections on the voltage divider(47k and 67k?) for the battery measuring and also code changes. Please share any test with this.
Q: When i use a 3,3V mini then i do not need the 3,3V regulator and it is powered with a battery. If i use a 5V mini then i need the regulator. Is this correct? A: Correct statement. The radio cant handle 5v.
Q: Do i need the booster if batteries are used? A: No, you can bypass it with a jumper/wire - but it will give you alot of extra. Without the booster the arduino 3.3v will die somewhere between 2.8 and 3 volts, with booster you can go down to 1.9v.
Q: How about the RAW option? How does it go to 5V? i need the regulator to go to 3,3V so how do i loose the 6-12V A: There is a voltage regulater on board the pro mini that handels from 6-12v (be cautious using 12 v, 9v is max i recommend on clones). This will convert your RAW to 5v and provide the board with this. Then the external regulator will go from 5 to radio 3.3v. You could use a 12 to 3.3v regulator outside the PCB and use the 3.3v REG option.
Q: How do I access A2, A3 and D8? A: They are not accesses through the PCB, so you need to directly solder to the pro mini.
Q: What's the 0.1 uF capacitor next to the battery terminals/voltage regulator for?? A: Its to maintain stability of the voltage regulator. If you look at different datasheet most voltage regulators has a typical application schematics where different capacitors is added before and after to make this. So the 10 and 0,1uF work together. Why 0,1 and 10? Well - I have seen this setup on the forum many times so I just went with that. There is alof to read about this, but I think the smaller cap can react faster while the bigger cap have more juice to give so to say. The capacitors are NOT needed if you doesnt use a voltage regulator.
Q: Why is the headers (MysX) for the sensors different between Rev 8 and Rev 9 A: One of the reasons I upgraded to Rev 9 is because MysX came out with a new version. MysX 2.X (which is used in Rev 9) has access to alot of better pins so I descided to upgrade to this. On previous EasyPCB rev (<9.0) I use MysX 1.X
Q: Can I use any other batteries than 2xAA (3v) ? A: Yes - but the voltage needs to be regulated to fit the hardware on the board. You also needs to update the voltage divider to fit your battery voltage if you want to measure battery status (and using booster). Here is a example of 5.5v project with a voltage divider reading voltage status.
Qty | Device | Value | Description | Link |
---|---|---|---|---|
1 | Arduino Pro Mini | 3.3v 8mhz or 5v 16mhz | Depending on operation | https://www.mysensors.org/store/arduinos |
1 | DC/DC Step up booster | In: 0.8 – 3.0 Out:3.3v | Used if you power with batteries (make sure you have a good quality booster, or noice will interfere with the radio) | https://www.mysensors.org/store/regulators |
1 | Voltage regulator | 5v to 3.3v | If you input 5v and using 5v arduino. | https://www.mysensors.org/store/regulators |
1 | Nrf24l01+ Transiever | 2,4ghz | The radio! | https://www.mysensors.org/store/radio |
1 | Capacitor throughhole | 10uF | C1 - If you input 5v and using 5v arduino with a voltage regulator. | https://www.mysensors.org/store/components |
1 | Capacitor throughhole | 0,1uF | C2 - If you input 5v and using 5v arduino with a voltage regulator. | https://www.mysensors.org/store/components |
1 | Capacitor throughhole | 4,7uF | C3 - For the radio, can be adjusted to remove noice. | https://www.mysensors.org/store/components |
1 | Capacitor throughhole | 0,1uF | C4 - If you are using voltage divider to measure battery level | https://www.mysensors.org/store/components |
1 | Capacitor throughhole | 0,1uF | C5 - if you are using booster (optional, good with cheramic) | |
1 | Resistor throughole | 1M - Optional | R1 – This is used for a voltage divider to measure bat. Level | https://www.mysensors.org/store/components |
1 | Resistor throughole | 470k – Optional | R2 – This is used for a voltage divider to measure bat. level | https://www.mysensors.org/store/components |
1 | Resistor throughole | 10k - Optional | R3 – This is a pull-up resistor for D5 | https://www.mysensors.org/store/components |
1 | Screw terminal | 5,08 spacing - Optional | To make it easy to attach power/ground. | Ebay: http://www.ebay.com/itm/181759858196?_trksid=p2057872.... |
1 | Pinheaders/Jumpers | 2.54 spacing - Optional | To attach dupont cables and make jumpers (can be soldered directly) | https://www.mysensors.org/store/cables |
1 | atsha204a | sot-23-3 smd - optional | Used for signing - Optional | |
1 | Resistor 0805 smd | 1k-100k | R4 - Signing - Optional/Advanced | |
1 | Capacitor 0805 smd | 0,1uF | C5 - Signing - Optional/Advanced | |
1 | SPI Serial Flash | 8-lead SOIC | U5 - External Flash - Optional/Advanced - AT25DF512C or equivalent | |
1 | Resistor 0805 smd | 1k-100k | R7- Ext Flash - Optional/Advanced | |
1 | Capacitor 0805 smd | 0,1uF | C7 - Ext Flash - Optional/Advanced |
Name | Size | # Downloads |
---|---|---|
EasyPCB_10_nrf24l01p-cache.lib | 9.66 kB | 1089 |
EasyPCB_10_nrf24l01p.sch | 27.08 kB | 2034 |
EasyPCB_10_nrf24l01p-rescue.lib | 7.63 kB | 1107 |
EasyPCB_10_nrf24l01p.net | 22.99 kB | 1737 |
EasyPCB_10_nrf24l01p.kicad_pcb | 360.07 kB | 2114 |
EasyPCB_10_nrf24l01p.pro | 843 B | 1813 |
License.txt | 8.94 kB | 2006 |
COPYRIGHT.txt | 421 B | 1891 |
CHANGES.txt | 3.31 kB | 2295 |
License_howto.pdf | 55.06 kB | 1489 |
PRODUCT.txt | 113 B | 2259 |
EasyPCB_101_nrf24l01p.pdf | 78.38 kB | 1108 |
EasyPCB_101_nrf24l01p-NPTH.drl | 112 B | 1498 |
EasyPCB_101_nrf24l01p-PTH.drl | 2.17 kB | 1443 |
EasyPCB_101_nrf24l01p-B.Cu.gbr | 157.14 kB | 1535 |
EasyPCB_101_nrf24l01p-F.Cu.gbr | 108.36 kB | 1553 |
EasyPCB_101_nrf24l01p-B.SilkS.gbr | 11.89 kB | 1511 |
EasyPCB_101_nrf24l01p-F.SilkS.gbr | 224.9 kB | 1547 |
EasyPCB_101_nrf24l01p-B.Mask.gbr | 124.46 kB | 1585 |
EasyPCB_101_nrf24l01p-Edge.Cuts.gbr | 757 B | 1498 |
EasyPCB_101_nrf24l01p-F.Mask.gbr | 121.5 kB | 1624 |
EasyPCB_5x3_2xAA_Lid.stl | 16.2 kB | 1357 |
EasyPCB_5x3_2xAA_Case.stl | 14.63 kB | 1356 |
EasyPCB_5x3_2xAA.stl | 44.61 kB | 1296 |