Skip to content

Arduino code that runs on the SensiBlox and communicates with BLE

License

Notifications You must be signed in to change notification settings

SensiBots/sensiblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sensiblox

Arduino code that runs on the SensiBlox and communicates with BLE

Arduino Setup Instructions

  1. Connect Arduino Pro Mini using USB riser with Mini-A
  2. Install Arduino and load up sketch
  3. Select Tools->Board->Arduino Pro Mini (5V, 16MHZ) w/ ATMEGA 328
  4. Verify Code (Checkmark)
  5. Install Adafruit_PCD8544 library A. https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library B. git clone https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git C. cp -fr dir to Adafruit_PCD8544 D. Sketch -> Import Library -> Add Library -Follow path to copied folder -Don't pay attention to status/error window, Verify source again or restart Arduino -Get more errors? Resolve the next library:
  6. Install Adafruit_GFX library A. https://github.com/adafruit/Adafruit-GFX-Library B. git clone https://github.com/adafruit/Adafruit-GFX-Library.git C cp -fr dir to Adafruit_GFX D. Sketch -> Import Library -> Add Library -Follow path to copied folder -Don't pay attention to status/error window, Verify source again or restart Arduino
  7. Verify code again, should be successful
  8. Select Tools -> serial port -> /dev/ttyUSB0
  9. Don't worry about selecting a Programmer, not using a programmer
  10. Click upload, lights should blink on the board, and eventually the LCD will display a sensor reading

About

Arduino code that runs on the SensiBlox and communicates with BLE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%