Giovanni Antunes Bonin

Results 13 issues of Giovanni Antunes Bonin

Hi! I tried to use the MPU6050_DMP6 in the arduino mega, and it works perfetcly. But when I tried to use in the wemos D1 mini, or even in NodeMCU,...

Hi! I've implemented the LineChart in my project, but I have, sometimes, to receive large values, like: ![Screen Shot 2022-05-12 at 08 36 17](https://user-images.githubusercontent.com/1349300/168066376-b6a1938a-328c-4e43-bfda-62ed74e8b6ff.png) When I plot the chart, it...

Hi! When I use start notification and try to print the result, only in Android, I received this error: attempt to invoke virtual method 'double java.lang.double.doublevalue()' on a null object...

Hi. I'm trying to build the RN app with lottie, in iOS in Release mode. I'm using a M1 Macbook Pro... When I run the command `npx react-native run-ios --configuration...

Hi! Well, when I run the program, something like: ``` from myo_raw import MyoRaw import sys m = MyoRaw(sys.argv[1] if len (sys.agv) >= 2 else None) def emg_hdl(emg, moving): print(emg)...

Hi. I used the library recently, and jad no problem. But, when I used today, the React NAtive throws the warning for useNativeDriver. Do you resolve this in a new...

Hi! I follow the tutorial, and use this code ``` var rpio = require('rpio') var express = require('express') var app = express() const pinsPWM = [12] rpio.init({gpiomem: false, mapping: 'physical'})...

Hi! After update to iOS16, some functionallities dont work sometimes. The package will be updated?

HI. I trying to receive an MQTT msg and send via WiFiClient and HTTPClient, but it generates an error and reboots: ``` Soft WDT reset Exception (4): epc1=0x40100203 epc2=0x00000000 epc3=0x00000000...

Hi! I'm testing the library with this broker in one d1 mini, and PubSubClient in another d1 mini to publish to the first one. It takes ok, send messages, receives......