7 inch touch screen 180 rotation
I have followed all the recommended suggestions without success. Can anybody give me a full set of code to use as I don't have a great deal of programming knowledge. cheersDave
View Article"Brightness" on Flotilla Matrix?
Am I supposed to be able to alter the brightness of the Matrix module? Because mine seems to be at full brightness no matter what I set its Brightness input at.
View ArticleKickstarter - Mega Treasure Chest Shipping (WHEN?)
Christmas has come [and gone] . . . the end of January is just around the corner . . . still no news of when my Megachest is likely to arrive !
View ArticleProblem getting Rockpool to work AT ALL!
First experience with Raspberry Pi! I have a Rasberry Pi 2 and got Jessie installed. I updated and upgraded. I then used the terminal command:curl get.pimoroni.com/rockpool | bash to get the Rockpool...
View ArticlePiCorePlayer and Phat Dac
Hi, I am trying to get a Phat Dac working on a Pi Zero using the PiCoreplayer but cannot get any sound to output. Could you offer any advice to the PiCorePlayer developers? You can post something...
View ArticleProblem getting Rockpool to work AT ALL!
Maybe you are out of storage space. How big are the SD?Have you expanded the filesystem with raspi-config?
View ArticleTechnical Support
Problem finally solved:I switched on the device-tree option via raspi-config and now everything works
View ArticleTwitter #hashtag to scroll pHAT
yes good idea but that would just clear the display and display no text, i also tried clearing it at the beginning of the function.. but try this.. i think we cracked it mate :) while status_length...
View ArticleTwitter #hashtag to scroll pHAT
it seems to be working perfectly now! Many thanks for your help with this project Sandy, these little zero's are fun to work with and this has been an enjoyable first project. thanks againGlenn
View ArticleProblem getting Rockpool to work AT ALL!
Thanks for that. The expanded filesystem was the thing that I needed to do! Great catch!
View ArticleWhat are Output Values for Pressure and Temp Sensors
got my kit this weekend and I LOVE how simple things are. However there is practically zero documentation. I totally understand that the software and firmware are under heavy development. This is a...
View ArticleRockpool Cookbook Weather Station in Imperial Units SOLVED
I can use the weather station perfectly and love it....but as an American (sorry, I now we are the only rubes that use non-metric) I would prefer to see F and inHg for temp/pressure. Where can I...
View ArticleCan't get flotilla to work and no cookbooks
Just tried that - I've attached a picture of what comes up. image.jpg3264x2448 1.95 MB
View ArticleRockpool Cookbook Weather Station in Imperial Units SOLVED
Found it!Line 138 of the main html file should look like this: var temperature = (self.weather.inputs.temperature.data.temperature / 100.0)*(9/5)+32; How I can limit the decimal places is the next...
View ArticleRockpool Cookbook Weather Station in Imperial Units SOLVED
Yea! I got it! Here are the two lines to convert C and Pa to F and inHg var pressure = (0.0002952998751 * (self.weather.inputs.pressure.data.pressure )).toFixed(2); var temperature =...
View ArticleFlotilla and Rockpool on Ubuntu PC without Raspberry Pi
I'm also having trouble getting Brightness on the Matrix unit to work. I've downloaded the "ship" branch mentioned above and built it, but it seems my RasPi 2 is still using the original one. What do...
View ArticleAttaching HAT to Pibow Coupe
Hi,I'm looking to make a semi-permanent installation where I hope to be attaching a Perma-Proto HAT with an XBee attached to a PI 2 with a Pibow Coupe. I don't actually have either the HAT or the case...
View ArticlePySerial seems to be required for python libraries. Which version do we need?
I am trying to run the python library examples and I get an error in init.py when it tries to import the serial module. I gather from a pull request on the git site that the PySerial library is...
View ArticlePySerial seems to be required for python libraries. Which version do we need?
the Raspbian repo currently only feature version 0.2.5 if I recall correctly, which is what you need. To install: sudo apt-get python-serial python3-serial
View Article