• ESP32forth: Power the ESP32 board

    From Marc Petremann@21:1/5 to All on Thu Sep 29 09:41:07 2022
    Hello,
    In this article, we will see how to power an ESP32 board other than through the USB port of the PC. Along the way, we will explain how to start a program compiled by ESP32forth.
    https://esp32.arduino-forth.com/article/installation_powerESP32

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From shtps@21:1/5 to All on Fri Sep 30 12:21:36 2022
    Am 29.09.22 um 18:41 schrieb Marc Petremann:
    Hello,
    In this article, we will see how to power an ESP32 board other than through the USB port of the PC. Along the way, we will explain how to start a program compiled by ESP32forth.
    https://esp32.arduino-forth.com/article/installation_powerESP32

    Hi,

    thanks for posting these. ESP32forth seems very nice and I'll consider
    it for my next micro controller projects instead of C.

    Sorry for the silly question, but I have a lot of ESP8266's lying
    around, would it be hard for me to get ESP32 up and running on them or
    are they too different?

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Klapaucius Klapaucius@21:1/5 to All on Sun Oct 23 01:57:20 2022
    Have you considered punyforth ?

    https://github.com/zeroflag/punyforth

    I'd like to use that on an esp32, but punyforth only runs on esp8266 :)


    K

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul Rubin@21:1/5 to Klapaucius Klapaucius on Sun Oct 23 11:57:47 2022
    Klapaucius Klapaucius <klapaucius@gmail.com> writes:
    https://github.com/zeroflag/punyforth
    I'd like to use that on an esp32, but punyforth only runs on esp8266 :)

    Hey, that looks nice. It might be fairly easy to retarget, since the
    ESP8266 uses the same instruction set as the ESP32.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From shtps@21:1/5 to All on Thu Nov 3 08:10:11 2022
    Am 23.10.22 um 10:57 schrieb Klapaucius Klapaucius:
    Have you considered punyforth ?

    https://github.com/zeroflag/punyforth

    I'd like to use that on an esp32, but punyforth only runs on esp8266 :)


    K

    I have not, thanks for mentioning it. I will try it with my next microcontroller projects.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)