Explore >> Select a destination


You are here

darrenparkinson.uk
| | escapequotes.net
6.6 parsecs away

Travel
| | Diagram and pinout for version v1.0.0 Pin Pin Function ESP-8266 Pin TX TXD TXD RX RXD RXD A0 Analog input, max 3.3V input A0 D0 IO GPIO16 D1 IO, SCL GPIO5 D2 IO, SDA GPIO4 D3 IO,10k Pull-up GPIO0 D4 IO, 10k pull-up, BUILTIN_LED GPIO2 D5 IO, SCK GPIO14 D6 IO, MISO GPIO12 D7 IO, pinout
| | electronut.in
8.4 parsecs away

Travel
| | The HC-SR04 works as follows: Send a 10us HIGH pulse on the Trigger pin. The sensor sends out a sonic burst of 8 cycles. Listen to the Echo pin...Read More
| | blog.squix.org
11.4 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 [] =...
| | mikecoats.com
57.1 parsecs away

Travel
| For around £20 you can buy a development board with an Arm Cortex M4 and some peripherals including an accelerometer, microphone, DAC, and USB OTG port. This documents my attempt to get a rust toolchain installed, connect the debugger and confirm it can see the ARM chip, ready for programming.