Can't find previously working dock or get it working [SOLVED]
rbnman: Thanks. re-flashing the firmware did the job. This is curious. I've got a support ticket with a very similar problem. One to keep an eye on to see if there's any common factor at play here! I...
View ArticleRockpool - Searching for Flotilla takes 10 minutes or more
floyduk: The searching bar is searching the network for Flotilla serving computers. I've never seen this find anything so I don't know if it actually works. In short; no, it really doesn't. It's a...
View ArticleESP IoT pHAT Flashing
Cygwin on Windows should give you the tools? disclaimer: I am a complete n00b when it comes to the ESP8266, don't take ~anything~ I say on the subject with any degree of reliability, just suggestions...
View ArticleESP IoT pHAT Flashing
Yeah I have found a blog post detailing things but way too much faff :(
View ArticleDoes anyone know of a .NET library for the Scroll pHat?
None exist that I'm aware of, and I'd be surprised if a library did! There are, however, plenty of I2C examples which would help get you started. I was able to successfully drive a PiGlow from Windows...
View ArticleNone coder asks, "Where's the code"?
sub805: Come on guys, we waited months for this, you could at least show numpties like me how to use it. We're working on it! At the moment the Cookbook is on the, ha! "back burner" while we polish up...
View ArticleAll video's on the new 7" PI 2 Touchscreen are not in sync
I don't know enough about OpenElec to comment usefully on this, but someone else here might have some clue. I don't think overclocking is the answer. The Raspberry Pi specific forum on OpenElec.tv is...
View ArticleESP IoT pHAT Flashing
If this helps the following link has very clearly laid out info:http://www.allaboutcircuits.com/projects/update-the-firmware-in-your-esp8266-wi-fi-module/ ... hopefully the relevance is not completely...
View ArticleFlotilla "ShipShape" Update: Dip in and try the pre-release
topshed: The Pi reports approx 66% CPU most of the time Flotilla is running once you add a few rules. With just two rules, the lag is almost unnoticeable. Add in a few (5-6) rules and the lag kicks...
View ArticleUnicorn HAT + GPIO cable
RogueM: ground from pin 9 I tried pins 4+6+18, it took aeons to figure out why it wouldn't work.Why MUST it be pin 9?I know it hardly matters, but ground is ground, why the specific pin?
View ArticleUnicorn HAT + GPIO cable
Because the PCB assumes a Raspberry Pi as host, and traces are routed as most practical for the board. I agree it makes things harder for less common applications but that's the reality.
View ArticleUnicorn HAT + GPIO cable
Richard238: I know it hardly matters, but ground is ground, why the specific pin? Unicorn HAT has a big fat isolated ground trace running from this pin to part of the slow-start circuit. This circuit...
View ArticleUnicorn HAT + GPIO cable
Goodness! All far too terribly scientific for my head.But thanks for the explanations guys. :)
View ArticleESP IoT pHAT Flashing
Ok figured out how to get custom code from the Arduino IDE onto the pHAT. Before I was assuming that you left stuff in tact for booting but basically you send the bin to 0x0000 so the esptool command...
View ArticleTouch module button not responding- resolved spontaneously
I've now implemented a small delay into the firmware that mitigates this. It doesn't fix it altogether since it's impossible to guarantee a pad is clear of fingers in any given time frame, but it helps.
View ArticleUnicornHAT show .png files?
I have an 8x8 .png file I would like to display on the UnicornHAT, I've never used python before for any projects so this is new to me and I'm struggling to work this on out on my own so I've come to...
View ArticleUnicornHAT show .png files?
the show_png.py should work straight off a 8x8 image as well as a matrix of pixel art. The hardest part will be to get PIL on your system, which can be challenging. Other than that, place your png in...
View ArticleUnicornHAT show .png files?
Hi RougeM, I've tried changing the lofi.png within show_png.py to my own file named weather_rain.png (all these files are in the same directory) and running this in the terminal but nothing shows up...
View ArticleDisplay-o-Tron ST7036 R/W pin?
Hi! Is the R/W pin of the ST7036 found in the Display-o-Tron wired to the Pi? From the reference library, I have been able to find that RS is on 25, and Reset on 12. I was hoping to be able to read...
View Article