dsyleixa

Results 33 issues of dsyleixa

in ArduiPi_OLED_lib.h there are some defines which perhaps conflict with general or arbitrary programs: ``` // Arduino Compatible type typedef uint8_t boolean; typedef uint8_t byte; //... // GCC Missing #define...

what are the RESET pins for? especially OLED_I2C_RESET ? OLED SSD1306 boards normally don't have a breakout pin for reset GPIOs, and on the RPi GPIO pin bcm 25 (physical...

I can't install the lib on my Raspberry Pi (OS Raspbian Stretch), downloading and then typing "make" or even "sudo make" does not work at all, e.g., ``` pi@PiStr:~/ArduiPi_OLED $...

the lib seems to be bugged or outdated for ARM CORTEX Boards (M0=Zero, M3=Due and/or different ones like Adafruit M4): your example code: ``` #include //for v1.6 /****************************************************************** * set...

hello, how can one read in loop() if PS2 Controller was shut off intermediately? That might have happened manually, perhaps unintentionally, but after a while not having been touched the...

yaw calculation is faulty. **_correctly it would be expected:_** always start at 0°/360° at programm start (initialized arbitrarily). Then for turning: 360/0...90°...180°...270°...360/0° for 1 complete turn clockwise , at 360°...

hello, how to use MPU6050 dmp6 without an IRQ pin? I don't have free GPIOs on my M4 board any more (Adafruit Feather). Instead of IRQ, I want to repetitively...

hello, are there complete working code examples for Raspberry Pi 2 v1, Pi 2 v2, and Pi 3 (C++) available, e.g. for MPU6050 ? I don't find a Raspberry Pi...

hi, As I got my new MPU6050 (addr 0x68), I have 2 proposals: 1st, in order to make the code quicker by calculation and execution, I would suggest to use...

hi, As I just observed, your roll angle is computed in the inverse direction by this MPU6050 lib. I compared your values with the values I get from my CMPS11...