Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 341 Bytes

braubar-temp

Temperature sensor for Braubar. Needs to be installed on a Arduino Uno with Ethernet Shield 2. Then it sends every second a temperature value and its id as a UDP-Broadcast-Package on port 50505 to the local network.

To upload braubar-temp to your Arduino first build it and then upload it.

make 
make upload