gorec2005
gorec2005
- i use only one channel - - it's happen with any before 5000 and any after 5000 for example 4980 and 5001 or 4990 and 5017! -it's happen when...
i test it again: flicker appear only when pwm intersects 5000 (for 10000 range)! from 4999 to 5000 i don't know how i can clarify... - sorry... 4990..4995...4999.flicker..5000...5005...
yes! - your's describe is correct i just make slow soft-on and slow soft-off led lamp via table for equal change bright speed in both low and high ends... and...
i think it's because at the 50% pwm you just invert signal... but this inverse have destroy smoth regulation... :-(
sorry - single flash only no - i did not use compat mode: #ifndef SDK_PWM_PERIOD_COMPAT_MODE #define SDK_PWM_PERIOD_COMPAT_MODE 0 #endif #ifndef PWM_MAX_CHANNELS #define PWM_MAX_CHANNELS 4 #endif #define PWM_DEBUG 0 #define PWM_USE_NMI...
whether it is possible to add the ability through AT commands control the state of GPIO outputs and receive status GPIO inputs
if use esp without microcontroller! - may be just for powerplug ( tcp-server+gpio-in-out )... if it can do onewire protocol it can more useful things without microcontroller :-)
Yes! you right!!! with this posibility it's will be really cool for home automation!!!
Hi! i got work it with this... https://github.com/me-no-dev/ESPAsyncWebServer/issues/792#issuecomment-648144145 and now have trouble only with subdir's in ESP_AsyncFSBrowser all other work ok.