MySensors module designed for wireless greenhouse automation (nRF24L01, 2.4GHz).
This module allow you to:
Gerber files are included, so you can order these PCB at your favorite PCB fab house. For an easy ordering process you can directly order these PCB from different manufacturer without having to do anything:
This board is designed to be compatible with MySensors but can be used on its own (timer or sensors to control the lights) or another system using 2.4GHz communication if you adapt the arduino code.
For security reason you can add a CryptAuthEE SHA256 chip. This will allow you to sign messages and will secure communications between the node and your gateway (this is not encryption, just signing). If you only control lights, fan, or other non-essential hardware you probably don't need to bother with this chip. Signing can also be done at the software level, without the chip if you decide to add this function later.
This module is only used to perform OTA updates on the node. If you don't plan to use this feature you can also skip this chip. You will also need to burn a compatible bootloader to your arduino (DualOptiBoot)
Once you received your dirty package of PCBs (or any other Fab house) start by inspecting it carefully to look for scratches, dents, or anything that seems wrong. Do not use the board if you have any concerns.
Markings are a little off, but nothing wrong on this one, good to go!
Start by soldering the optional chips, if you plan to use them.
Then add all other surface mount components. Don't be affraid by their little size, they are actually easy to solder. If you never soldered SMD components before, be sure to look for a few video tutorials first.
Finish by adding the regular through-hole components, starting by the smaller ones.
Plug your arduino module and radio and you are good to go.
You can upload MySGrowPCB_test to your arduino to test the setup:
This module can be used on the DIY LED light example included (PCB compared to breadboard design)
Another possible use to control a germination chamber inside a plastic container (PCB compared to previous protoboard design)
Version 1.0: Initial release.