Welcome back to CamJam

After a long hiatus due to COVID lockdowns, CamJam the meet-up for Raspberry Pi enthusiasts in Cambridge, UK — returned last month. The event at Makespace Cambridge was completely sold out, with lots of local tinkerers and professional geeks keen to get back and chat with each other about what they’ve been making over the past couple of years. Often called Raspberry Jams, these community-led events happen all around the world. You can find one near you, or start your own.

Local student Sourish Sharma went along and wrote up an excellent account for his own blog, which he’s generously letting us share here too. It’s fair to say he enjoyed the day. Over to Sourish!

CamJam banner

When I volunteered at my first CoderDojo two months ago, I met this guy called Brian, and he told me about this thing he was organising called CamJam. So I scanned the QR code and reserved myself a free ticket 🙂 and that’s where it all started! CamJam, or Cambridge Raspberry Jam (us programmers like our puns), is a meet-up for electronics geeks and Raspberry Pi nerds. It was held in Makespace this time so the environment was pretty cool. There was a series of workshops, talks, and projects that people brought in (including me) — so in this blog, I’ll tell you all about my experience and why you should go too!

Oh, and this was my first ever event so I was quite excited to be going…

Show and Tell

The “show floor” is always the best place of any event — it’s the place where you see the coolest things, meet the coolest people, and have the coolest chats. Alongside about ten others, I set up a small area with a couple of my projects. I had my word clock, and a demo robot that I was developing for a club I’m running in school.

The projects that people brought in were nuts, so bear with me here! First, here’s mine:

Sourish's stall at CamJam
My stall! I have a game of Snake running on the clock (controlled using radio + gyro in the micro:bit)

There was also a roughly twelve-year-old maker who made a parking garage system to detect empty spaces. He had three bays, one used an IR sensor, another used an ultrasonic sensor, and the final used a camera with machine learning (powered by the coral accelerator). All of this data was processed and wirelessly fed back to a Pico W which was connected to a display. Truly impressive stuff, and I enjoyed talking to his brilliant mind.

An overly complicated car parking tracker

A humanoid robot

Someone also came in with a humanoid robot. The tech in it was awesome, and we had a very lengthy chat about it. The robot was designed to be quite modular, initially intended for Pi Wars 2020 (feel free to guess what happened to that event…); he then worked on it and plans to open source everything soon. He started a company, Neave Engineering, and I’d recommend following his socials if you’re interested.

The robot had two stereo cameras for 3D vision (think of it like human vision – two eyes give us depth perception if you use some clever maths), using Raspberry Pi’s latest global shutter cameras (in contrast to ‘rolling shutter’, which warps the image). It had a third camera with greater resolution, to be used for machine learning tasks. The degrees of motion of its arm were identical to a human’s, using lots of daisy-chained servos. It was powered by a Compute Module 4 with a secondary board in its head.

Neave also flexed his charging port on the robot. He absolutely hates having to swap out batteries, so all his robots have a battery, BMS (battery management system), and charging port! He was also talking about adding kinematic motion to the robot at some point — I can only imagine how cool that would be… Anyway, I’ll spare you the rest of the details and let you have a look at the NE-Five:

NE-Five. He’s missing an arm because a servo burned out.

An unusual supercomputer

Now, I’m sure some of you would have seen a ‘supercomputer’. I’ve seen the one at Cambridge University. The idea is that you chain a tonne of identical computers together and distribute the load of whatever task you’re doing across them. When you see a cluster of computers, such as a small cluster of rack-mounted servers, we like to refer to it as a supercomputer, because they still use the same technology that makes a supercomputer work. I’m sure many of you would have also seen a cluster of Raspberry Pis… but have you ever seen a Raspberry Pi Pico supercomputer?!?!

A £30 supercomputer
A £30 supercomputer

This only felt apt given the silicon shortages of the past few years! So, this maker connected all eight Picos together using the I2C protocol and gave them a nice complicated challenge to solve — calculating the Mandelbrot set and rendering the resulting fractal on a display. My oh my, did he manage to squeeze a lot of power from some £5 Picos! This is one thing I love about the community — it’s all about making the most of the technology we have and pushing it to the very limits. What’s even better is that Raspberry Pi is cool with this. I can imagine Apple or Nintendo suing someone to bankruptcy if they tried that…

The same guy made a few more interesting things, including a mini Pico computer running CPM, and a solenoid engine.

The clicks on the keyboard were mmmmmmmmm… also, I need to learn BASIC!

… and a huge variety of other awesome projects

I won’t ramble on for much longer about how epic the show and tell was, but there was this cool Pico grabber robot that I got a play with:

I had too much fun with this robot…

And a Pico infinity mirror from the one and only Brian:

A Pico-powered infinity mirror. There was a small kid who looked into it, and put his hand under the table thinking it was real!!

The Pico was used a lot in the projects, talks, and workshops — it’s an awesome piece of kit and easily my favourite Pi. It’s super cheap, but versatile yet accessible… and very cute!

The final project I want to talk about was a compact, wireless robot. Someone made a mini robot and equipped it with a camera. From a web browser on any device in the world, you could connect to the robot and drive it, using the live camera feed. The guy set up a really nice demo area and the latency was optimised to be extremely small. He coded the bot so that it maintained a constant speed (using encoders) — so even if it was going up an incline, the robot would be just as consistent. Impressive stuff!

There was so much more, from reactive LiDAR robots to lightsabers — but for now, let’s talk about the workshops.

Workshops

The main workshops had to be pre-booked and were intended for younger children. But Makespace were hosting a couple of free activities. One was some basic soldering, and the other was laser cutting a custom badge (using Inkscape on a Pi 400). Both hosts were super nice and radiated knowledge. Despite having previously done countless hours of soldering and spent days standing at a laser cutter, they still taught me new things. It goes to show that there’s always more to learn! Thanks to Makespace for providing the awesome venue and the volunteers there making the event that little bit better 🙂

My laser-cut name tag – of course I needed a pi symbol on it, and the CamJam mascot. My soldered robot souvenir is pretty cool too.

Speaking of the venue, there was this roughly eight-metre-long LED strip on the wall, spanning across the main room. There were some wireless hand controls on either side of the strip where you could play Pong across the room against someone else. It was intriguing and felt like magic!

Talks

Of the four talks, I went to the first and last ones. The first one was titled “Is the Raspberry Pi Pico a computer?” The speaker, Jonathan Pallant, talked about the history of computing and explored definitions of what a computer is, taking inspiration from the early days (waaaaaaay before I was born, so yes, I was clueless). It was a great talk and the 45 minutes flew by ultra quickly.

He then plugged his own project, the Neotron Pico. He wrote some firmware (he’s a massive fan of Rust) to turn the Pico into a very simple computer, and he designed a standard form factor motherboard for the Pico to live in. It was an amazing project and I had plenty of fun messing around with it.

Keegan Neave’s presentation rounded the day nicely. Oh, and you see the robot with the orange tracks in the centre of the table? He made that just to rescue a spanner he dropped under the floor!

The last talk was by Mr Neave, where he discussed different robotics competitions and talked through the development of his own robot. It was truly entertaining and he had lots of ideas — he bought a Steam Deck to use as a controller for the NE-Five. It was perfect because it ran Linux, was powerful enough to offload processing to, and had lots of I/O in a compact form factor. He also talked about some specific technical challenges and his roadmap for robotics.

Final thoughts

My first ever tech event was a blast — an experience that I’ll never forget. I gained so much knowledge in a single day, and everything I saw inspired me to be more creative and the event only amplified my excitement for electricity.

The best bit, though, were the people. The conversations I had, friends I made, and things I learned were invaluable. Having so many kind enthusiasts, from ten-year-olds to 60-year-olds, interested in electronics and building cool stuff to share with the world was amazing. Despite all their differences, hundreds of people still came together connected by their love for electronics.

My swag pack that Mark gave me just as I was leaving — sooooooooo many stickers 😀

The community was unbeatable. Everyone was respectful, enthusiastic, and welcoming. Younger people were encouraged to join in and the trust between everyone to handle each other’s projects (some were worth £100s, and took hundreds of hours to make) without breaking them was wholesome.

Nothing beats talking face-to-face

To be able to have geeky conversations with people whilst not needing to explain everything I said was a mind-blowing concept to me. Everyone understood each other, and all of this was totally new to me. As great as the internet is, talking to people through text or video is simply too abstract of a concept for even the best of programmers. Meeting people face-to-face is just… different. Teaching people how I made my projects, and learning how others made theirs, was a satisfying moment of sharing our journeys. Seeing tangible things in front of you, some of the best robots on the planet, is magical.

The atmosphere was utterly energising.

One thing I’ll remember forever, though, is when a technology teacher from Thailand came to my stall. He was fascinated by my word clock and took a photo of it to inspire his students back home. The feeling that my creations could inspire others to join my passion across the world was overwhelming. And the delightful faces of the children who stared at my clock, searching for different words and coming back every ten minutes to play another game of snake was moving.

So, two days on, I’m more thrilled by electronics than ever before and have some big projects lined up for the summer…

An ultra massive thank you to Brian for organising it all, and bringing CamJam April 2023 on my radar! I’ll see you there next time 🙂

More from Sourish, and more Raspberry Pi events

If you enjoyed this buoyant CamJam recap, why not read more of Sourish’s stuff? He has written about his journey through space taking part in the European Astro Pi Challenge, as well as his work experience at Kybernet, unlocking the potential of AI to help with blog writing.

Remember to check out our events page to find Raspberry Pi events happening near you. If you don’t see anything in your area, why not consider starting something yourself? It doesn’t have to be big or fancy; let us know about it by scrolling to the bottom of this page and we’ll promote it for you. Big or small, regular or a one-off, so long as it’s got something to do with Raspberry Pi, we want to hear about it!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Server Status

Aradippou Chat Larnaca Nicosia

Chat Links

Official Links.

Chat.

Alternative Mirror Links.

1. KiwiIRC 1.
2. KiwiIRC 2.

Other Web Clients.

1. IrcCloud.

Recent Posts

Related Posts:

Archives

Follow me on Mastodon

Super Club Radio

Mighty Deals

CyIRC

CyIRC Tweets