|
You are here |
techwithdave.davevw.com | ||
| | | | |
blog.squix.org
|
|
| | | | | 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
|
|
| | | | | Making a digital clock from Arduino and other ready-made/off-the-shelf modules for fun and giggles. | |
| | | | |
www.onetransistor.eu
|
|
| | | | | Arduino library for Silan SC75823 LCD driver (13-segment 8 character display) | |
| | | | |
www.malwaretech.com
|
|
| | | 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. | ||