Sorry, but what exactly do you want?
Because with code of Kolban above, you can read raw data from MPU6050 already.
Search found 5 matches
- Mon Apr 10, 2017 9:01 am
- Forum: General Discussion
- Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
- Replies: 10
- Views: 23632
- Mon Mar 13, 2017 2:09 am
- Forum: ESP-IDF
- Topic: BLE characteristic size
- Replies: 1
- Views: 7489
BLE characteristic size
Hi, I tried esp32 with gatt server example, I want to set a characteristic with more than 22 bytes, but in both examples(gatt_server and gatt_server_service_table), when I try set more than 22 bytes, esp32 auto set maximum 600 bytes in characteristic, and the data follow is not correct. So SDK suppo...
- Fri Feb 24, 2017 1:50 am
- Forum: Hardware
- Topic: cannot pair esp32 with android device using
- Replies: 12
- Views: 30563
Re: cannot pair esp32 with android device using
Hi, so if I make new firmware, I wonder ESP32 was supported for pairing or not, because I want use this chip as Bluetooth mouse, thanks.
- Thu Feb 23, 2017 9:08 am
- Forum: ESP-IDF
- Topic: Are there any ways to pair ESP32 with Phone or Computer
- Replies: 0
- Views: 3288
Are there any ways to pair ESP32 with Phone or Computer
Hi all, I am working o ESP32 Core board v2. I test board with Bluetooth example, I test both GATT example: gatt_server and gatt_server_service_table but. First I use nrf Connect app, board can connect but cannot bond. Then I test with my Phone Android 5.1 and lap top Win 10. They can see broadcast s...
- Wed Feb 22, 2017 2:35 am
- Forum: Sample Code
- Topic: Connection Timeout in gatt_server & gatt_server_service_table examples
- Replies: 0
- Views: 3592
Connection Timeout in gatt_server & gatt_server_service_table examples
Hi everyone, I am newbie of ESP32. I am working o ESP32 Core board v2. First I test with example in ESP-IDF SDK first with GATT in two sample: gatt_server and gatt_server_service_table. Board can broadcast ok, but when I try to connect, there some problem: 1. I connect with app nrf Connect on phone....