• RasPiO Shop
  • Pro Hat
  • Analog Zero
  • Duino
    • duino-assembly
    • duino-setup
    • duino-programming
    • duino-videos
    • lcd20
  • RasPiO Products
    • inspiring
    • Pro Hat
    • Analog Zero
    • Duino
      • lcd20
    • Portsplus
    • GPIO ruler
    • GPIO Zero ruler
    • Breakout
    • 7 Seg kit
  • About RasPiO®
RasP.iO

Author Archives: alex

RasPiO Breadboard Pi arrival tweets

Posted on May 22, 2019 by alex

It's arrived 🙂 pic.twitter.com/l2cwEwOaVQ

— Peter Onion (@PeterOnion) May 22, 2019

Yas! Just received our Breadboard Pi Bridge kit from @RasPiO1 ! Hello to tidy and neat prototyping! pic.twitter.com/xDEjS2oEAQ

— Helene (@helenevirolan) May 22, 2019

Mine just arrived, will put it together this evening! Looks very nice.

— Phil Willis (@ptbw2000) May 22, 2019

Happy Wednesday, my @RasPiO1 Breadboard Pi Bridge kit has arrived. pic.twitter.com/F8TS1Ny5Xe

— Thomas Stratford (@MrTomsWorld) May 22, 2019

Hi @RasPiO1. My Breadboard Breakout kit has arrived and been built. Very neat. Thanks! pic.twitter.com/glPincDdUd

— Simon Reap (@simon3270) May 22, 2019

And we are done! @RasPiO1 pic.twitter.com/U7EeHxuPuD

— Thomas Stratford (@MrTomsWorld) May 22, 2019

Testing the @RasPiO1 Breadboard Pi Bridge. pic.twitter.com/qho1nggrj3

— Thomas Stratford (@MrTomsWorld) May 22, 2019

Got mine this afternoon and have built but not tested it yet.
I soldered the black wire to the GND from the 5v pins running to the top of the breadboard other -ve rail to keep the breadboard tidy. 🛠️
Fully built it still fits in the bag it came in 👍😀

— Neil Manuel (@NeilManuel4) May 22, 2019

How neat is that!
Love this Breadboard Pi Bridge kit from @RasPiO1 . Very clever! pic.twitter.com/9zPMq8sGLN

— Helene (@helenevirolan) May 22, 2019

A well thought out Pi breakout board kit from @RasPiO1 pic.twitter.com/fgsMDTSEOa

— Peter Wilkinson (@Joe_slow) May 22, 2019

It went together perfectly. Very detailed video.

— Peter Wilkinson (@Joe_slow) May 22, 2019

Sob, @MrTomsWorld and everyone else gets lovely coloured goodies from @RasPiO1 🤔 https://t.co/KhxZPnYupS

— Brian Linuxing 🇮🇪 🇪🇺 (@BrianLinuxing) May 23, 2019

Received mine from @RasPiO1 yesterday, will be breaking out the soldering iron this weekend. #RaspberryPi https://t.co/FgRzkZSmV5

— Bob Harris (@bobharrisuk) May 23, 2019

It’s arrived. @RasPiO1
Breadboard friendly Raspberry Pi Bridge with GPIO pins in numerical order. No more counting pins or trying to figure out the orientation of a diagram to decide if it’s top row or bottom row of pins. pic.twitter.com/2PuSEBDzAr

— Albert Hickey (@winkleink) May 23, 2019

@RasPiO1 great work with the broadboard pi bridge! My test setup looks a lot nicer now! – https://t.co/DUwWTgN4HN

— Frank Delporte (@FrankDelporte) May 24, 2019

⁦@RasPiO1⁩ thanks for another great product. Built and ready for my Grandson to play with it. pic.twitter.com/OlkpXOlN65

— Robin Newman (@rbnman) May 25, 2019

@RasPiTV looking good. Now to test it out pic.twitter.com/RvIoM8xJ7F

— Vincent Willcox (@TalkTechDOTInfo) May 25, 2019

Just a few new bits that have arrived over the last week or so, ready for the bank holiday weekend. Bits to solder from @arith_matic (S1-AU) and @RasPiO1 (Breadboard Pi kit) and bits to read from @unbounders (Dark Angels on Writing) and @rachael_ (Stand In Your Power) pic.twitter.com/DkP8th2jPA

— Stephen Swindley (@swinders) May 25, 2019

Got it and love it! So need and tidy! Another fantastic simple product from you!

— Vincent Willcox (@TalkTechDOTInfo) May 26, 2019

Hi, @RasPiO1. Putting together your new Breadboard Pi Bridge kit with a 3A+ and the USB port prevents me from screwing the cover all the way down. Other than leaving it off, is there anything I can do about it? Can't recall if the campaign said supports all Pi's or not pic.twitter.com/7NDDfHecKy

— Chris Parrott (@ZodiusInfuser) May 26, 2019

Finally soldered up @RasPiTV Breadboard Pi Bridge kit, excellent as always and first project on it already 🙂 pic.twitter.com/Py0hMhPygr

— Brian Corteil 🤖 (@CannonFodder) May 26, 2019

Reçus ce midi 2 #PiBridge kits @RasPiTV – #Raspio #Breadboard #LED
Parfait pour les tests et les démo 😉 il va rejoindre #HDMIPI
Thank you Alex pic.twitter.com/qGIDQgZC0C

— François MOCQ (@framboise314) May 27, 2019

Posted in RasPiO |

Digispark sketch for RasPiO InsPiRing

Posted on March 16, 2019 by alex

Use the Arduino IDE with the Adafruit DotStar library
Data Pin 1
Clock Pin 0

// Simple strand test for Adafruit Dot Star RGB LED strip.
// This is a basic diagnostic tool, NOT a graphics demo...helps confirm
// correct wiring and tests each pixel's ability to display red, green
// and blue and to forward data down the line.  By limiting the number
// and color of LEDs, it's reasonably safe to power a couple meters off
// the Arduino's 5V pin.  DON'T try that with other code!

#include <Adafruit_DotStar.h>
// Because conditional #includes don't work w/Arduino sketches...
//#include <SPI.h>         // COMMENT OUT THIS LINE FOR GEMMA OR TRINKET
#include <avr/power.h> // ENABLE THIS LINE FOR GEMMA OR TRINKET

#define NUMPIXELS 24 // Number of LEDs in strip

// Here's how to control the LEDs from any two pins:
#define DATAPIN   1 //4
#define CLOCKPIN  0 //3
Adafruit_DotStar strip = Adafruit_DotStar(
  NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_BGR);
// The last parameter is optional -- this is the color data order of the
// DotStar strip, which has changed over time in different production runs.
// Your code just uses R,G,B colors, the library then reassigns as needed.
// Default is DOTSTAR_BRG, so change this if you have an earlier strip.

// Hardware SPI is a little faster, but must be wired to specific pins
// (Arduino Uno = pin 11 for data, 13 for clock, other boards are different).
//Adafruit_DotStar strip = Adafruit_DotStar(NUMPIXELS, DOTSTAR_BRG);

int delayval = 30;  // delay for 1 ms

void setup() {

#if defined(__AVR_ATtiny85__) && (F_CPU == 16000000L)
  clock_prescale_set(clock_div_1); // Enable 16 MHz on Trinket
#endif

  strip.begin(); // Initialize pins for output
  strip.show();  // Turn all LEDs off ASAP
}

void loop() {   

    for(int i=NUMPIXELS; i>-1; i--){
      strip.setPixelColor(i, strip.Color(255, 0, 0)); // pixels.Color takes RGB values in GRB format,  0,0,0  to 255,255,255
      strip.show();
      delay(delayval);
    }

    for(int i=0; i<NUMPIXELS; i++){
      strip.setPixelColor(i, strip.Color(0, 255, 0)); 
      strip.show();
      delay(delayval);
    }

    for(int i=NUMPIXELS; i>-1; i--){
      strip.setPixelColor(i, strip.Color(0, 0, 255)); 
      strip.show();
      delay(delayval);
    }

    for(int i=0; i<NUMPIXELS; i++){
      strip.setPixelColor(i, strip.Color(255, 0, 125)); 
      strip.show();
      delay(delayval);
    }

    for(int i=NUMPIXELS; i>-1; i--){
      strip.setPixelColor(i, strip.Color(0, 255, 125)); 
      strip.show();
      delay(delayval);
    }

    for(int i=0; i<NUMPIXELS; i++){
      strip.setPixelColor(i, strip.Color(255, 100, 0)); 
      strip.show();
      delay(delayval);
    }

    for(int i=NUMPIXELS; i>-1; i--){
      strip.setPixelColor(i, strip.Color(255, 125, 125)); 
      strip.show();
      delay(delayval);
    }
}

Posted in Uncategorized |

RasPiO Night Light arrival tweets

Posted on October 11, 2018 by alex

Another Kickstarter delivered on time with great communication throughout from Alex @RasPiO1 Night Light for the Den (shed)! pic.twitter.com/vTjDzb9qJn

— Michael (Mike) Horne (@recantha) October 11, 2018

#RaspberryPi @RasPiO1 The night light is here. pic.twitter.com/I1GH8Wxpj8

— Neal Oldmeadow (@neal_oldmeadow) October 11, 2018

Happy Thursday! The @RasPiO1 Night Light kickstarter has arrived. It was delivered on time with great communication throughout, huge thanks to Alex @RasPiTV pic.twitter.com/dJrd2EzkYv

— Thomas Stratford (@MrTomsWorld) October 11, 2018

My #Raspio nightlight arrived today. @RasPiTV pic.twitter.com/SFTZWcEpP6

— Mike Corsten (@MikeCorsten) October 11, 2018

Had fun building my @RasPiTV NightLight this afternoon. Here is a video with my own software sketch at https://t.co/1gHxfXBpB3 pic.twitter.com/EckVDANCv1

— Robin Newman (@rbnman) October 11, 2018

Latest #Kickstarter has arrived, the @RasPiO1 #NightLight from @RasPiTV well before expected delivery date. Great work 👍 pic.twitter.com/R8DOmudINW

— Stephen Swindley (@swinders) October 11, 2018

Another expertly packaged #Kickstarter arrives from @RasPiO1 ahead of schedule – nice one Alex – thanks! I This time it's the #NightLight – I have a feeling daughter #2 won't allow me to keep this one to myself for long… @RasPiTV pic.twitter.com/NfElwFPjTZ

— Mark Cantrill (@AstroDesignsLtd) October 11, 2018

My arrival back in the UK yesterday was rewarded by receipt of a parcel from @RasPiTV. I'll wait to assemble until my body clock is in the correct time zone. #raspionightlight #raspberrypi https://t.co/BsaPfUH6o2 #ifttt pic.twitter.com/UZv5vedOzZ

— Pete Z (@tallika_fan) October 12, 2018

Package arrived today and everything is looking fine. Except for my timetable 😉

— Misel (@Misel) October 12, 2018

What do we have here then. Thanks Alex @RasPiO1 pic.twitter.com/5qeH9fvpbD

— Keith's Pi Tutorials (@PiTutorials) October 12, 2018

Snap pic.twitter.com/2hwUdIdlmk

— Dr Emma Norling (@CompSciEmma) October 12, 2018

@RasPiO1 Alex, just a heads up, On my Mac with Arduino IDE 1.8.5 I had to select 'ATmega328P (Old Bootloader)' to upload sketches to the board. pic.twitter.com/TS76nqWgtL

— Keith's Pi Tutorials (@PiTutorials) October 12, 2018

https://t.co/ewU9aFTcdg Arduino Night Light Kickstarter arrives in record time! – Matt Norman Blog https://t.co/jpMss5qSp8 thanks Alex @raspitv https://t.co/6E9Rimgw9q https://t.co/zMx7ZyegI4

— mafiu (@mafiu) October 13, 2018

Watch me build the new https://t.co/ewU9aFTcdg Arduino Night Light https://t.co/p95FmvWoa2 via @YouTube @raspitv

— mafiu (@mafiu) October 13, 2018

Night Light arrived in Southampton lunchtime today. Built it in an hour or so using my own Arduino and PIR module. Found the PIR a bit wobbly so put some 2mmx12mm bolts on the PIR PCB holes as legs. Powered up – worked first time. Nice one Alex 👍😀

— Neil Manuel (@NeilManuel4) October 13, 2018

@RasPiO1 assembly commences on my night light, the #gecko #reptiles will be happy with a soft red I reckon. pic.twitter.com/BulW6cAuzU

— Neal Oldmeadow (@neal_oldmeadow) October 14, 2018

In other news, got my @kickstarter reward from @RasPiTV ! So I have a new distraction from PiWars… oh I am a sucker for squirrels 🐿🐿🐿

— Pi of things (@piofthings) October 15, 2018

Daughter #2 (Ruth, 8YO) putting the final components onto our @RasPiO1 #NightLight. She soldered the lot, screwed it all together and it works perfectly 🙂 Next lesson – programming it… #ProudDad pic.twitter.com/m7xpUoAhAi

— Mark Cantrill (@AstroDesignsLtd) October 15, 2018

@RasPiO1 Night Light arrived yesterday! Thank you very much =D

— Marc-Anthony Taylor (@gileadslostson) October 16, 2018

Tidied up and found my @RasPiO1 nightlight kit. Must have arrived last week! Thanks Alex, another great @kickstarter project, and delivered early again pic.twitter.com/Ly2dSY3Hf1

— Steve Upton (@ste5eu) October 16, 2018

@RasPiO1 Thank you again for the Awesome Nightlight Kit. I and @joey_sefton put it together over the weekend and she has been enjoying looking at the code and changing the colour of the light and the time it stays on for! Early shipping once again! #RaspberryPi

— Vincent Willcox (@TalkTechDOTInfo) October 16, 2018

Look what came in the mail this morning: @RasPiO1 #NightLight pic.twitter.com/gldfh1WIHU

— Reinoud de Lange (@ReinouddeLange) October 16, 2018

Yeah. New bits arrived from @RasPiO1 May have to wait until after @EghamJam this weekend before I get to play. pic.twitter.com/lSe84colkM

— Albert Hickey (@winkleink) October 16, 2018

Yay @RasPiO1 night light just arrived in the mail pic.twitter.com/pG5lEIz32M

— Willem (@wdhertog) October 16, 2018

Yes. Got the night light from @RasPiTV in the mail today. Perfect weekend project. pic.twitter.com/u12SaDG6NY

— Harald M. Aarbogh (@hmaarbogh) October 17, 2018

YAY! We received our @RasPiO1 ! We’ll keep it safe for the holidays! pic.twitter.com/E68b0RPRcK

— Helene & Avye (@helenevirolan) October 17, 2018

A new project for what is supposed to be a cold and rainy weekend!! ❤️ @RasPiO1 pic.twitter.com/FwBIAAaACl

— Vern Kollas (@spoonman1227) October 18, 2018

After a fun morning (my soldering leaves a lot to be desired) I am ready to start programming my #nightlight! Another great build video by @raspio1. Thanks Alex! pic.twitter.com/fNJ1YBVmcT

— OhThreeFive (@ohthreefive) October 20, 2018

Soldering iron at the ready! Building the new Night Light kit from @RasPiO1 pic.twitter.com/FSeW5P9vDP

— All About Code (@all_about_code) October 20, 2018

I’m building my second one, but making a little modification pic.twitter.com/Y2qaNnNvIl

— Keith's Pi Tutorials (@PiTutorials) October 20, 2018

Just about to start soldering up my second @RasPiO1 NightLight. pic.twitter.com/ElgtmEUeDU

— Michael (Mike) Horne (@recantha) October 21, 2018

Woo Hoo my @RasPiTV RasPio Night Lights have arrived in the Land Down Under🇦🇺 pic.twitter.com/TAubnLaaZw

— Cathy O'Malley (@spud01au) October 23, 2018

Getting through the soldering backlog..My RasPiO Night Light is ready to put in the case. @RasPiTV @RasPiO1 pic.twitter.com/fcaDkcsWG0

— Thomas Stratford (@MrTomsWorld) October 24, 2018

Small detour from #PiWars to finish @RasPiO1 #Nightlight… done and loaded with default… As will all things PIR, need to tune the PIR now for the right amount of movement… but works straight out of the box, so kudos to @RasPiTV ! pic.twitter.com/FFtMkPinMw

— Pi of things (@piofthings) October 25, 2018

mine just made it to me on the other side of the planet 🌍 🙂 pic.twitter.com/q2oeUZYJA9

— 🔴🐐 (@redtahr) October 25, 2018

RasPiO Night Light is built! We love this Kickstarter! @RasPiO1 . Thank you Alex! I might put it in the kitchen at night to find out who’s eating the cheese! 😂 pic.twitter.com/QYzXcWeTw6

— Helene & Avye (@helenevirolan) October 28, 2018

The RasPiO Night Light @RasPiO1 pic.twitter.com/Y4gagTzpA5

— Helene & Avye (@helenevirolan) October 28, 2018

@MicroGirlGeek using her @PiWarsRobotics 2018 prize to assemble @RasPiTV's night light. pic.twitter.com/NHNkQenrIb

— Phil Willis (@ptbw2000) November 3, 2018

Let there be @RasPiO1 #nightlight pic.twitter.com/aNa8ePmvsx

— Andreas Kruthoff (@kruthoff) November 7, 2018

Today's Project: @RasPiO1 's #NightLight pic.twitter.com/9JAkg8Lsw4

— NördByNördwest (@Roth_Man07) November 19, 2018

Added a battery pack to @RasPiO1 's #NightLight so I can use it in a garden shed. But I'm afraid the Arduino nano's onboard LEDs might drain the batteries rather quickly. Does anyone know a way how to turn them off? pic.twitter.com/wCFoL5iBUm

— NördByNördwest (@Roth_Man07) November 21, 2018

Manually removed the #Arduino nano's onboard LEDs from #RasPiO 's #NightLight – and it still works! Decided against cutting the trace as I wasn't sure on which side to do it and I didn't want to desolder the pins. Thanks again to @RasPiO1 and @PiTutorials pic.twitter.com/ocSse8WCEU

— NördByNördwest (@Roth_Man07) November 22, 2018

Posted in RasPiO |

RasPiO FullpHAT arrival tweets

Posted on January 13, 2018 by alex

Nice to see some FullpHATs arriving in the wild…

Here’s a little packing video I made when I was trying to see how fast I could pack. Managed 5 in just over a minute…

Looks like I'll be getting the soldering iron out this weekend for @raspio1 Full pHATs. Always great products 🙂 pic.twitter.com/EhpwpA5dl6

— Darren Townsend (@ForrisHilier) January 12, 2018

Ta-da! Another crowdfunded product from @RasPiO1 delivered early! Thanks, Alex 🙂 pic.twitter.com/BdOh8dJuzp

— Michael (Mike) Horne (@recantha) January 13, 2018

Received some lovely @RasPiTV @Raspberry_Pi goodies in the post this morning. A couple of Full pHATs and GPIO ruler. Oh, and yet another sticker 😀. pic.twitter.com/n7LiA6aGWp

— Ivan Holland (@PiMinister) January 13, 2018

pic.twitter.com/JGLBzxzXMm

— Vincent Willcox (@TalkTechDOTInfo) January 13, 2018

Something attached pic.twitter.com/2MAzcq1Jpj

— Vincent Willcox (@TalkTechDOTInfo) January 13, 2018

Ohhh goody a fullPhat delivery from @RasPiO1 , none of this semi skimmed nonsense 😎 pic.twitter.com/DSOLJwvQ5l

— J.Teigland (@JarJarGeek) January 13, 2018

Another cracking product from @RasPiO1 thanks for such a quick delivery pic.twitter.com/oef1Hefrgl

— karl (@cornishwalker) January 13, 2018

When one #raspberrypi HAT is not enough. Received crowdfunded FullpHat from @RasPiO1 pic.twitter.com/yt1674RtzN

— PenguinTutor (@penguintutor) January 14, 2018

Got this the other day, thought I'd better solder it up 😉 @RasPiO1 pic.twitter.com/QPc1US6qef

— biglesp (@biglesp) January 16, 2018

Looks like @RasPiO1 FullpHAT works! pic.twitter.com/x9wwXP0UpV

— biglesp (@biglesp) January 16, 2018

@RasPiO1 thx from Germany #FullpHAT #raspio pic.twitter.com/mi0vpT9YWl

— -Rainer- (@An124_100) January 18, 2018

pic.twitter.com/kB4GHul5qU

— alessio minotti (@alemino13) January 18, 2018

The weekend is here, time for some full pHat Raspberry Pi @RasPiTV. Thanks Alex for coming up with these are great additions to my Pi collection. pic.twitter.com/nMZ02RiKZA

— Paul Nielson (@Bevelhead864) January 19, 2018

@RasPiTV @pimoroni #FullPhat running EnviroPhat and ScrollPhat to show the room temperature pic.twitter.com/RcH8j5RVFy

— Vincent Willcox (@TalkTechDOTInfo) January 18, 2018

Tonight I shall mostly be @RasPiO1 Full pHAT soldering. pic.twitter.com/bZFv0nrw7r

— Ivan Holland (@PiMinister) January 20, 2018

Finally i get to combine a "old" PiFace and temperature probe with @RasPiO1 2 phat! pic.twitter.com/GkUqpMNXzH

— alessio minotti (@alemino13) January 21, 2018

After my hammerhead debacle I decided it was time to try and practice soldering again. Turns out you get slowly better over 80 joints. Wouldn't want to damage any more lovely @pimoroni kit. Looking forward to testing this @RasPiO1 pHAT as well 😁 pic.twitter.com/yx5Iiwr4qy

— Douglas Gore (@DougGore) January 24, 2018

Posted in RasPiO | Tags: RasPiO FullpHAT |

Wemos Demo Sketch for RasPiO InsPiRing

Posted on July 11, 2017 by alex

This works on Wemos D1 mini

#define FASTLED_ESP8266_D1_PIN_ORDER  // this lets you use Wemos pin numbering
#include<FastLED.h>                   // this brings in FastLED
#define NUM_LEDS 24                   // set LED number
#define DATA_PIN 7
#define CLOCK_PIN 5

CRGBArray<NUM_LEDS> leds;

    void setup() { 
        FastLED.addLeds<APA102, DATA_PIN, CLOCK_PIN, BGR, DATA_RATE_MHZ(12)>(leds, NUM_LEDS);
    }

void loop() {
      FastLED.clear();
      // Turn the first led red for 1 second
      //leds[0] = CRGB::Red; 
      //leds[1] = CRGB::Green;
      //leds[2] = CRGB::Blue; 
      //FastLED.show();
      //delay(1000);

      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 255, 0, 0);
      }
      FastLED.show();
      delay(1000);
      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 0, 255, 0);
      }
      FastLED.show();
      delay(1000);
      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 0, 0, 255);
      }
      FastLED.show();
      delay(1000);
}
// end
Posted in RasPiO | Tags: Wemos D1 mini sketch for RasPiO InsPiRing |

Arduino nano demo sketch for RasPiO InsPiRing

Posted on July 7, 2017 by alex

This works on Arduino nano

#include<FastLED.h>
#define NUM_LEDS 24
#define DATA_PIN 7
#define CLOCK_PIN 5

CRGBArray<NUM_LEDS> leds;

    void setup() { 
        FastLED.addLeds<APA102, DATA_PIN, CLOCK_PIN, BGR, DATA_RATE_MHZ(12)>(leds, NUM_LEDS);
    }

void loop() {
      FastLED.clear();
      // Turn the first led red for 1 second
      //leds[0] = CRGB::Red; 
      //leds[1] = CRGB::Green;
      //leds[2] = CRGB::Blue; 
      //FastLED.show();
      //delay(1000);

      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 255, 0, 0);
          delay(30);
          FastLED.show();
      }
      //FastLED.show();
      delay(1000);
      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 0, 255, 0);
      }
      FastLED.show();
      delay(1000);
      for(int i=0; i<NUM_LEDS; i++){
          leds[i].setRGB( 0, 0, 255);
      }
      FastLED.show();
      delay(1000);
}

Posted in Uncategorized |

RasPiO InsPiRing Arrival Tweets

Posted on June 29, 2017 by alex

I love seeing ‘arrival tweets’ when people get their KickStarter rewards…

NTP clock with @RasPiO1 InsPiRing 🙂 Excellent instructions and docs, as always. Cheers Alex (b) pic.twitter.com/iQDKNiugNn

— Darren Townsend (@ForrisHilier) June 26, 2017

Latest successful Kickstarter arrive from @RasPiTV #InsiRing pic.twitter.com/LRoQcArLIl

— Albert Hickey (@winkleink) June 28, 2017

Hurrah! Got home to find my Kickstarter @RasPiTV RasPiO inspiring had arrived.. there goes the evening. pic.twitter.com/T9yS6k9PSF

— mafiu (@mafiu) June 28, 2017

What an inspiring post today! pic.twitter.com/tp4Wumjl0H

— Andy Batey (@AndyBateyPi) June 28, 2017

@RasPiO1 yay arrived today pic.twitter.com/kv8LZf98lH

— Vincent Willcox (@TalkTechDOTInfo) June 28, 2017

Received my #InsPiRing Kickstarter kit from @RasPiTV today. Now to build. 😀

— Chris Le Cheminant (@Chemmy) June 28, 2017

Soldering done pi zero and phat. @RasPiO1 @RasPiTV pic.twitter.com/TZFccBR1R9

— Vincent Willcox (@TalkTechDOTInfo) June 28, 2017

Clock inspiring raspberry pi @RasPiTV @RasPiO1 pic.twitter.com/BowFkw4dva

— Vincent Willcox (@TalkTechDOTInfo) June 28, 2017

I do enjoy getting post like this – another successful #Kickstarter project by @RasPiO1 Thanks Alex, that's my evening sorted… pic.twitter.com/jMD9M0rR22

— Mark Cantrill (@AstroDesignsLtd) June 28, 2017

22 minutes later… following a trek to the workshop, all soldered, including the header on the Pi Zero and put the chickens to bed! pic.twitter.com/SDbKS312fu

— Mark Cantrill (@AstroDesignsLtd) June 28, 2017

Look, what was waiting for me when I got home yesterday, can't wait to play 😎 Alex @RasPiTV knows how to run a Kickstarter! pic.twitter.com/MsQE37WM17

— Brian Corteil 🤖 (@CannonFodder) June 29, 2017

…and amongst the building carnage arrives a treat from @RasPiO1. "Finish the house and the wife might let you play with me" it whispers… pic.twitter.com/WScWKP9DGw

— Average Man (@AverageManvsPi) June 29, 2017

Oh man – going away for few days and postie delivers these @RasPiO1 goodies. Can I stay home? pic.twitter.com/tcXi7AOgjC

— Nathan Cubitt (@NathanCubitt) June 29, 2017

A package full with fun from @RasPiO1 just arrived in Austria. #RaspberryPi #inspiring pic.twitter.com/wwVKjPFyxV

— Alex van Dulmen (@alexvandulmen) June 29, 2017

The weekends excitement has arrived! @RasPiTV @RasPiO1 Congrats Alex! 🚨🚨🚨 pic.twitter.com/Q58KBHDc2r

— Claire Pollard (@thetuftii) June 29, 2017

Yay – exciting post from @RasPiO1 pic.twitter.com/HsN7nPHOld

— Spencer Organ (@makercupboard) June 29, 2017

Fabulous—got mine today. https://t.co/hIKaOjFKBi

— Steve Lloyd (@zosho) June 29, 2017

Iiiiiit's postbag! Some lovely bits from @RasPiTV @pimoroni @linuxformat and some final parts for my mini Pi arcade cabinet pic.twitter.com/waM0XLghDj

— biglesp (@biglesp) June 29, 2017

Got my @RasPiO1 InsPiRing package today. Excellent! And waaay ahead of schedule. Nice one, Alex! pic.twitter.com/VKAMOEMiws

— Michael (Mike) Horne (@recantha) June 29, 2017

Love kickstarters, Christmas multiple times a year! Thanks @RasPiO1 I’d better get around to doing something with them! pic.twitter.com/MKWn0j82Ea

— Steve Upton (@ste5eu) June 30, 2017

My @RasPiO1 InsPiRing package just arrives. Can't believe it happens on June 30th 🙂 Thank you so much Alex @RasPiTV ! pic.twitter.com/ZxKj4ZdrM8

— UUGear (@UUGear) June 30, 2017

@RasPiO1 ntp clock arrived and built (no Zero header included so used spare Pi3). Code mod to mix colours when hands overlap. Looks good! pic.twitter.com/CfevhtRfv8

— Simon Reap (@simon3270) June 30, 2017

@RasPiTV They have arrived :-) Let the fun begin and with a zero as well. Let the solde(ring) begin pic.twitter.com/mX9dTn3vZD

— Clive LH – G7SVI (@Raider568) June 30, 2017

Yay – Weekend Pi activity sorted @RasPiTV #RaspberryPi pic.twitter.com/Q8s8wfdtZQ

— David Saul (@David_MS) July 1, 2017

Merci @RasPiTV pour l'envoi rapide du set " Inspiring ". pic.twitter.com/8Cfxe5tTCi

— Hofer Jean-Claude (@pegaze66) July 1, 2017

#raspio InsPiRing soldering support solution @RasPiTV pic.twitter.com/XWVn7uQ1Iz

— David Saul (@David_MS) July 2, 2017

RasPiO InsPiRing built & working – Yay. @RasPiTV #raspberrypi pic.twitter.com/LtJyAcDcCY

— David Saul (@David_MS) July 2, 2017

Something a bit more soothing for Sunday evening #RasPiO InsPiRing @RasPiTV #RaspberryPi pic.twitter.com/oLVdZvOVku

— David Saul (@David_MS) July 2, 2017

Soldering time! Building this blinky bit of #RaspberryPi inspiration! Thanks @RasPiTV pic.twitter.com/WAiuIpalyU

— Darrell Little (@Darrell_VA) July 2, 2017

Yippie! I got all the bits soldered in correctly! RasPiO InsPiRing demo from @RasPiO1 #RaspberryPi #blinky #LED #makers pic.twitter.com/br6Yh1XSc5

— Darrell Little (@Darrell_VA) July 3, 2017

@RasPiO1 Inspiring Driver arrived in Hong Kong pic.twitter.com/C1dP8dLMJQ

— N. Zieg. (@xingewen) July 3, 2017

Mail to the EU still works, @RasPiO1! #InsPiRing #kickstarter pic.twitter.com/emuZl1iEKr

— FrederickVandenbosch (@f_vdbosch) July 4, 2017

The @pimoroni Blinkt! examples works on InsPiRing Straight-8 from @RasPiO1 with this code https://t.co/FRMGrkzEsV Thanks to pigpio example. pic.twitter.com/rsW31tsOhl

— David Glaude (@DavidGlaude) July 5, 2017

@RasPiTV InsPiRing Circles + Zero arrived in Sweden !

— Niklas Christiansson (@PappaNiklas) July 5, 2017

Just arrived in North Dakota, @RasPiTV Thanks Alex for a quality InsPiRing Driver/Circle on @kickstarter https://t.co/36dyfOouJC pic.twitter.com/m0ik7Lde33

— Paul Jensen (@paulj55) July 5, 2017

received my @rasp.io Inspiring Kickstarter in Canada today! YEAH!https://t.co/2iFhVqzhAb

— Cleo Qc (@Cleo_Qc) July 5, 2017

@RasPiTV @RasPiO1 InsPiRing NTP clock – my version! Code: https://t.co/wmT4AEFGJN Blog: https://t.co/ZJ4ecQUMFU

— OhThreeFive (@ohthreefive) July 6, 2017

@RasPiO1 New solder station arrived today to replace aging Antex. Now I can start on my Inspiring kit! pic.twitter.com/YNpcKfn7in

— Robin Newman (@rbnman) July 7, 2017

@RasPiTV My new solder station made it quick and easy to get my Inspiring kit built this afternoon. pic.twitter.com/p2TrwyvUW4

— Robin Newman (@rbnman) July 7, 2017

@Sonic_Pi @raspitv Inspiring Sonic Pi Used an osc server to receive data from Sonic Pi and the ring plays FrereJaques pic.twitter.com/uViTp3Z8qY

— Robin Newman (@rbnman) July 8, 2017

@Sonic_Pi @RasPiTV here's the video. Inspiring Sonic Pi pic.twitter.com/nKXbrrYOqE

— Robin Newman (@rbnman) July 8, 2017

@Sonic_Pi @RasPiO1 another Inspiring Sonic Pi duo. This time SP is on a remote Mac controlling the ring on the Pi pic.twitter.com/9JoKhKosJQ

— Robin Newman (@rbnman) July 8, 2017

Expensive bedside lamp? :p @RasPiO1 pic.twitter.com/I8aW9bKZJE

— Michael (Mike) Horne (@recantha) July 9, 2017

@RasPiO1 got "insPiRing" working on an arduino using a library APA102 rather than FastLED

— steven gale (@windy54) July 10, 2017

I've levelled up my @RasPiO1 InsPiRing NTP clock! Now with added quarterly minute updates & a dimmer night light: https://t.co/d0AaZkAQLJ

— OhThreeFive (@ohthreefive) July 10, 2017

@RasPiTV my RasPio Inspiring arrived in the land down under today. 😀 pic.twitter.com/DBDeFacIC9

— Cathy O'Malley (@spud01au) July 11, 2017

@Sonic_Pi @RasPiO1 Medley of 3 “Inspiring” Sonic Pi pieces, on a Pi. Here is a snippet. Longer version https://t.co/AROVQmAVr4 pic.twitter.com/B26GhZWqn5

— Robin Newman (@rbnman) July 15, 2017

@RasPiO1 New function to make InsPiRing circle into a rainbow: https://t.co/wffkz50YP2 (need to tweak RGB values for orange and violet) pic.twitter.com/ApwAfC6mCF

— OhThreeFive (@ohthreefive) July 29, 2017

Finally got my NTB Clock running. Great @kickstarter from @RasPiTV! #Picademy #MakerEd pic.twitter.com/AskiymnZKz

— Nicholas Provenzano (@thenerdyteacher) August 12, 2017

Posted in Uncategorized |

Portsplus Picademy – new version.

Posted on December 7, 2016 by alex

NEW – Portsplus Picademy = Port Numbers and Alternative Functions

It was found that Picademy attendees quite often put the Portsplus on the wrong way up. So I decided to do a special Picademy edition as well as the regular Portsplus. It also has rather fancy gold-plated lettering for RasPiO and Picademy. It should appeal to hardware hackers as well because it has the alternative functions on the reverse side. More info and purchase here

Portplus Picademy edition Raspberry Pi Port Identification board

Portplus Picademy edition Raspberry Pi Port Identification board

Posted in RasPiO | Tags: Portsplus Picademy |

Alex Eames – MagPi Community Profile

Posted on November 24, 2016 by alex

The Raspberry Pi Magazine The MagPi featured Alex in Community Profile this month

Community profile Alex Eames RasPi.TV & RasPiO

Community profile Alex Eames RasPi.TV & RasPiO

Posted in Uncategorized |

RasPiO Analog Zero Featured in Make Article: 5 HATs to Take Your Raspberry Pi Zero Project to the Next Level

Posted on September 28, 2016 by alex

Analog Zero made it into Make Magazine’s top 5 Pi Zero Hats along with a couple from Pimoroni and Average Man/Pihut. Read the article here.

Screen grab from Make

Screen grab from Make

Posted in Uncategorized |

NEW Product!

NEW RasPiO® Breadboard Pi Bridge New RasPiO Breadboard Pi Bridge

Pi Ports to Breadboard in Numerical Order

Check out NEW RasPiO Online Shop New products being added daily.

Pages

  • inspiring
  • prohat
  • analogzero
  • gpioruler
  • gpiozeroruler
  • duino
    • duino-assembly
    • duino-programming
    • duino-setup
    • duino-videos
    • lcd20
  • portsplus
  • Introducing RasPiO®
  • range
  • RasPiO Breakout

Archives

  • May 2019
  • March 2019
  • October 2018
  • January 2018
  • July 2017
  • June 2017
  • December 2016
  • November 2016
  • September 2016
  • December 2015
  • November 2014
  • October 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2013
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • 1
  • 2
  • 3
  • Next

Pages

  • analogzero
  • duino
    • duino-assembly
    • duino-programming
    • duino-setup
    • duino-videos
    • lcd20
  • experiment
  • gpioruler
  • gpiozeroruler
  • inspiring
  • Introducing RasPiO®
  • portsplus
  • prohat
  • range
  • RasPiO Breakout
  • RasPiO Breakout Pro
  • RasPiO Port labels

Archives

  • May 2019
  • March 2019
  • October 2018
  • January 2018
  • July 2017
  • June 2017
  • December 2016
  • November 2016
  • September 2016
  • December 2015
  • November 2014
  • October 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2013

WordPress

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Alex Eames 2012-19