I2C bridge control waveform

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Can I view the signal data of any pin through i2c bridge control panel . Eg i am controlling an LED connected to a pin through pwm and want to see the waveform in bridge control panel, how do i do it.

0 Likes
1 Reply
Anonymous
Not applicable

Bridge control panel supports only I2C, SPI or UART communication.

   

So, you need to think of a way to send the ON/OFF status of an LED to BCP via I2C. For example, you can trigger a rising edge interrupt and send 0/1 data over I2C. In BCP, receive the data to a variable and plot it.

0 Likes