Assorted projects that can be run with the Creator kit
| camera | ||
| snake | ||
| temperature_server | ||
| twitter_sensors | ||
| Readme.md | ||
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
- Do make menuconfig in the OpenWRT directory. Select the gcc package under Development->GCC
- Run make V=s until the build fails.
- 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"
- Rerun the build.
- 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
Snake
A game of snake implemented using a joystick and 8x8 LED display
Tweeting sensors
Python server which actively tweets temperature and any activation by the motion sensors.