Saturday, November 9, 2024

USB Cable For Raspberry Pi PICOs That Are Self Powered

 Many of your PICO projects will be self powered and you need a special USB cable to communicated with it otherwise you can damage the PICO or the batteries.  Connecting USB while the PICO is powered can also create a safety hazard!.

This video explain why this is a problem and how to take an ordinary and inexpensive cable and make is safe for use. BE SURE TO HAVE THE USB CABLE UNPLUGGED WHEN MAKING THIS MODIFICATION!



Cheers!
Chris

Saturday, November 2, 2024

050 Random Time and Place Generator For Auto Dispatching the Robots

 A requirement from the beginning was to have random events in the experiment.  This new routine will add the ability to:

   * Select a random time for the robot to go somewhere

   * Select a random location for the robot to go to

   * Avoid sending a robot to a banned destination

This functionality takes us another step closer to starting the actual experiments!


Cheers!

Chris

Friday, October 25, 2024

After fighting my old crimping tool for Dupont connectors, I found a better tool

There are a lot of Dupont crimping tools to choose from, some sold for Dupont connectors are not even the correct type!  Frustrated with my old crimper, I went hunting for a better one and found these.  So far it looks like it was a good purchase and I am already getting MUCH BETTER crimps.


Cheers!

Chris 

Friday, October 18, 2024

049 Novel Traffic Control Method

Let's explore a different method of controlling traffic by breaking the old rules.  The ZoomTown experiment has been about looking at transportation from a different perspective. Getting rid of the human allows for different rules.


Cheers!

Chris

Saturday, October 12, 2024

10/01/2024 ZoomTown Update

With the complexity of this experiment reaching its peak, I wanted to share more updates.  This update covers the current status, current outstanding problems, master to do list, and some ideas I am kicking around.

Cheers!
Chris

Saturday, October 5, 2024

047 Implementing Remote Robot (Zoomie)Tracking

With the ability to track the location of the robots, the Zcheduler is capable of doing MUCH MORE.  The most obvious (and what is shown in this video) is the ability to show near real time location of each Zoomie. 

However, the Zcheduler can now become another "SENSOR" for the Zoomie!  The Zoomie has no "vision" of what is going on around it, but it can ask the Zcheduler for some very critical information such as how close other Zoomies are to it.   This will play a key role in navigation.

Cheers!

Chris

Friday, September 27, 2024

Zoomie Side Trip Plan (Robot Driving Instructions)

See how the Zoomie (robot) interprets the Trip Plan (driving instructions) and executes them.  Follow along to see how the Trip Plan is received into the Zoomie via WiFi/MQTT and then processed for execution.



Cheers!
Chris

USB Cable For Raspberry Pi PICOs That Are Self Powered

 Many of your PICO projects will be self powered and you need a special USB cable to communicated with it otherwise you can damage the PICO ...