PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
334 stars 131 forks source link

Issue while using altsoftserial with mpu6050(wire.h) #36

Closed Mohit-18 closed 7 years ago

Mohit-18 commented 7 years ago

The data from altsoftserial tx and rx pins are not detected when the program has mpu6050 program which uses wire.h for i2c communication.On removing the mpu6050 code, the program works fine and the data is received properly from bluetooth bl8000l.Arduino Uno board is used with scl and sda pins used for mpu6050 scl and sda.How to obtain data from mpu6050 as well as from bluetooth?

PaulStoffregen commented 7 years ago

Use a slower baud rate.