https://github.com/daq-tools/pycopic
An attempt to mix Pycom's "pycoproc" with "pypic" in order to control the PIC through the serial interface
https://github.com/daq-tools/pycopic
Last synced: about 2 months ago
JSON representation
An attempt to mix Pycom's "pycoproc" with "pypic" in order to control the PIC through the serial interface
- Host: GitHub
- URL: https://github.com/daq-tools/pycopic
- Owner: daq-tools
- License: gpl-3.0
- Created: 2020-05-19T15:49:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T15:50:08.000Z (about 6 years ago)
- Last Synced: 2025-02-28T09:24:46.247Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
#######
pycopic
#######
*****
About
*****
An attempt to mix Pycom's `pycoproc`_ with `pypic`_ in order to
control the PIC through the serial interface and use extended
functionalities even on the expansion board, where the PIC
is not connected to the I2C bus of the ESP32.
This is essentially a hack, YMMV.
.. note:: This is still a work-in-progress and didn't work out successfully yet.
********
Synopsis
********
::
export MCU_PORT=/dev/cu.usbmodemPy001711
pycopic --port $MCU_PORT --sleep 30
pycopic --port $MCU_PORT --reset
*********
Resources
*********
.. todo:: Add some links to the Pycom user forum here.
.. _pycoproc: https://github.com/pycom/pycom-libraries/blob/master/lib/pycoproc/pycoproc.py
.. _pypic: https://github.com/pycom/pycom-micropython-sigfox/blob/Dev/esp32/tools/pypic.py