[Microbit-Python] UART Pins

Nevil Hunt nevil.hunt at hotmail.co.uk
Sun May 15 12:22:52 EDT 2016


Thanks David!
 
I take it using P3,4,5,6,7,9,10 or 11 would interfere with the LEDs & Switches on the micro:bit.
What about using the SPI or I2C pins? Is there anything on the micro:bit hanging off any of these pins that would conflict with the UART?
 
Nevil
 
Date: Sun, 15 May 2016 11:44:18 +0100
From: david at thinkingbinaries.com
To: microbit at python.org
Subject: Re: [Microbit-Python] UART Pins

Read the docs ;-)
http://microbit-micropython.readthedocs.io/en/latest/uart.html

You can specify any other pins you want by passing the desired pin objects to the tx and rxparameters.

David
___________________________________________________________
David Whale, B.Sc (Hons), MIET
Software Engineer and IET Schools Liaison Officer, Essex



On 15 May 2016 at 11:09, Nevil Hunt <nevil.hunt at hotmail.co.uk> wrote:



Hi David,
 
My micro:bit diagram shows the I2C and SPI pins on the edge connector. Which are the UART Tx & Rx pins?
 
Nevil
 
Date: Sat, 14 May 2016 16:05:57 +0100
From: david at thinkingbinaries.com
To: microbit at python.org
Subject: Re: [Microbit-Python] Introducing myself

How about a BBC micro talking to a BBC micro:bit over serial? The RS422 interface at the back of the original beeb is just a UART. Need a level shifter, then bring into UART pins on the expansion pads at the bottom of the micro:bit and use MicroPython UART object.


_______________________________________________
Microbit mailing list
Microbit at python.org
https://mail.python.org/mailman/listinfo/microbit 		 	   		  

_______________________________________________

Microbit mailing list

Microbit at python.org

https://mail.python.org/mailman/listinfo/microbit





_______________________________________________
Microbit mailing list
Microbit at python.org
https://mail.python.org/mailman/listinfo/microbit 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/microbit/attachments/20160515/7dffb081/attachment.html>


More information about the Microbit mailing list