-
mpu6050_dmp6 example does not work for ESP32
Arduino IDE 1.8.9
esp32 core 1.0.4
compile errors:
```
"D:\\arduino\\portable\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-80-g6c4433a-5.2.0/…
-
this is a code to count steps using the accelerator/gyroscope sensor (gy 521), this works with arduino boards as well as the esp8266. now i dont know why its not working on esp32.
any help plz
`#…
-
Implement basic accelerometer controls for GY-521 accelerometer on C#.
This will be based on the rotation test for GY-521 implemented on Python.
-
grblControl rocks, first of all. I just built my X-Carve (waiting for spindle) but I've only been testing it out with my personally modified version of grblControl that runs in imperial, and with a fe…
-
I purchase on eBay from China some MPU6050.
But they send me for error the model MPU6500.
I don't know yet if they will work on FX-SaberOS.
Anyone tried it?
I don't know what to do.
-
when I connect to the iSpindel, the info page gives a tilt value of 0º
however when I look at the data collected in ubidots, it's not 0º at all: it gives values ranging from 0-90º, accordingly to how…
-
I failed to renegotiate between version 1.1.1a and version 1.0.2k,as follows
OpenSSL 1.1.1a:
```
openssl s_server -dtls1
```
OpenSSL 1.0.2k:
```
openssl s_client -dtls1
```
Step …
ghost updated
4 years ago
-
Hi,
I have noticed some strange error message from the MPU6050 codes borrowed from the popular [i2cdevlib](https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050):
The [MPU6050 test code…
-
In some executions, the examples "directly-use-i2c" only return 0s for gyroscope and accelerometer.
-
I am trying to make a smart asset tracking system ( like a smart ID ), I am using esp 32 with multiple sensors such as gy-521 accelerometer, temp/hum sensor and others. The esp is supposed to be worki…