Archive for September, 2014

Maker Faire and Scratch

We had a lot of fun and saw some of our backers there. Our interactive demos proved to be a huge hit. Several hundred kids played with Scratch and modified our game in real time. A lot of kids now learn Scratch in elementary school and they could immediately see the benefit of having joysticks […]

Published on: 21 September 2014
Posted by: admin
Discussion: Leave a comment

Video Tutorial for Using PSoC Creator!

So I made a post a few days ago which described how the board is used through Python. But as you hopefully already know, this is only half the story! The RPiSoC only realizes it’s fullest potential when programmed through PSoC Creator. But, C-programming and visual interfaces sometimes scare people off. Not to fear though, […]

Published on: 16 September 2014
Posted by: admin
Discussion: 3 Comments

New blog post from Raspberry Pi about Physical computing

We often get caught up in trying to explain whats so special about interfacing your software with the real world. I think this post and video from the Raspberry Pi foundation sums it up nicely. And if you’re curious what we add on top of them: Analog I/O, lots of hardware PWM, Arduino Shields, programmable […]

Published on: 15 September 2014
Posted by: admin
Discussion: Leave a comment

How to use the RPiSoC through Python!

I decided to make a quick video that walks through some of the details of the API, at least some of the front end parts of it. To that end, enjoy this video of me playing with the RPiSoC through the Raspberry Pi in real time! (mostly) [I say mostly, because the two videos I […]

Published on: 12 September 2014
Posted by: admin
Discussion: Leave a comment

Bluetooth on the RPiSoC

Here is bluetooth communication between the RPiSoC and an Android phone. Imagine all the things you want to control in your house without actually walking up to them. I send a string of text from the phone to the RPiSoC, which then displays it on screen. We used the JY-MCU bluetooth module for this, because […]

Published on: 9 September 2014
Posted by: admin
Discussion: Leave a comment

Creating your first Scratch Program

First off, here is a video demonstration of Scratch. It goes through the creation of a Scratch program that utilizes the RPiSoC’s analog functionality. I then go one step further and create a simple two player game out of it. For this post I thought I’d give a detailed explanation of all the Scratch blocks used […]

Published on: 8 September 2014
Posted by: admin
Discussion: Leave a comment

Using Scratch with the Raspberry Pi and RPiSoC

Our Youtube video sums it up nicely. If you prefer text, read on. Scratch is a visual programming language that lets people of all ages unleash their creativity, no programming experience needed! You simply drag and snap blocks to create your program. Here, we animate Scratch the Cat using a potentiometer hooked up to an ADC […]

Published on: 1 September 2014
Posted by: admin
Discussion: Leave a comment