Skip to content

Releases: SKOMOBO/arduino

TCP with fixed screen

08 Sep 22:11
Compare
Choose a tag to compare

The issue with the screen displaying garbled text and hanging has been resolved in this version

TCP version

05 Sep 23:26
Compare
Choose a tag to compare

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

02 Sep 07:43
Compare
Choose a tag to compare

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

24 Aug 23:45
Compare
Choose a tag to compare

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

21 Aug 21:01
Compare
Choose a tag to compare

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

09 Aug 21:46
Compare
Choose a tag to compare
Wifi stable Pre-release
Pre-release

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

19 May 01:08
Compare
Choose a tag to compare
Pre-release

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.