Releases: SKOMOBO/arduino
TCP with fixed screen
TCP version
In this release, the wireless module sends all its data as raw TCP packets to AWS which then forwards the packets to the Massey server to be stored.
This at the time of writing corrects the stability issue with transmitting the data wirelessly across the internet.
WIFI SD storage patch
For this version, the buffer allocation size for the SD card storage was increased so that new line characters would be written to the SD card properly.
WIFI with fixed PIR and SD card
This release just implements the same fix the SD version has for the PIR sensor and also includes an increased buffer size to deal with large dust sensor values.
SD with PIR fixed
This code has all the same code as the previous SD card version, however, it also contains a fix so that the new PIR sensors values do not get inverted.
It also has code that will store the ID of the Box on the SD card.
PLEASE NOTE: this code does not contain any WIFI code in it or Bluetooth!! It is simply a patch for the older version
Wifi stable
The code reliably transmits data via WIFI to the server using a 3G connection, displays data on the OLED screen and stores it on a SD card.
PLEASE NOTE: the data only reaches the server every 2 - 10 minutes so SD cards still need to be collected for the final data analysis
Core Arduino functional
All the sensors on the Arduino are working as intended, except for a little bit of tweaking to improve the accuracy.
The raspberry pi code still needs to be completed and the code for connecting to the wifi.