This is a preliminary experiment for my project which aims to visualize sensor network data of a room/building in three dimensions. For this first test, I took temperature data through I2C and visualized particles on Unity that changes the alpha of color depending on the sensor readings. The demo is a bit unintuitive since only a single sensor is being used, but the intention is to take temperature data from each part of a room, manually map the reading location on Unity, and visualize for the entire room.
One thought on “Assignment6 – spatial sensor viz experiment”
Leave a Reply
You must be logged in to post a comment.
I’m using the same sensor, and I am having the problem where the library might not be compatible with Metro M0 somehow. After I upload my code to Metro, it doesn’t show the COM port anymore, and it doesn’t always finish upload. However, I didn’t get any of that problem when I was working with Arduino Uno.