Looking back there are definitely a few things I would have done differently. First of all, the data being sent over — as of now I send over all the values of the built in accelerometer (heading, pitch, and roll) when the only value I am using is roll, where I see if it’s between…… Continue reading WK 8 – Final Dashboard Thoughts
Category: ITP2565 Connected Devices
WK 6 – More Dashboard Fun
Still trying to solidify the look of this dashboard and how I want it to display the data gathered over time — which is something else I need to explore –> storing the data and accessing that to display all activity from previous days rather than just the current day. Also thinking about doing a…… Continue reading WK 6 – More Dashboard Fun
WK 5 – Device Data Dashboard (cont’d)
Running into some issues just trying to upload the sketch now with shiftr credentials rather than mosquitto. First, thought I broke my nano as it stopped showing up as a visible port. After a quick google, I read to quickly press the reset button twice to get the bootloader running, that worked and I was…… Continue reading WK 5 – Device Data Dashboard (cont’d)
WK 4 – Device Data Dashboard (cont’d)
I’ve started to make some visual updates to the dashboard taking into account some feedback from last class. I’m trying to incorporate more data visually and have made a calendar in the style of the Ring-A-Date calendar by designer Giorgio Della Beffa. Here is my Github repo. And you can visit the site here. Eventually,…… Continue reading WK 4 – Device Data Dashboard (cont’d)
WK 3 – Device Data Dashboard (cont’d)
I’ve started collecting the data from the onboard gyroscope/accelerometer on the Arduino Nano, so I’ve been trying to parse the three individual values. First I was trying to do it using fetch, but eventually after running in circles around that for the past couple of days, I decided to abandon it and went the MQTT…… Continue reading WK 3 – Device Data Dashboard (cont’d)
WK 2 – Device Data Dashboard
I’ve done a couple things so far — one being sending data to an MQTT broker (trying to refresh my memory from UndNet), and I was also to create another webpage from biancasbread to eventually display sensor data, but now instead of getting an error, it show a line of text –> http://www.biancasbread.com/conndev-sensor. MQTT Explorer…… Continue reading WK 2 – Device Data Dashboard
WK 1 – Sensor Readings
I am currently using an Arduino Uno WiFi Rev2 for this assignment, as my replacement Nano is en route. It seems like this will do as I am using the WiFiNINA library with this as well. As for the sensor, I have a loudness sensor attached. I was able to view incoming data view a…… Continue reading WK 1 – Sensor Readings
Test Post for Tom
Hi Tom 👋