OK this is my first TC post
The TC team are to be congratulated on a remarkable creation. I have been an engineer and designer in the electronics/OA/PC industry since before the PC existed and as such there are few creations that I would give the same accolade to.
OK now for the meat.
I need some help in that I would like to toggle a few RPi I/O pins (and maybe get I2C working) with TC straight out of the box (RPI+PiCore11).
I have persevered over several weeks to get various aspects setup (ie UK keyboard etc) and to try and understand TC.
I have downloaded Python 3.8 and got communications (ssh on RL8152B) going with an original RPi B and a new RPi zero. I have even got Python3.8 to talk to two USB-serial ports [ CP2104 and CH304] with Tx and Rx looped back but, for the life of me, I cannot seem to find out how to toggle an RPi I/O pin. Python and microPython are both new to me (all though I first heard of Python in 1994 on a bus traveling from Taipei to Hsinchu, Taiwan)
I realise that TC cannot give me a deterministic response as it is a multitasking OS however I just want a simple 500mS pulse within (say) 100mS of the correct temporal flow of the code. (Actually to trigger a 433MHz transmitter to open a door!)
And then I saw that you had
"....python-RPi.GPIO copied over and dep file adjusted"
Hurray I thought so I downloaded it but I still go the error
Traceback (most recent call last):
File "py02.py", line 8, in <module>
import RPi.GPIO as GPIO
ModuleNotFoundError: No module named 'RPi'
[PY02.py just being a simple mod to my serial port test]
Then I discover that it looks like it is only for Python 2.7 but I am running 3.8
Sooooo ......
How do I get it to work with 3.8?
Gosh this TC+Python is hard work for an oldie newbie; any help and guidance would be gratefully received.
[EDIT]: Added code tags. Rich