Search Pi-Cars
-
Recent Posts
Twitter Updates
- RT @1bigcircle: Looking forward to joining @boomsatsuma + @WORKSBristol at @EngineShed_BB tomorrow for a #Digicities 'Ask Me Anything' with… 3 years ago
- RT @1bigcircle: It’s #ThrowbackThursday for us on #NationalCodingWeek remembering our first @pi_cars #coding workshops and sending these… 3 years ago
- @WhizzkidsEdin sorry guys missed this can you resend 6 years ago
- RT @Makers_Corner: Hi @pi_cars we have 3 hrs and $193 dollars to go... Please help us spread the word & make it happen... https://t.co/9KUF… 6 years ago
- Our friends @MyActionReplay created the #sportequation .Wonder if it works for programming.. web.myactionreplay.com/#!/?sport=Prog… http://t.co/QcrdKlznpd 6 years ago
Author Archives: Barnaby Kent
Pi-Cars are back – delivered by ModMyPi
Sorry that we have not been able to supply Pi-Cars or Pi-Cars took kits recently. Unfortunately the Pi-Cars warehouse (i.e. our garage) had to be turned into a playroom due to the rampaging of this guy: Robust though they are, Pi-Cars had no … Continue reading
Posted in Blog
Leave a comment
Pi-Cars appears in Raspberry Pi For Dummies!
Pi-Cars appears in the new book Raspberry Pi For Dummies by Sean McManus and Mike Cook, in a chapter at the end that outlines some inspiring Raspberry Pi projects. Co-author Sean McManus told us: “The book gets people up and … Continue reading
Posted in Blog
Tagged learning electronics, learning programming, pi-cars, python, raspberry pi, raspberry pi for dummies, scratch, Tool Kit
Leave a comment
Pi-Cars python GPIO handler for Scratch configuration
This details how to install and configure the Python Scratch handler for the Pi-Car and get it working with Scratch. You can download the software for doing this from the Pi-Store or buy one of our SD cards which is … Continue reading
Pi-Cars Showroom
Welcome to the Pi-Cars showroom. We plan to showcase any radio controlled cars in here that have been converted to Pi-Cars and also some of the things they get up to. If you have created a Pi-Car with our Tool … Continue reading
Posted in Uncategorized
Tagged hobby fun, new bright, pi-cars, radio controlled cars, showroom
1 Comment
Setting up a wireless connection on the Raspberry Pi
To setup the wireless connection on the Raspberry Pi you will need to: Buy a USB wireless adapter such as this one Plug it into the USB slot on your Raspberry Pi Configure it to join a wireless network To … Continue reading
Posted in Uncategorized
Tagged raspberry pi, remote access, startx, vncviewer, wireless setup
1 Comment
Python while loops – Driving lesson #5
Pre-driving checks If you are here you should be able use an editor to write Python code to control your Pi-Car and understand what we mean when we talk about constants, variables and print statements. If not by all means … Continue reading
Python if else statements – Driving Lesson #4
Pre-driving checks If you are here you should be able use an editor to write Python code to control your Pi-Car and understand what we mean when we talk about constants, variables and print statements. If not by all means … Continue reading
Posted in Uncategorized, Under the bonnet
Tagged pi-car, pi-cars, python driving lesson, python driving lesson 4, under the bonnet
2 Comments
Python variables and commenting – Driving Lesson #3
Pre-driving checks If you are here you should be able use an editor to write Python code to control your Pi-Car. If not by all means have a go at this lesson but if you get stuck try Driving Lesson#1 … Continue reading
Posted in Under the bonnet
Tagged driving lesson 1, pi-cars, python, python driving lesson, python driving lesson 3, under the bonnet
3 Comments
Example Pi-Cars Python Code
This code will be incorporated into the Driving Lessons in due course but in the meantime here is some Python code that will work with your Pi-Car. How to get the code onto your Raspberry Pi and run it To … Continue reading
Posted in Under the bonnet
Tagged driving lesson, pi-cars, python, python driving lesson, under the bonnet
2 Comments
Introduction to Python, constants and print statements – Driving Lesson #2
Pre-driving checks If you are here you should have set up your Raspberry Pi, understand how to connect your Pi-Car to your Raspberry Pi and know how to use IDLE or another editor to write Python code and run it. … Continue reading