3 UART Sensors (Noob)

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
jp00
Posts: 1
Joined: Thu Jul 21, 2016 1:50 am

3 UART Sensors (Noob)

Post by jp00 » Thu Jul 21, 2016 2:08 am

Hi everyone,

I need to make some measurements from 3 UART Sensors 2 times a day, one sensor at a time. Can I do that with just one UART port? Can I connect one sensor to GP23, GP24, another one to GP10,G11 and the other one to GP3,GP4 and create a UART object, do the reading from sensor 1, then deinit the UART and repeat this code to read from the other 2 sensors?

I'm sorry for the noob question.

Thanks in advance,
Javier

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: 3 UART Sensors (Noob)

Post by mcauser » Tue Aug 02, 2016 2:09 pm

What about 3 UART sensors connected to the same UART port, and toggle the power to each sensor so that only one is online at any given time?

Post Reply