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.