Explore >> Select a destination


You are here

www.krekr.nl
| | michaelscodingspot.com
2.1 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | coderdojoathenry.org
2.5 parsecs away

Travel
| | Controlling Robot Wheels Last week, we figured out how to control a motor with a H-bridge. We expanded this to controlling a pair of wheels using the H-bridge. Above is a photo of the hardware. The wiring of the H-bridge is: H-bridge [+] and [-] are connected to a 9V battery H-bridge [IN1] to [IN4]...
| | www.matsimitsu.com
2.4 parsecs away

Travel
| | I thought it would be fun to control an RC car with an arduino.
| | muscaw.dev
23.5 parsecs away

Travel
| I started working on a project that involves an ESP32. I'm using the Arduino platform to develop on the ESP32. This is a platform I have some familiarity with. When I went to use the EEPROM to save some information, I just could not make it work. The information did not seem to register to the EEPROM and/or read back from the EEPROM. The reason is because the EEPROM needs to be initialized when using an ESP32 board and not on Arduinos.