Search found 4 matches

by 0xBedz
Sat Feb 20, 2021 9:35 am
Forum: User Interface
Topic: ESP32 port for the Web Interface
Replies: 3
Views: 4471

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 any p...
by 0xBedz
Sat Feb 20, 2021 6:40 am
Forum: User Interface
Topic: ESP32 port for the Web Interface
Replies: 3
Views: 4471

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 g...
by 0xBedz
Fri Jan 15, 2021 9:55 am
Forum: Inverters / Motor Controllers
Topic: SPI Encoder bit banging
Replies: 4
Views: 1299

Re: SPI Encoder bit banging

Of course! I failed to take the hardware into account it seems...
Thank you :)
by 0xBedz
Fri Jan 15, 2021 4:39 am
Forum: Inverters / Motor Controllers
Topic: SPI Encoder bit banging
Replies: 4
Views: 1299

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?