Jos
Jos
See: https://github.com/MitchBradley/cforth/blob/WIP/src/app/esp32/tests/ButtonInt.fth in the latest release.
In the past I had some power issues when the ESP8266 or ESP32 were connecting to my router. They were solved with a using 2 capacitors. One of 330 uF...
My version v3.1.4 runs without problems. (clean install) According https://github.com/espressif/esp-idf/releases version ESP-IDF v4.3 has been released. Lots of changes. Not yet tried.
That sounds great. Unfortunately, I am not able to compile tasking.fth under esp8266-rtos the words asleep (pause and link are missing. It would be nice if it is also possible...
Hi Andrew, Thanks for the quick scan. Can't replace (pause with (pause) since (pause) is not defined under esp8266-rtos. Kind regards, Jos
Hi Mitch, Sorry, that did not work. Here is what I did: If I clone the main branch then after: cd /home/pi/cf/cforth/build/esp8266-rtos bash: cd: /home/pi/cf/cforth/build/esp8266-rtos: No such file or directory...
Hi Mitch, After I made the changes manually in forth.c for the words asleep (pause and link Then it was possible to compile and run test-tasking.fth The counter was indeed...
Hi, For those who are interested: I just uploaded some files for pre-emptive multitasking. See: https://github.com/Jos-Ven/cforth/tree/WIP/src/app/esp8266-rtos/ Added and changed files: app.fth tasking_rtos.fth extend.c interface.h and: https://github.com/Jos-Ven/cforth/tree/WIP/src/app/esp8266-rtos/tests Added for a test...
Hi, In the past I reported that I could not connect to my router when it was set to the '11N protocol only' in my router. After adding 'esp_wifi_set_protocol' in...
Hi, Thanks for the hint, I know about the security problem of web Encryption. It is off in my router. Despite that fact I am able to connect to my...