/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

www.basicinputoutput.com
| | www.development-cycle.com
3.9 parsecs away

Travel
| | [AI summary] The author details the process of setting up a Bitcoin node on a Raspberry Pi 2, including hardware setup, software configuration, and troubleshooting memory and storage issues.
| | offlinemark.com
3.9 parsecs away

Travel
| | Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1:
| | nuculabs.wordpress.com
2.8 parsecs away

Travel
| | Cover Photo by Matan Segev from PexelsCover Recently, I purchased a NodeMCU from AliExpress for about $4. The reason I did this was to find out what all the fuss is about with ESP8266. NodeMCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and...
| | muscaw.dev
31.6 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.