siteswapjuggler / smartball-firmware

Smartball ESP8266 firmware
GNU General Public License v3.0
2 stars 0 forks source link
arduino esp8266 firmware smartball

Smartball project - firmware

This repository contains the Smartball project firmware.

Open Source

All the technological development work made in the Smartball project is available under open source licenses. As we don't know yet about how we will deal with further development all of our hardwares will be published under Creative Commons BY-NC-SA and all of our softwares will be under GPL v3.

Applying to Licence Logo
hardware Creatives Commons BY-NC-SA Creative Commons BY-SA
software GPL v3 GPL V3

Installation

The Smartball project is an ESP8266 Arduino compatible firmware. In order to upload it to the balls you'll need the following steps.

Installing Arduino IDE

Just download the Arduino IDE from this website https://www.arduino.cc/en/Main/Software and install it into your computer.

Installing ESP8266 boards in Arduino IDE

Follow the "Installing with Board Manager" steps from this repository https://github.com/esp8266/Arduino.

Installing firmware dependencies

This firmware use two Arduino librairies, one for the dotstars driving and the other one for the MPU9250 sensor. Both libraries are joined in the 'arduino/LIBRARIES' subfolder. You can add them within the Arduino IDE by following those instructions: https://www.arduino.cc/en/Guide/Libraries

Choosing IDE options

You have now to configure the boards options in the IDE, those are the good option :

Upload EEPROM factory settings

After configuring the IDE, boards and libraries, just plug your Smartball, choose its serial port in the "Tool" menu and upload the firmware sketch stored in the 'arduino/EEPROM' subfolder. Remember to change to Serial Number according to your ball. Be patient, ESP8266 sketches can takes some time to compile. The communication can fail with high baudrates, check for power on, unplug and replug and try again.

ATTENTION: you need to power on the ball before uploading...

Upload the firmware

After configuring the IDE, boards, libraries and setting up EEPROM factory settings, just plug your Smartball, choose its serial port in the "Tool" menu and upload the firmware sketch stored in the 'arduino/SMARTBALL' subfolder. Be patient, ESP8266 sketches can takes some time to compile. The communication can fail with high baudrates, check for power on, unplug and replug and try again.

ATTENTION: you need to power on the ball before uploading...

Upload SPIFFS data

The new firmware use a SPI File System to store the webserver data files. You can upload those data by installing the file system upload as described in the repository : https://github.com/esp8266/arduino-esp8266fs-plugin, then using the Tools > ESP8266 Sketch Data Upload menu item within the Arduino IDE with the firmware sketch opened.

ATTENTION: you need to power on the ball before uploading...