@NeverDie said in The Harvester: ultimate power supply for the Raybeacon DK:
Edit: This guy found another couple of possibilities as to what the E50D chip might be: https://www.electroschematics.com/pfm-module-circuit-surgery/
I have the same board as this guy. I removed the LED and resistor because they are on the input side, so they are almost useless anyway. For a board such as this, with a promised 0.9v startup voltage on the input side and a promised 5v on the output side, they really should have been attached to the output, not the input, to show roughly when it is that the board is producing useable output.
At a 20mv "keep alive" input voltage, the input measures 0.5ma using a uCurrent Gold. That means the keep alive energy is 10 microWatts. Offhand, for the application we've been discussing on this thread, I suspect that number is too high to be practically useful, because at only 20mv input we'd be collecting far less than 0.5ma current from a tiny panel. At least now we know.
@chbla said in Multiple uses battery RFM69 node:
Can anyone suggest a source for the parts? Are there any sources that you can upload the files by any chance?
If you mean can you upload a BOM to a company and then it generates a basket of the items, then i know that farnell and maybe digikey do this. But i only use this feature that is built into EAGLE pcb designer, so i'm not sure if they support it directly on their websites, might be worth a look.
http://www.farnell.com/
http://www.digikey.co.uk
@NeverDie Yes, you are correct - it is based on ATMega1284P. So not relevant
My point is that I'd rather stick to the datasheet rather than overclock, but that's just me. And yes I realise that Moteino is overclocking, but the size, voltage and flash are really appealing to me.
@Mishka Ah yes, that is true. In this case though I went out of my way to keep the PCB dimensions as small as possible so that someone could have it made at OSH-PARK for super cheap--just $0.30 per board.
If I ever figure out how to post a complete set of KiCAD files, then I guess maybe then everyone can modify it to suit their circumstances. Until then, it will be hard to have one's cake and eat it too.
@ozrex,
I don't want to assume your knowledge level. However the truth is that you will probably need to put together different bits and pieces from various threads in order to come up with your own custom solution (the A/C interface (IR) part, the battery part, etc...).
Maybe it is worth it to create your own new thread, or maybe you want to keep researching / trying on your own a little longer first. The latter is admirable, and is the way I usually do it, too. Some times to a fault in my own case. Don't suffer along in silence if you are struggling to find the information, make a thread instead. If it becomes too difficult you may give up. We all need some small successes along the way to keep motivated and keep it fun.
Probably best to create a new thread (I don't want to derail this one too much) but something you might want to look into is OpenMQTTGateway. I use it for my 433mhz, but it also supports RF, BLE, LoRa (and perhaps others in future) all on the same gateway! To me that was the way to go... And so far has been flawless for me.
Hi all,
Should anyone face the same problem, I found the root cause: brownout threshold. I burned a new bootloader (Optiboot 8.0) without such trigger and the node has been working with used batteries (~2.7V) since May.
Hope this helps.