Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance specification with minimal power consumption #4

Open
drtrigon opened this issue Dec 9, 2018 · 2 comments
Open

Enhance specification with minimal power consumption #4

drtrigon opened this issue Dec 9, 2018 · 2 comments

Comments

@drtrigon
Copy link

drtrigon commented Dec 9, 2018

I would like to know the minimal power consumption of the board an how I can minimize it. I did a very simple fast measurement and got around 60 to 70mA (with 4 LEDs on). Does that sound realistic?

I read that the TinyFPGA board goes down to "1.3 mA power when active", see https://www.crowdsupply.com/tinyfpga/tinyfpga-bx. Any chance that Alhambra 2 comes anywhere close to this?

@EladioDM
Copy link
Contributor

The 1.3 mA you mention refers to the oscillator only. Just the power LED may doubles that consumption. Anyway the static consumption of the whole board doesn´t go much higher, the FPGA and flash memory static current is under one milliamp.

In the Alhambra II, most of the power consumption comes from the peripherals around the FPGA. With 4 user LEDs and power LED on, peripherals power switch off and simple low freq circuit configured in the FPGA (like the demo bit stream), the Alhambra II draws about 35 mA: FTDI draws about 15 mA and LEDs 2.5 mA/LED. The remaining 10 mA goes to the ADC, the oscillator and the switching DCDC converter losses.

As you can see the board is not designed for low power but for ease to use and quick start up, with minimal or no addtional hardware.

May be it is not your case if you are pointing to low power applications, but consider it could be the opposite if you put the FPGA to work: Current drawn by the TinyFPGA using linear regulators could become higher than that drawn by the Alhambra II powered by switching regulators.

@drtrigon
Copy link
Author

drtrigon commented Nov 4, 2021

Thanks for the detailed info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants