Hello everyone,
I'm trying to test an Arduino system in low power mode, to make it run for the longest time.
I think I lack basic knowledge in electronic to continue this. I'd like to have your opinion on some questions I have (sorry if it's stupid questions...)
I use an Arduino Pro Mini to collect distance data every minute from a sensor HCSR04 and send it with LoRa system (RN2483). Then turn it off, to save battery.
1. 5 Volts and 3.3 Volts
In the datasheet, it is said that the sensor HCSR can be powered in 3.3V & 5V, but my experience is that it doesn't work when on 3.3V.
So I took an Arduino Pro Mini 5V, plug the sensor, with a transistor to turn the HCSR04 off when not needed (to save battery). It works good!
But the LoRa RN2483 needs 3.3V -> problems to power it, and to communicate in RX/TX.
I then saw that it can work using 1kOhm resistors, as seen here. I tried it, and it works.
I guess it's a bit dirty to do this, so I'd like to have your opinion on this... I have also shift level converters, but i would need a 5V and 3.3V source right?
2. How to power it ?
I tried then to power the whole thing "just to see" with 3x1.5V = 4.5V Alkaline (VARTA industrial) in the RAW pin. after some time (1h), the HCSR04 doesn't work.
Does it means that the voltage goes to low to make the HCSR04 work properly? So if i put for exemple 6x1.5V = 9V, the regulator transform it in 5V as long as the voltage is upper 5V, and when it's lower than ~5V it would stop to work?
In that case, i would need to have a battery at 12V (the max for arduino) with a max of "A.h" to make it last longer... Right?
3. The role of the regulator
This is a general question, but how does the regulator convert 12V into 5V? by modifying the intensity ? By heat ? I guess I would need a good tutorial to understand more about intensity and Voltage, and how they are linked... If someone have that
4. Voltmeter
I connected another 'Voltemeter'-Arduino to my system, GND to GND and A0 to the RAW pin of my system. I try to read the voltage of my battery. Is it the good way ? If I do this, does my 'Voltemeter' consumes power from my system ?
I'm sorry for the multiple questions, and hope it's clear enough... !
Regards,
Simon