https://github.com/emile1154/vape_oled_simple
Ordered firmware for mcu ATmega328.
https://github.com/emile1154/vape_oled_simple
arduino avr oled-ssd1306 proteus simulide vape
Last synced: 3 months ago
JSON representation
Ordered firmware for mcu ATmega328.
- Host: GitHub
- URL: https://github.com/emile1154/vape_oled_simple
- Owner: Emile1154
- License: mit
- Created: 2024-05-13T11:29:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:33:03.000Z (about 2 years ago)
- Last Synced: 2024-12-31T14:48:53.208Z (over 1 year ago)
- Topics: arduino, avr, oled-ssd1306, proteus, simulide, vape
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vape_oled_simple
Ordered firmware for mcu ATmega328.
this device have 4 buttons:
- FIRE ( coil push button )
- UP (increment power mode )
- DOWN (decrement power mode )
- ENABLE (5 click power down mcu, 5 click wake mcu)
power selection values default is 33%, 66% and 86%
These values are set in vape_controller.cpp.
static uint8_t duty_modes[3] = {85, 170, 220}; //power modes duty cycle
### Simulator files exist in test folder.
## Proteus model:

## SimulIDE model:
