|
You are here |
wiresareobsolete.com | ||
| | | | |
www.stdin.co.uk
|
|
| | | | | I'm pretty happy with my SensorPush outdoor temperature/humidity/pressure sensor. It's not cheap but it is calibrated to work in a Canadian winter (most of it, at least). Their BLE adverts are automatically detected by HomeAssistant and decoded. Sometimes it appears to have a bit of a nap, adverts stop arriving (and I've checked with other BLE receivers) until the Android app wakes it up, probably the direct Bluetooth connection is all it wants. Also, the battery voltage doesn't appear to be broadcast. S... | |
| | | | |
andybrown.me.uk
|
|
| | | | | I'm a subscriber to ST's regular email newsletter and though most of it isn't interesting to me I did notice that in one of the recent editions they were promoting their wireless range of STM32-bas... | |
| | | | |
www.sensorpush.com
|
|
| | | | | Build custom applications communicating directly via Bluetooth with our second-generation temperature, humidity and pressure sensors (HT.w and HTP.xw) | |
| | | | |
blog.chand1012.dev
|
|
| | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | ||