https://github.com/jmysu/esp32_bitlashtbp
ESP32 project with QEspNow & Bitlash & TinyBasicPlus
https://github.com/jmysu/esp32_bitlashtbp
arduino bitlash esp32 esp32c3 espnow littlefs tinybasicplus
Last synced: about 2 months ago
JSON representation
ESP32 project with QEspNow & Bitlash & TinyBasicPlus
- Host: GitHub
- URL: https://github.com/jmysu/esp32_bitlashtbp
- Owner: jmysu
- License: gpl-3.0
- Created: 2023-02-17T05:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T00:18:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T06:38:02.235Z (3 months ago)
- Topics: arduino, bitlash, esp32, esp32c3, espnow, littlefs, tinybasicplus
- Language: C++
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32_BitlashTBP
### ESP32 project with QEspNow & Bitlash & TinyBasicPlusScript interpreters inside:
1) Bitlash ESP32 V2.1j w/ QEspNOW Wireless
2) TinyBasicPlus V0.15j
3) LittleFS script workaround V0228
![]()
![]()
The doCommand() is not re-entrant! Need some workarounds for executing LittleFS scripts...
![]()
---
## References
- [Bitlash](http://bitlash.net/) A programmable command shell for arduino.
- [TinyBasic+](https://github.com/BleuLlama/TinyBasicPlus) A C implementation of Tiny Basic.
- [TinyBasic WiKi](https://en.wikipedia.org/wiki/Tiny_BASIC) TinyBasic Wikipedia page.
- [Quick EspNOW](https://github.com/gmag11/QuickESPNow) A wireless protocol that allows devices links without network.