|
You are here |
centaurian.co.uk | ||
| | | | |
mcuoneclipse.com
|
|
| | | | | "A picture says more than 1000 words." I don't know the source of that quote, but for sure it is true for every developer and engineer too. Engineers need to work a lot with numbers. But numbers can be transformed into pictures and graphs which can make complex things and relationships easier to understand. Verifying... | |
| | | | |
kuruczgy.com
|
|
| | | | | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations. | |
| | | | |
embeddeduse.com
|
|
| | | | | We want to develop the Internet radio application for the Raspberry Pi in the same way as for a PC. We change the source code in QtCreator and run the application. QtCreator cross-builds the applic... | |
| | | | |
vninja.net
|
|
| | | I've been running [Home Asssistant](https://www.home-assistant.io/) (HA) in my network for well over a year now, and it's primary use case has been connecting devices from different ecosystems into one management interface. Lately I have been migrating a few automations from native HA to [Node-RED](https://github.com/hassio-addons/addon-node-red), which has been a fun exercise, and I'm looking to expand the usage of automations in the time to come. **My mantra for this setup is that everything that can be automated, should be automated, while at the same time keeping it as simple and unobtrusive as possible for everyone in the household.** | ||