scottjames / Cubetube-Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cubetube-Examples

Flashing photon firmware:

To use a GUI instead of command line, you can get the Particle Firmware Manager utility

dfu-util -d 2b04:d006 -a 0 -s 0x8020000 -D system-part1-0.5.2-photon.bin
dfu-util -d 2b04:d006 -a 0 -s 0x8060000:leave -D system-part2-0.5.2-photon.bin
  • Flash tinker: (only for use with Tinker app, not used in LED Cubetube)
particle flash --usb tinker

Keys

  • Running:
particle keys doctor

can fix corrupted keys

To compile ino files in the current working directory:

particle compile photon
particle flash --usb photon_firmware_XXXXXX.bin

L3D source repos

These repos do not seem to work with the 16x16x16 cube

We have found some working 16x16x16 code on:

Our repos:

About


Languages

Language:Arduino 100.0%