-
Notifications
You must be signed in to change notification settings - Fork 21
Replies: 1 comment · 8 replies
-
|
i have moved switch input 1 from gpio pin 25 to gpio pin 35 on the esp32 board, changed the code to reflect the new pin, and still will not boot when switch 1 is held... all switches have 1000 ohms to ground. all switches and led operate fine in other modes. im running version 1.9.0 |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
That's great to hear. You should now also have access to many more presets und the APP mode. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thanks, I'm adding 2 18650 batteries in series(8 v), to a buck converter and down to 5 volts output and into the esp32. I used 2 470ohm resistors for the voltage divider, that bring the output to pin 36 just below 3 volts. I have changed battery type from _Amp to _LI_FE_PO4, and battery_cells to 2. I can't get it to compile. I'm getting batterychargingstatus faults, I don't plan on charging with the ignitron, just swapping out the batteries. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
-
|
here's the fault: Processing esp32dev (board: esp32dev; platform: espressif32@6.10.0; framework: arduino)Verbose mode can be enabled via
Environment Status Duration esp32dev FAILED 00:00:08.445
|
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@mpkottawa Good spot. I checked the code and the issue was that the BatteryChargingStatus was only defined when setting the battery type to AMP. I have fixed it now in main, please update your code and check again if it works. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
That compiles nicely now. I just have to tweak the settings to get accurate battery levels. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been messing around with this one, and its an amazing project. i am unable to enter amp mode, by holding preset 1 while booting it up. when i hold preset 1 it will not boot on the screen. it will boot fine into keyboard if preset 3 is held, but with preset 1 down, it wont boot. any ideas?
Beta Was this translation helpful? Give feedback.
All reactions