Also, with the lithium being handled by a commercial powerbank, I don't feel it's super risky.
I removed the PD trigger chip to save board space and cost.
Also, with the lithium being handled by a commercial powerbank, I don't feel it's super risky.
I removed the PD trigger chip to save board space and cost.
But luckily even on the highest power settings, I draw less than 500mA.
But luckily even on the highest power settings, I draw less than 500mA.
Saved:
- chip to request 12V via USB-C PD
- 12v to 5V linear regular
New:
- Boost converter based on the LM2735X
I also made the debug connections pads instead of through-holes to make room on the other side for SMD stuff.
Saved:
- chip to request 12V via USB-C PD
- 12v to 5V linear regular
New:
- Boost converter based on the LM2735X
I also made the debug connections pads instead of through-holes to make room on the other side for SMD stuff.
Software written in Rust, using Embassy and embassy-stm32.
Plastic pieces printed on my Bambu Lab X1C w/ AMS. PETG in Black and Sky Blue, TPU is 95A hardness.
Design files and software available at github.com/RAnders00/us...!
Software written in Rust, using Embassy and embassy-stm32.
Plastic pieces printed on my Bambu Lab X1C w/ AMS. PETG in Black and Sky Blue, TPU is 95A hardness.
Design files and software available at github.com/RAnders00/us...!
Nerd statistics:
- STM32 (STM32F103C8T6)
- USB Type C PD-chip HUSB238 (to get 12V)
- LDOs making 5V and 3.3V
- Level shifter to make the correct 25kHz 5V PWM signal for the fan
- Variable dummy load to keep power bank on (for low fan speeds)
- RGB LED to indicate power level
Nerd statistics:
- STM32 (STM32F103C8T6)
- USB Type C PD-chip HUSB238 (to get 12V)
- LDOs making 5V and 3.3V
- Level shifter to make the correct 25kHz 5V PWM signal for the fan
- Variable dummy load to keep power bank on (for low fan speeds)
- RGB LED to indicate power level
Note there is no „off“ speed, you would just unplug the USB for that. This is to save battery, because then the powerbank can also go to sleep.
Note there is no „off“ speed, you would just unplug the USB for that. This is to save battery, because then the powerbank can also go to sleep.