kscheff / BlueBasic

BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips
11 stars 9 forks source link
8051 basic bluebasic bluetooth-le bluetooth-low-energy c cc2540 cc2541 embedded iar-workbench interpreted-programming-language programming-language

BlueBasic

NOTE: Tim has no longer access to either hardware or tools to update the builds. Therefore this fork implements fixes and improvements. The interpreter is used in low volume production devices.

BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips.

Major differences since Tim left:

This project contains a BASIC interpreter which can be flashed onto a CC2540 or CC2541 Bluetooth module. Once installed, simple use the Bluetooth Console tool to connect and start coding on the device using good old BASIC.

The project was inspired by experimenting with the HM-10 modules (a cheap BLE module) and a need to provide an easy way to prototype ideas (rather than coding in C using the very expensive IAR compiler). Hopefully other will find this useful.

For original information see https://github.com/aanon4/BlueBasic/wiki/Blue-Basic:-An-Introduction