/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

muscaw.dev
| | www.thepolyglotdeveloper.com
2.2 parsecs away

Travel
| | Learn how to configure Visual Studio Code (VSC) for Arduino development, an alternative to the Arduino Desktop IDE.
| | blog.nobugware.com
1.5 parsecs away

Travel
| | Sparkfun and others sell a 434Mhz transmitter and a receiver for ?2.88 and ?3.61. This version receives at 2400bauds but there is a 4800 bauds version. Simply connect the transmitter to an arduino pin then your are done (almost). My first try was to follow the example from sparkfun, which simply read a value from the receiver: // read in values, debug to computer if (Serial.available() > 0) { incomingByte = Serial.
| | yasoob.me
2.3 parsecs away

Travel
| | Hi lovely people! If you have read any of my other articles you might be aware that I am working with electronics right now. After learning the basics of Arduino, I decided to work on a relatively ambitious project. I decided to make a greenhouse monitoring system. I am going to write a series of posts introducing you to all of the sensors one by one and by the end of this series, we will have a fully functional, super basic, greenhouse monitoring system.
| | macoy.me
24.7 parsecs away

Travel
| [AI summary] The author builds a custom ergonomic split keyboard using the Raspberry Pi Pico SDK and C code to bypass higher-level firmwares and understand USB hardware details personally.