Assorted projects that can be run with the Creator kit
Find a file
2016-08-15 15:13:25 +01:00
camera Remapped Camera dirs 2016-08-11 10:41:43 +01:00
snake Fixed includes for Snake 2016-08-11 10:40:36 +01:00
temperature_server Temperature server readme fix 2016-06-10 10:27:07 +01:00
twitter_sensors Twitter sensors: Removed TI workaround 2016-08-15 15:13:25 +01:00
Readme.md Readme updated 2016-08-11 10:44:58 +01:00

CI40 Projects

Requirements

OpenWRT - https://github.com/IMGCreator/openwrt

LetMeCreate library - https://github.com/francois-berder/LetMeCreate

GCC available (see instructions below for current workaround to get GCC running)

Make available (Development->Make package)

Check per project requirements.

Installing GCC

  1. Do make menuconfig in the OpenWRT directory. Select the gcc package under Development->GCC
  2. Run make V=s until the build fails.
  3. Once the build's failed add "libc.so.6" to the end of the following file: "staging_dir/target-mipsel_mips32_musl-1.1.11/pkginfo/libc.provides"
  4. Rerun the build.
  5. Once the image's been flashed create a symbolic link to work around the interpreter not working: ln -s /lib/ld-musl-mipsel-sf.so.1 /lib/ld-musl-mips.so.1

Projects

Camera

A work in progress project aimed at utilising the Camera Click

Temperature server

Python HTTP server which reports temperature read from the Thermo3 click

Video

Snake

A game of snake implemented using a joystick and 8x8 LED display

Video

Tweeting sensors

Python server which actively tweets temperature and any activation by the motion sensors.