/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

blog.famzah.net
| | thelittleengineerthatcould.blogspot.com
2.5 parsecs away

Travel
| | So far, I have been programming my µcontrollers using the Arduino IDE . As I progressed with my TurboLEDz experiments, I came across...
| | blog.squix.org
2.8 parsecs away

Travel
| | Logic Analyzers can be quite useful to test and analyze hardware. In this short video I explain how to use the cheap LHT00SU1 logic analyzer together with PulseView on Mac OS X to test a new ESP32 development board. https://youtu.be/PHADbXs1rJQ Here is the code used to create the signals #include uint8_t pins [] =...
| | muscaw.dev
3.1 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.
| | nabeelvalley.co.za
10.7 parsecs away

Travel
| Using a Docker Container as a development container using the Visual Studio Code Remote-Containers Extension