Explore >> Select a destination


You are here

memex.craphound.com
| | blog.alexbeals.com
22.2 parsecs away

Travel
| | The way that I use my router is basically as an ethernet splitter, and to make my own wifi signal. In case anyone else has multiple devices in their room that need ethernet, this is a rough guide of how to set it up. These instructions are for the router I have, which is the Linksys WRT54G.
| | quakkels.com
17.8 parsecs away

Travel
| | Raspberry Pis are great little computers. Wonderful for running hobby services. But, whenever I start a new RPi project, I dislike needing to dig out my spare HDMI monitor and USB keyboard. I don't like having to take up room, connect all that hardware, just to enable SSH and Wifi so I don't need any of that equipment I just finished setting up.
| | ciesie.com
22.9 parsecs away

Travel
| | You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.
| | blog.squix.org
100.5 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 [] =...