Explore >> Select a destination


You are here

blog.dbrgn.ch
| | blog.eldruin.com
0.9 parsecs away

Travel
| | Platform-agnostic driver for the VEML6030 and VEML7700 ambient light sensors written in Rust.
| | www.codeandunicorns.com
6.8 parsecs away

Travel
| | Explanation on setup I finally got the LCD LED controller. I spent some time to understand a bit better how it works. So basically from the LCD controller there is a connector with red/yellow/black lines going to driver board, which is needed for this old types of LCD monitors.
| | blog.kiranshila.com
2.5 parsecs away

Travel
| | [AI summary] The author discusses their experience developing a Rust driver crate for a DC power monitoring chip in a radio telescope project, highlighting the benefits of Rust's compile-time guarantees and ecosystem for embedded systems.
| | whatibroke.com
17.3 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...