Programming Trinket M0 through TX/RX via Pi's TX/RX

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
geneworld
 
Posts: 17
Joined: Thu Sep 12, 2013 3:01 pm

Programming Trinket M0 through TX/RX via Pi's TX/RX

Post by geneworld »

Hey Guys,

I am running a project where I program the Trinket M0 loaded with CircuitPython using a detached screen on a RaspberryPi 0W with the board in REPL mode using a micro-micro usb cable.

Is it possible to be able to program the Trinket through its TX/RX (pins 7/8) and the Pi's TX/RX (GPIO 14/15 ) pins?

Would I be able to send whole command line style commands or would I only be able to pass variables through? Or does it act just like a screen session like how I would already connect to the Trinket? (ex. /dev/ttyACM0 115200)

Thanks!
Gene

User avatar
geneworld
 
Posts: 17
Joined: Thu Sep 12, 2013 3:01 pm

Re: Programming Trinket M0 through TX/RX via Pi's TX/RX

Post by geneworld »

Bump for UART comminucation between a pi and trinket m0 using circuitpython

Bonus if able to use the REPL through UART

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”