Ed Murphy
Ed Murphy
Expressif has announced the [Esp32-S3](https://www.espressif.com/en/news/ESP32_S3) dual core LX7 microcontroller. This is a little faster and has some SIMD instructions to speed up machine learning algorithms. It's probably very close in...
I'm not using the SD card functionality on the ESP32Cam currently. I'd probably rather have those pins freed up that have the SD card. But you may disagree. What might...
I understand; you would like to create a PCB that acts as the chassis to the rover as well as the circuitry. That is very cool. I like that idea....
Doing a little 'competitive analysis' I know there are a number of robots build using the microbit board that use a PCB-as-chassis design. They often use a smaller (and higher...
I have been using the two wheel drive chassis that that you have pictured. I have not tried the 4 wheel drive model. We are already running short of pins...
check out the 3d printed camera mount in https://github.com/Ezward/Esp32CameraRover2/blob/master/docs/building_the_rover.md; it will mount on either of the chassis you linked to.
Got it. Thank you Daniel. I will make the suggested changes. On Thu, Apr 21, 2016 at 7:21 AM, Daniel Trebbien [email protected] wrote: > On page 1: > > What...
Thanks again Daniel. I made changes and posted. I went back and fixed the hyperlinks in other documents as well based on your discovery that links don't work in the...
@Prototyx Are those signals the pwm outputs? It looks like those signals are on the same pin. If those are the PWM outputs then you need to send the steering...
@Prototyx what type of Arduino are you using? Is it 5v or 3.3v? How are you handling the logic-level conversion between the RPi and the Arduino if the Arduino is...