A Compilation of some special Hardware Hacks. This will include XBee, Arduino hacks based on Python. Some special sketches will also be uploaded
Some of my most common work will include :
-
A live data plotting from Arduino. (Can be used for general serial devices as well). This is python based.
-
Function for accuracy to n decimal points. (Arduino does not provide an inbuilt function in case a higher accuracy is needed)
-
Special I2C library for sensors having 2 wire communication (Specially targeting the MLX90614 Infrared theremometer)
-
Remote Arduino uploading, allows to use ZigBee or other wireless modules to upload a code over the air. (Working)
-
Serial Terminal simulator in Python. Can do two way communication with any Serial Device.
P.S : One of my previous arduino hacks to develop MODBUS (Standard RS 485) protocol for arduino is a seperate repo.