Coder Social home page Coder Social logo

Forth for ESP32 about discussion HOT 12 OPEN

forthhub avatar forthhub commented on May 20, 2024
Forth for ESP32

from discussion.

Comments (12)

jamesbowman avatar jamesbowman commented on May 20, 2024

Yes, swapforth has a port:

https://github.com/jamesbowman/swapforth/tree/master/esp8266

It's a bare-metal subroutine-theaded Forth. It currently passes the ANS compliance tests.
The difficult part (for me, at least) is providing a Forth interface to the various APIs that are in the SDK. They're gnarly.

from discussion.

MitchBradley avatar MitchBradley commented on May 20, 2024

from discussion.

MitchBradley avatar MitchBradley commented on May 20, 2024

from discussion.

MitchBradley avatar MitchBradley commented on May 20, 2024

from discussion.

quozl avatar quozl commented on May 20, 2024

@jamesbowman, thanks for the link to swapforth. I've looked through the esp8266 directory but can't find anything to build on esp32. I did find the esp8266 bootrom disassembly interesting.

from discussion.

anse1 avatar anse1 commented on May 20, 2024

These chips are intriguing… some of those boards are actually cheaper than hooking the cheapest bluetooth uart to a msp430 for a wireless forth experience. Did some new ports happen since 2017?

from discussion.

DRuffer avatar DRuffer commented on May 20, 2024

China got busy: https://www.seeedstudio.com/Sipeed-Maixduino-Kit-for-RISC-V-AI-IoT-p-4047.html

from discussion.

MitchBradley avatar MitchBradley commented on May 20, 2024

cforth (https://github.com/MitchBradley/cforth) runs pretty well on ESP32. It has interfaces to the SDK socket layer and I2C. It should be easy enough to add bluetooth interfaces via cforth's C-to-Forth gateway mechanism, assuming you understand bluetooth. cforth has some bluetooth app code that runs on top of other cforth ports that could be used as examples. It's not comprehensive; I didn't try to handle every possible bluetooth device, but focused on the task at hand at the time, which was talking to a BLE IoT gadget.

from discussion.

MPETREMANN11 avatar MPETREMANN11 commented on May 20, 2024

Hello,
I am starting to get started with ESP32forth produced by CH TING and completed by Brad NELSON.
It is a FORTH rather than complete. It even integrates a "TELNET Daemon" and an "HTTP Daemon". In short, you have an HTTP server in the ESP32 card!
Access ESP32Forth web UI: https://arduino-forth.com/article/ESP32_installation_accessWEBUI
BR

from discussion.

quozl avatar quozl commented on May 20, 2024

from discussion.

RGD2 avatar RGD2 commented on May 20, 2024

from discussion.

quozl avatar quozl commented on May 20, 2024

from discussion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.