/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

brickexperimentchannel.wordpress.com
| | diyelectromusic.com
5.0 parsecs away

Travel
| | After getting the Arduino and SP0256A-AL2 working I wondered if I could repeat the trick from the Arduino and AY-3-8910 and have the Arduino generate the required clock signal for the SP0256A-AL2. This post starts to look at that question. https://makertube.net/w/paGX4eiCAHgLU9mK2x3uyq Warning! I strongly recommend using old or second hand equipment for your experiments. I...
| | jpieper.com
3.2 parsecs away

Travel
| | Being a switch mode 3 phase motor driver, the moteus controller changes the current flowing through the phases of a motor by rapidly switching the phase terminals between the positive input voltage and the input ground. The control of this switching is denoted "pulse width modulation", or PWM for short. To date, the rate at...
| | infinitedigits.co
3.8 parsecs away

Travel
| | I programmed the Raspberry Pi to control voltage and respond to MIDI so I can play the Korg Monotron with a keyboard.
| | ciesie.com
25.1 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.