SolderedElectronics / Inkplate-6-hardware

Open Source Hardware (OSH) files for e-paper display Inkplate 6
Other
173 stars 19 forks source link

Powers up fine from USB, but not from battery #10

Closed jf1452 closed 3 years ago

jf1452 commented 3 years ago

I'm working on an OpenWeather display based on the code you provided as an example.

I have tried a smaller battery (the same part number that you supply), and the much larger battery in the photo which was salvaged from a tablet with a broken screen. But the unit will not start on battery alone; it runs fine from USB.

4V2 Supply

The trace above is at the connector on the Inkplate, you can see the nominal 4.2V rail which has disturbances to 4.04V (probably when starting the WiFi; nothing jumps out as a major concern here. I have also probed the 3V3 rail on the Inkplate and that also stays steady.

IMG-5930

The image is of the battery; although used, it still has good charge capacity and able to drive a 1A load.

For interest purpose, here's a photo of my OpenWeather display; still more work to be done before I release the code, but I have uploaded what I've done so far to git.

IMG-5933

Any idea on what the issue is and why I cannot power InkPlate from a battery?

BornaBiro commented 3 years ago

Hello jf1452!

I'm sorry to hear that you have issues with your Inkplate.

We investigated this issue and it turns out that it is not a power issue, rather it's an issue related to reset IC. Reset IC is responsible for proper power up and power down of Inkplate. This IC has a manual reset input, which is connected to the reset pushbutton. For some reason, when Inkplate is powered from the battery there is enough noise on trace that connects reset pushbutton to the reset IC MR pin causing reset IC to reset whole board. There are two solutions to this problem:

davidzovko commented 3 years ago

Correct, as Borna suggested, with photo: http://forum.e-radionica.com/en/viewtopic.php?f=22&t=288#p274

We will fix this in the next HW revision.

jf1452 commented 3 years ago

Yes, the extra capacitor and / or the resistor fixes the issue.

As an extra note, when powered from USB, I also experienced frequent resets, originally I thought I had a software issue but it has also now been resolved so I suspect MR was being applied from any power source.

Zylanx commented 8 months ago

Correct, as Borna suggested, with photo: http://forum.e-radionica.com/en/viewtopic.php?f=22&t=288#p274

We will fix this in the next HW revision.

The forum link is dead, is there any information in the fix?