DIY BLE Thermometer With Arduino and Blynk
https://www.electronics-lab.com/diy-ble-thermometer-with-arduino-and-blynk/
Konstantin Dimitrov has shared a new tutorial on Arduino Project Hub on how to make an Arduino/Genuino 101 Bluetooth Low Energy (BLE) thermometer with TMP102 and Blynk. Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphical interfaces for all […]
Designing a simple and cheap temperature logger
https://www.electronics-lab.com/designing-simple-cheap-temperature-logger/
pickandplace.wordpress.com writes: I started with making the TMP102 temperature sensor work. Nothing to say in particular, it’s just an other I2C-small-package-sensor. Or rather SMBus, but apart from the minimum speed clock requirements on the SMBus, the two protocols are alike. Designing a simple and cheap temperature logger – [Link]
OpenSource Arduino OLED Clock with temperature measurement
https://www.electronics-lab.com/opensource-arduino-oled-clock-with-temperature-measurement/
Konstantin Dimitrov has published his Arduino OLED clock which uses DS1307 real time clock module and TMP102 temperature sensor that communicate through I2C. This clock will not only show you exact time and date but also it will show you the ambient temperature in both Fahrenheit and Celsius, with accuracy of 0.5°C (-25°C to +85°C) and […]