An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ESP32_BitlashTBP
### ESP32 project with QEspNow & Bitlash & TinyBasicPlus

Script 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.