/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

danstrother.com
| | tomscii.sig7.se
5.0 parsecs away

Travel
| | [AI summary] This is a detailed account of the development and construction of a DCF77-controlled clock with additional features like temperature and humidity sensing. The author describes the design process, hardware components, and software implementation, including the use of a simulator for development. The project includes a bill of materials, cost analysis, and future improvements. The source code and hardware design are shared under an open license.
| | helentronica.com
3.4 parsecs away

Travel
| | Introduction Some time ago I started a project of reusing an old, crappy toaster oven as a reflow solder oven. I did some necessary improvements on the oven, like adding a glass wool isolation. I also examined dynamic characteristics of the oven by looking at its transient response to a step input power. Everything was...
| | sivantoledotech.wordpress.com
3.4 parsecs away

Travel
| | Two circuit boards that I designed with Eagle use tiny components that I knew I could not solder with a soldering iron (chips in QFN packages and others). You can see one of the designs below. I was aware of two low-cost ways to solder them: with a hot plate, or in an oven. I...
| | muscaw.dev
45.9 parsecs away

Travel
| I started working on a project that involves an ESP32. I'm using the Arduino platform to develop on the ESP32. This is a platform I have some familiarity with. When I went to use the EEPROM to save some information, I just could not make it work. The information did not seem to register to the EEPROM and/or read back from the EEPROM. The reason is because the EEPROM needs to be initialized when using an ESP32 board and not on Arduinos.