Search found 4 matches
- Sat Feb 20, 2021 9:35 am
- Forum: User Interface
- Topic: ESP32 port for the Web Interface
- Replies: 3
- Views: 9956
Re: ESP32 port for the Web Interface
Thumbs up :)
Also a good sharing possibility to use multiple serial ports
Thanks!
I think so too, with the ESP32 having 3 hardware serial ports, you could communicate with 3 inverters with just the standard hardware alone.
Add in the fact that the ESP32 can multiplex its peripherals to almost ...
- Sat Feb 20, 2021 6:40 am
- Forum: User Interface
- Topic: ESP32 port for the Web Interface
- Replies: 3
- Views: 9956
ESP32 port for the Web Interface
Hello everyone, hope you're all well!
Having just built my first inverter PCB, I realized I don't have any ESP8266's lying around for that handy web interface, but I do have a lot of ESP32's. So instead of just buying some 8266's, I've ported the code to run on the ESP32...
As far as compatibility ...
Having just built my first inverter PCB, I realized I don't have any ESP8266's lying around for that handy web interface, but I do have a lot of ESP32's. So instead of just buying some 8266's, I've ported the code to run on the ESP32...
As far as compatibility ...
- Fri Jan 15, 2021 9:55 am
- Forum: Drive trains (motors and inverters)
- Topic: SPI Encoder bit banging
- Replies: 4
- Views: 1740
Re: SPI Encoder bit banging
Of course! I failed to take the hardware into account it seems...
Thank you
Thank you

- Fri Jan 15, 2021 4:39 am
- Forum: Drive trains (motors and inverters)
- Topic: SPI Encoder bit banging
- Replies: 4
- Views: 1740
SPI Encoder bit banging
Hello people, I've just started diving into the code and I've noticed that the code for a SPI Encoder is not actually using the built in SPI peripheral, instead it's bit banging it.
May I ask; why is that?
May I ask; why is that?