All posts by Lucas Rex
Final Project: 9th update
For my new prototype, I designed internals, that slide into the tube and hold the electronics in place. I made them in the workshop from MDF. Although my new prototype also serves as a visual model, these internals are not primarily designed to exactly fit the prototypes electronics and do not necessarily represent the internals […]
Final Project: 8th Update
Testing My Quik’N’Dirty prototype is finished. I boiled down the core functions to one prototype with adjustable heights and widths for testing. I applied my electronic setup. Here are some first impressions from setting it up in the workshop: This morning I took the prototype to my exemplary case scenario S Prenzlauer Allee. Here are […]
Final Project: 7th Update
As it turned out re – exchanging those buttons for PIRs was a lot more complicated then expexted. When I simply plugged in the sensors, they didn’t work properly. After a lot of testing I figured, that at least two of the eLab’s three PIRs appeared to be broken. I ordered new ones from Tinkersoup, […]
Final Project: 6th Update
Final Project: 5th Update
Just a quick update: I managed to implement the millis() function correctly into my code. Before the sound was only triggered, when both pedestrian and cyclist are detected simultaniously. Now it also triggers, when a bike is detected and a pedestrian has been detected recently (within the last four seconds). So I’ve got the main […]
Tutorial: Serial Communication
These are notes I took for myself, that helped me understand and remember how to implement Serial communication in my code. Serial communication can be very important for troubleshooting, to see what bits of the code are working properly and which aren’t. It can also necessary for extra functions like for example communication data to […]
Tutorial: Voltage Devider
How to solder correctly
Final Project: 4th update
Just a short video on implementing a second input:I went back to using pushbuttons instead of motion sensors for easier testing for now. Now pressing the first button represents detecting a pedestrian, pressing the second detecting a cyclist. Only when both are pressed at the same time, the sounds are played. I am currently experimenting […]