Skip to content

Linux console for BlueBasic (BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips).

Notifications You must be signed in to change notification settings

ozarchie/bbconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

#bbconsole

Linux console for BlueBasic (BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips).
See https://github.com/aanon4/BlueBasic for more information.
See https://github.com/ozarchie/BlueBasic-loader/wiki for an update Wiki, examples.
See https://github.com/ozarchie/BlueBasic-loader for a slower loader compatible with Chinese clones.

###Usage:

./bbconsole btaddress
e.g. ./bbconsole B4:99:4C:21:5A:97

Keep all sources at the same level:
git/BlueBasic
git/bbconsole
git/BlueBasic-loader
git/bluez

Needs bluez sources:
git clone git://git.kernel.org/pub/scm/bluetooth/bluez.git
cd bluez
./bootstrap
./configure
make

###On the RaspberryPi, you will also need to install some dependencies:

sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install gtk
sudo apt-get install libdbus-1-dev
sudo apt-get install udev
sudo apt-get install libudev-dev
sudo apt-get install libical-dev
sudo apt-get install libreadline-dev

Disclaimer:

This is my dirty hack program. I'm not C hacker at all ;-) Please feel free to send me PR's to make this program better.

This console works very well on Raspberry Pi V3

About

Linux console for BlueBasic (BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.1%
  • Makefile 12.9%