Simplest PCB - Atmega328p - NRF24L01+ - SI7021



  • Hello,

    I would like to have the simplest PCB possible to just transmit humidity and temperature (objective : round PCB radius 25 mm in a wooden "box").
    For now, I have added only these components in the schematic:
    Capture d’écran 2020-04-02 à 11.12.55.png

    I believe it can work this way. But will it be stable in your opinion ?
    Thanks !



  • Hi @ryolaxe

    I highly suggest using a larger capacitor of at least 100µF if you intend to run off a CR2032 coin cell. This will stabilize the voltage when the radio is active, may allow you to operate it at a higher PA level and increase the usable capacity of the battery. I have some more detailed information in this and this post.

    You also shouldn't leave the RESET pin floating, or else the MCU might reset anytime. Pull it high using a 10k ohm resistor.

    Add 100nF ceramic capacitors ideally to every VCC/GND pair. It is also recommended to connect AREF with a 100nF capacitor to ground, even if you do not intend to use the ADC.

    If your SI7021 module doesn't have pullup resistors for SDA and SCL onboard, you should add them aswell.



  • Hi @BearWithBeard,

    Thanks for your answer.

    I've added / modified the capacitors and also added a measurement for the battery voltage.

    dbc359eb-7a14-4c64-9b4e-0f2fe39cb736-Capture d’écran 2020-04-02 à 13.09.20.png

    I'm converting it to PCB in EasyEDA now, but It doesn't want to rotate the elements (NRF24 for example). Have you had similar problems ?

    Edit : Screenshot
    58f41198-2289-4059-b199-fbb0b7bde9ad-Capture d’écran 2020-04-02 à 13.12.27.png

    The NRF24 is rotated (hyphen lines) but none of the pins or even the module really rotates...



  • Sorry, I can't help you with EasyEDA. I'm familiar with EAGLE and KiCAD only.

    Maybe I've been too ambiguous or you misunderstood what I wrote earlier. I suggested to add 100 nF (Nanofarad; 100 nF = 0.1 µF) ceramic capacitors to every VCC/GND pair, but you have added 100 µF (Microfarad) electrolytic capacitors in your schematic. With "every VCC/GND pair" I was referring to the ATmega only, which has multiple VCC/GND pins (pins 7+8 and 20+22 for the THT package you are using), not to every device / module in your circuit. Change C1, C3 and C3 to 100 nF ceramic and add 100 µF electrolytic as a buffer. You can remove C2.

    You are now pulling RESET low, which means you are holding the MCU in a reset state forever. Pull it high to VCC instead.

    If you are going to use a voltage divider to measure the battery voltage, you have to read the voltage in between the two resistors. Refer to the Measuring and Reporting Battery Level section in the Battery Powered Sensors guide for the proper setup. You could also measure the voltage without external hardware if you want to keep it minimal. Here's an example sketch.

    Besides that, I highly suggest you build your circuit on a breadboard or similar first and test it before you order your designed PCB.


Log in to reply
 

Suggested Topics

  • 8
  • 2
  • 2
  • 1
  • 1
  • 2

0
Online

11.2k
Users

11.1k
Topics

112.5k
Posts