You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to get my esp32 sending small data every minutes connected to my pixel6a with android 14
building a react-native app with deps:
"react": "18.2.0",
"react-native": "0.73.5",
"react-native-usb-serialport-for-android": "^0.5.0"
implementing to simplest example of your documentation here is not working
I can see devices, only one : [{"deviceId": 2002, "productId": 60000, "vendorId": 4292}]
But clicking on buttons does nothing at all but : Device not found
i put this on my manifest
I though it was my ESP32 but tried arduino etc...
they are recognized by others app / soft than this react-native app
some specific info to know?
What am i doing wrong?
The text was updated successfully, but these errors were encountered:
trying to get my esp32 sending small data every minutes connected to my pixel6a with android 14
building a react-native app with deps:
"react": "18.2.0",
"react-native": "0.73.5",
"react-native-usb-serialport-for-android": "^0.5.0"
implementing to simplest example of your documentation here is not working
I can see devices, only one : [{"deviceId": 2002, "productId": 60000, "vendorId": 4292}]
But clicking on buttons does nothing at all but : Device not found
i put this on my manifest
I though it was my ESP32 but tried arduino etc...
they are recognized by others app / soft than this react-native app
some specific info to know?
What am i doing wrong?
The text was updated successfully, but these errors were encountered: