Flotilla "ShipShape" Update: Dip in and try the pre-release
I have some interesting behaviour on this pre release; I figured I should let you know. pi2 running on Jessie, I followed the instructions (probably missed something) and got as far as rockpool in pre...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
It sounds like there is a missmatch of port addressing scheme. Have you flashed the new firmware and are you using the 'launch_flotilla' script?
View ArticlePySerial seems to be required for python libraries. Which version do we need?
What do you mean by using the latest pyserial from github? What is the output of: pip3-2 list (look for the pyserial entry)
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
@RogueM I did the firmware but opened flotilla-pre/raspi/rockpool/index.html rather than 'Launch_flotilla' I will try tonight and report back.
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
OK, then in that case it is using the old daemon, which is likely what the problem is.
View ArticleTechnical Support
hi Michel Sorry to say but I have changed the device tree to yes , rebooted tried to installthe Bluetooth keyboard and I get the same problems With the GUI Bluetooth manager I get to pairing in...
View ArticlePi Lasagne
Someone already did it!... Might you sell it Pimoroni? hackaday.com Raspberry Pi Zero Cluster Packs a Punch If you could actually buy 16 Raspberry Pi Zeros, you might be able to build your very own...
View ArticlePySerial seems to be required for python libraries. Which version do we need?
I tried using apt-get to install pyserial but that package of pyserial was missing the tools modules so it did not work for me. I then installed the latest pyserial by cloning the git repo at...
View ArticleNeed some help with the "Light" module in Python3 please
Today I have tried a different approach based on your first post.I have used the new __init__.py and light.py files and modified mini-kit.py with the changes needed to connect the Light module. So I...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
RogueM: OK, then in that case it is using the old daemon, which is likely what the problem is. As @RogueM suggests, the update is very thorough and changes the Dock Firmware, Daemon and Rockpool in...
View ArticlepHAT DAC & Openelec\Kodi
I have looked into this, using the latest images for Openelec and OSMC and the only step to take (besides choosing the right output device) is to add the following to /boot/config.txt:...
View ArticlepHAT DAC & Openelec\Kodi
... in case this helps these are the options you should be able to choose from after editing the /boot/config.txt file: image.jpeg2592x1936 1.15 MB (OSMC) image.jpeg2592x1936 1.19 MB (OpenElec)
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
Yup, it's working! Thanks @RogueM In other news the line following robot is now working, thanks for the tips and hardwork @gadgetoid
View ArticleCan't get flotilla to work and no cookbooks
I looked through the script and it kept saying 'could not install python 2 libraries' then 'could not install python 3 libraries'. It didn't give any more information than this, it just said if...
View ArticleCan't get flotilla to work and no cookbooks
Something is definitely up, there are no python components to be installed and you shouldn't see those messages. What OS is this on? If unsure you can type the following in the terminal: cat...
View ArticlePySerial seems to be required for python libraries. Which version do we need?
I was able to solve my problem. I had forgotten to install the latest flotilla after I did a git pull. So with the latest flotilla as of yesterday I was able to talk to the dock and sensors with...
View ArticlePySerial seems to be required for python libraries. Which version do we need?
the weather module file is complely empty at the moment, several modules are WIP, and the entire API is due for a serious overhaul.
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
OOOh, that's some good news. It had never occurred to me that the response rate changes in the latest Rockpool were what made the super-simple line-following setup possible. When I finally find the...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
I may be missing something obvious here however I was looking at the code for the launch_flotilla script: if [ "$DISPLAY" ]; then cd ./rockpool python ./rockpool.pyfi And spotted that there's no...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
JayTay: And spotted that there's no rockpool.py in the rockpool folder Good spot! I broke this when I did a sync from the latest version of Rockpool ShipShape, I'd deleted the whole folder. Fixed!
View Article