wendlers / Hacklace2

Arduino firmware for Hacklace2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacklace2

Fork of Arduino firmware for Hacklace2.

  • Added Makefile to compile with arduino-make outside Arduino IDE
  • Added simple python script (tools/hl2cfg) to configure HL2
  • Started firmware to connect HL2 with ESP8266 serial to wifi module for over the air texting
  • Added 3D printable case (see case)

Prerequisites

  • Arduino IDE installed
  • Arduino-Makefile installed

For Ubuntu/Mint:

sudo apt-get install arduino arduino-make

Usage

Build:

make

Firmware could be found under Hacklace_Main/build-mega328.

Clean:

make clean

FW Upload

E.g. with Hacklace connected to ttyUSB0:

MONITOR_PORT=/dev/ttyUSB0 make upload

Customize Settings

If you like to adjust settings (like serial port), copy config.mk to userconfig.mk and change the settings there.

About

Arduino firmware for Hacklace2

License:Other


Languages

Language:C++ 50.9%Language:C 24.0%Language:Objective-C 22.5%Language:Arduino 1.6%Language:OpenSCAD 1.1%