https://github.com/juliandevante/esp32bluebasic
This is a Simplified 'Basic Like' custom Interpreter for the Espressif Boards (can be modified for any board)
https://github.com/juliandevante/esp32bluebasic
blue-basic esp32 esp32s3
Last synced: 10 months ago
JSON representation
This is a Simplified 'Basic Like' custom Interpreter for the Espressif Boards (can be modified for any board)
- Host: GitHub
- URL: https://github.com/juliandevante/esp32bluebasic
- Owner: JulianDeVante
- License: gpl-3.0
- Created: 2025-08-16T13:50:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T16:43:50.000Z (10 months ago)
- Last Synced: 2025-09-02T18:29:18.728Z (10 months ago)
- Topics: blue-basic, esp32, esp32s3
- Homepage: http://projectblue.fun
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32BlueBasic
This is a Simplified 'Basic Like' custom Interpreter for the Espressif Boards (can be modified for any board)
This program is provided as is with no warrenty and has been tested for basic functionality on the ESPRESSIF ESP32-WROOM-32 Board
Ensure you are using the latest version of Arduino and update to the latest Espressif Board Manager in Arduino
Supported Hardware: All Espressif ESP32 Series Boards
This Release is Alpha for testing and general usage - report any bugs to devante.julian@gmail.com
This program can be modified to work with any microcontroller
Requires the following pin connection for the SD Card: Power: (GND and VCC) [MOSI=GPIO23, MISO=GPIO19, SCK=GPIO18, CS=GPIO5]
**The connection will be different for your specific ESP board - ensure default connection for SD card**
The SD carfd mus be formatted to FAT32 and have a commands.txt file on the root
I have included in this repository:
(1) Complete Interpreter Code
(2)Example commands.txt file
(3) User Manual
...let me know of any issues or bugs --- Have fun!