Explore >> Select a destination


You are here

blog.davidedmundson.co.uk
| | kaspars.net
10.2 parsecs away

Travel
| | Aqara G2H (ZNSXJ12LM) is a really nice Zigbee hub and indoor camera with official HomeKit support. Of course it runs Linux so people have discovered ways to connect it to Home Assistant which exposes most of your HomeKit devices to Home Assistant over MQTT without impacting the original Apple Home and Aqara app integrations. Aqara...
| | blog.nuculabs.de
10.2 parsecs away

Travel
| | Hello everyone, A while ago I started working on a pet project called NucuCar. It's a platform written in .NET for the Raspberry Pi in which I'm trying to implement various utility functions to create a complete piece of software that can be used to build a remote controlled car for the Pi. The project is open source and it can be found on GitHub: Since I didn't buy a toy car and I don't have much space in my apartment I was working only on the sensors module, which currently has support for the BME680 environment sensor and the CPU temperature sensor build in the Pi.
| | peterbraden.co.uk
11.5 parsecs away

Travel
| |
| | ericlathrop.com
55.4 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.