IR Remote Fiasco

So I've attempting to integrate the IR remote to my board. Hours and hours of errors, unsuccessful fixes and so on later, I found a forum at the corner of the internet dated to basically last couple of days, in which the problem I'm experiencing is due to some super late update. Jesus

Comments (0)

Ich liebe deutsche Sprache!

Weeeeeeeeeell. My adventure hit a dead end. Well... not exactly, I should say it hit die Sackgasse (a dead end). I really want to find a way of efficiently displaying gyroscope data with no delay, and the only available tutorials are written by this German dude. I hope my 3rd grade German comes in handy Update 1: Installed Apache and php Update 2: Established a connection thorugh websockets. Should be faster due to disk IO bottleneck.

Comments (0)

Rasp Pi Update

Since I am using the headless setup for Rasp Pi, I've setup up x11 forwarding in order to transfer matplotlib plots of gyro positions through ssh. While the frameRate is not great, my whole integration went through successfully! My Gyroscope class backbone is written and even decently documented, and so is my 2D simulation of 3D gyroscope. I've written it from scratch, which might not be optimal, but I didn't find anything that I could use to do the things I required. More: Just integrated the gyroscope as a controller for the LEDStrip. Basically the pattern changes depending on the shift

Comments (0)

Raspberry Pi

Currently writing more intuitive modules for Gyroscope use for Raspberry Pi. For some reason, the documentation seems to be very poor and the best available sources are written in German. Edit: Surprisingly I'm forced to read some academic papers since things I wanted to implement aren't at all well documented. Maths, am I right? Implied good news: Gyroscope MPU 6050 seems to work fast and well. Trying to figure out the best way to replicate 3D modeling of the input as can be found online.

Comments (0)