Re: initial gpio state: power on -> boot -> rtos -> app.

2023-02-19 Thread Nathan Hartman
On Sat, Feb 18, 2023 at 11:48 PM Tomek CEDRO wrote: > Hello world :-) > > I am working on a pretty industrial automation project right now that > will control 3 phase motor over 400V/25A relays. > > There are 6 relays to provide all possible modes of 3 phase motor > control. There are 3 groups of

Re: esp32 / pcnt / rotary encoder

2023-02-19 Thread Alan C. Assis
Yes, you can use MCUBoot to do FOTA that is already is integrated on NuttX for ESP32 On 2/19/23, Tomek CEDRO wrote: > Allright, I have NuttX origin/master built on FreeBSD and running on > ESP32-DevKitC :-) > > For some reason uname -a shows release 10.4.0 not 12.0.0(99/dev whatever) > o_O > > Th

Re: initial gpio state: power on -> boot -> rtos -> app.

2023-02-19 Thread Simon Filgis
Not to forget to consider the time between reset and first init. Default pin state mostly is input floating, or input weak pull-up. Don't let big bang happen that early. -- Ingenieurbüro-Filgis USt-IdNr.: DE305343278 -- sent by mobile phone Nathan Hartman schrieb am So., 19. Feb. 2023, 13:13: