You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The efm8 should be able to run significantly below 3V. What voltage do you want to run? Could this be a problem with voltage dropping because of on inadequate capacitor when powering the ESC?
The efm8 should be able to run significantly below 3V. What voltage do you want to run? Could this be a problem with voltage dropping because of on inadequate capacitor when powering the ESC?
the esc stop starting at 5.9/5.8 V (on 2s liion which could run down to 2.5V per cells). I don't have extra capacitor on this build. This feature was common on fixed wing applications and lipo batteries when you want to have the rx and servos still running (5v) to control the glide for landing when battery is sagging. This low voltage protection can be disable on blheli32 configurator, I am wondering if it could be implemented in blue jay
I think that VDD supply monitor and reset source is enabled in the code below. The problem is that in order to be able to write in flash, supply monitor needs to be enabled. Maybe reset source can be disabled, but I don't know whether it could be advisable.
pgm_start:
....
orl VDM0CN, #080h ; Enable the VDD monitor
mov RSTSRC, #06h ; Set missing clock and VDD monitor as a reset source if not 1S capable
....
No description provided.
The text was updated successfully, but these errors were encountered: