/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

techwithdave.davevw.com
| | blog.squix.org
2.7 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 [] =...
| | zzncx.top
3.3 parsecs away

Travel
| | Making a digital clock from Arduino and other ready-made/off-the-shelf modules for fun and giggles.
| | www.onetransistor.eu
3.1 parsecs away

Travel
| | Arduino library for Silan SC75823 LCD driver (13-segment 8 character display)
| | www.malwaretech.com
36.8 parsecs away

Travel
| It seems that the bootstrap code is just scattered around various memory addresses and there's no simple way to dump all of it, so i decided to just dump a chunk of memory from 0x00000000 and look for any reference to addresses outside of that chunk (allowing me to build up a basic map of the code). Although the exact addresses vary between disk models, my layout should give you a good idea where to look.