peakhunt / esp32_imu

9-DOF IMU using ESP32 and MPU9250
MIT License
20 stars 9 forks source link

Add new connection type(COM port) with the IMU-took #2

Open JamesJian-tech opened 4 years ago

JamesJian-tech commented 4 years ago

Hi,

Do you have any idea to add the new connection with COM to the imu-tool ?

Best Regards,

James J

peakhunt commented 4 years ago

Hi,

That's very interesting idea.

Technically, it isn't much difficult to use Serial Port with NodeJS/Electron but There gotta be a huge development on ESP32 and NodeJS side too. Right now, I'm just thinking that a) on ESP32, an app protocol via UART should be developed b) on Tool Side, a serial adapter that resembles JSON should be developed.

Sorry I haven't worked on this for a long time since this is not my full time job but a simple hobby project, so that is what comes to me right now.

Maybe I might be able to work on that in a couple of weeks later

Sincerely,

Hucky K

JamesJian-tech commented 4 years ago

Hi

Thansk for your help.

James