Pi zero dead?
I tryed everything, a pizero from my friend is working with my setup.Do i have any warranty or something else?
View ArticleFlotilla Docs & Cookbook
No, the original cookbooks i.e Mood Light and Weather Station are specifically only compatible with the original firmware/daemon/rockpool. ... the network scanning was very experimental at the time...
View ArticleError with Skywriter Hat
With completlety new hat i got this error: pi@raspberrypi:~/Pimoroni/skywriter $ sudo python test.py Traceback (most recent call last): File "test.py", line 2, in <module> import skywriter File...
View Article[Errno 5] Input/output error with Skywriter HAT
No there were no exceptions.As suggested i've created new topic: link
View ArticleError with Skywriter Hat
This is curious, the output of "i2cdetect" would suggest that i2c is set up and working correctly, but you should be seeing Skywriter HAT's i2c address in that response. Do you have any other i2c...
View ArticleOfficial 7" Raspberry Pi Touch Screen FAQ
That's odd! What version of the Raspberry Pi are you using, and what OS are you running? Do you see any clues ( errors from the display/backlight drivers ) if you open Terminal and run: dmesg?
View ArticleFlotilla Docs & Cookbook
The ShipShape branch of Rockpool, the Daemon and the Flotilla Firmware is all considered pretty final now. We're now working on making a final release available on GitHub and getting everyone moved...
View ArticleError with Skywriter Hat
hold on, are you using Jessie Lite by any chance? something is not right there!
View ArticleMenu order confuses path
Cool. That fixed the ordering. Thanks for the fast response. Now I've got an issue with menu functions firing on script launch instead of menu item choice. Added this function to simply print out the...
View ArticleMenu order confuses path
When you assign a function into the menu, like channel("45") you are actually assigning the result of running that function, since there's no language construct to differentiate between "pass this...
View ArticleFlotilla project seems to have stalled
Looking forward to tomorrow's promised weekly update. An ETA for completion would be appreciated though, you must have a cant chart somewhere! Summer holidays are approaching.
View ArticleEnviro pHAT
looking at the enviro pHAT, the description states the possibility of using itwith other hats like the scroll. Won't the eeproms conflick? how does one go about this? I was also wondering about the...
View ArticlePi Zero + DAC pHAT + Neopixels
Hi, I seem to be having some trouble getting my Pi Zero to use a DAC pHAT at the same time as driving some NeoPixels. I'm using GPIO 13 for the Neopixels via the AdaFruit python library. as far as I...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release ( NEW: Updated...
Can soneone please tell someone who isnt terribly familiar with Git how to update my Pi to and flotilla to shipshape?
View ArticleEnviro pHAT
pHATs don't have EEPROMs, which is why they're called "pHAT" instead of "HAT" (to call them "HAT" they must have an EEPROM)... it's a very narrow line we're toeing, but it seems everyones comfortable...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release ( NEW: Updated...
/summon @RogueM I believe he's put together a one-line-installer that will solve this automatically. It's not well publicised yet, but we'll see what state it's in and you can give it a go!
View ArticleError with Skywriter Hat
gadgetoid: Do you have any other i2c devices which work? Unfortunetelly not. RogueM: hold on, are you using Jessie Lite by any chance? Currently not. Only difference with Lite, was much longer...
View ArticlePi Zero + DAC pHAT + Neopixels
Hum, the pHAT DAC is not electrically connected on GPIO13, let alone trying to use it. I'd have to dig into the Neopixel library, which is likely where things go wrong... perhaps it polls a pin used...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release ( NEW: Updated...
Where do I find the latest firmware. I think I've managed to update the flotilla using: git clone http://github.com/pimoroni/flotilla I cant seem to see any instructions to update the firmware though.
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release ( NEW: Updated...
for firmware upgrading you can use: curl -sS get.pimoroni.com/flotilla | bash ... note that https://github.com/pimoroni/flotilla is not quite ready for public consumption. It might work but it's a new...
View Article