I program the uart example in my board nRF51 dk. I put a osciloscope in pin 9 and the signal is a square wave between 0 al 30V. So i think that the protocol is RS232, is this correct?
I program the uart example in my board nRF51 dk. I put a osciloscope in pin 9 and the signal is a square wave between 0 al 30V. So i think that the protocol is RS232, is this correct?
is your probe set to x10 ? You should see about 3V.
is your probe set to x10 ? You should see about 3V.
Oh, maybe yes because sometimes the equipment in the school is not the best. But my question is about the protocol in the serial comunication. I don`t know if is a RS232 protocol or only TTL
It's logic level. To make it RS-232, yo need to add the MAX 232 chip
To be more precise, To make it RS-232, yo need to add an RS-232 transceiver.
The MAX 232 is just one example of an RS-232 transceiver - many, many alternatives are available.
Ok. Thaks a lot!