Search found 3 matches

by JohnnyGC
Wed Aug 18, 2021 4:56 am
Forum: ESP32 boards
Topic: ESP32 mem32 function doesn't work well
Replies: 6
Views: 3978

Re: ESP32 mem32 function doesn't work well

There is at least an explanation for some of this behaviour. See

https://github.com/micropython/micropython/issues/7658
by JohnnyGC
Fri Aug 13, 2021 8:41 pm
Forum: ESP32 boards
Topic: ESP32 mem32 function doesn't work well
Replies: 6
Views: 3978

Re: ESP32 mem32 function doesn't work well

Further to the above post, I unable to write the MCPWM registers. Reading seems to be OK as the default values as per the datasheet are returned.

Reading and writing to the peripherals mentioned by Kai seems to work.

Any help resolving this issue would be appreciated.
by JohnnyGC
Fri Aug 06, 2021 7:20 pm
Forum: ESP8266 boards
Topic: ESP8266 + RESTful API (GET/POST)
Replies: 3
Views: 13915

Re: ESP8266 + RESTful API (GET/POST)

Great work @rsnyman I'm quite a noob at micropython and web servers and I'm trying to implement a Restful server on an ESP32 using 'web.py' before migrating it to ESP8226. The client in this instance is Home Assistant and is using the following configuration: switch: - platform: rest resource: "http...