M.B

Results 17 comments of M.B

When you pair it with windows, does it say "connected"? Does it create a port? (device manager -> Ports (COM & LPT)) I can't get my nRF52833 to connect. However,...

Once you finish programming the module and deploy your code. Can you connect to it using Bluetooth?

+Bluetooth. Interacting with Bluetooth sensors and iBeacons. For Android 12+.

Hi there, Looks like an I2C address issue. Run an I2C scanner (google search) and check your sensor's address. Use the following line to declare your sensor: `BMI160.begin(BMI160GenClass::I2C_MODE, Wire, 0x69);`...

The description of the module says "Bluetooth to serial port transparent transmission module". If you flash something on the nRF, you may brick the module. From the datasheet, you need...

Hi there, Looks like an I2C address issue. Run an I2C scanner (google search) and check your sensor's address. Use the following line to declare your sensor: `BMI160.begin(BMI160GenClass::I2C_MODE, Wire, 0x69);`...