How platformio work with esp32 dev module to make nimble server for mpu6500 and nimble client?
Your question is incomplete and therefore unclear.
PlatformIO is a build system. You can use the Arduino Framework or the ESP-IDF framework to write sketches for the ESP32
NimBLE is a library that provides a bluetooth low energy stack. It is available as Arduino library as well as an ESP-IDF component.
MPU6050 is a gyroscope / accelerometer module. But what is a MPU6500 BLE Client and Server? There is no such thing. You can write a BLE sketch which acts as server and provides the data form an MPU6500 module. You can also write a BLE client that connects to the BLE server and receive these values.
In order for someone to be able and willing to help you, you should describe your project in more detail. What code have you already written? What is the content of your platformio.ini? Where exactly do you need help?
Thanks for your response, I hand some problems before about six mounth.
I’ll try it again and see if the problems continue.
I’ll be more specific next time.
David
This is unclear again.
What problems?