Python code for quick prototyping of various suitable functions in physical computing with Arduino, with aim of building applications useful in restaurant setting.
- Temperature monitored every second with temperature sensor wired to Arduino Uno.
- When temperature exceeds pre-determined threshold, tone melody and led is triggered.
- Temperature monitored every second with temperature sensor wired to Arduino Uno.
- Temperature values are sent in real time over Arduino's bluetooth HM-10 module to Smartphone.
- Temperature values displayed in real time on compatible application.
- Temperature monitored every second with temperature sensor.
- Temperature values displayed in real time in Arduino console.
- User enters a predetermined character (trigger) on Smartphone running compatible application.
- Trigger data sent in real time over to Arduino's bluetooth HM-10 module.
- Onboard beeper on the Arduino Uno plays the corresponding tone melody to the different trigger data received from bluetooth HM-10 module.
- When Arduino uno's onboard button is pressed, onboard LED lights up.