Some device similar to industry programmable logic device but powered with microPython
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Because of some technical problem and lack of practical usage (for now) I suspend this project and concrete on something different...
first test of input and output modules...
I decide to make with KISS rule at the first place.
For slave outputs I decide to make chained shift register powered with SPI, when I want to make it more complicated I can add small CPLD/uC to keep more registers and be more "intelligent"
I think also about adding extra lines for UART and CAN buses
First test is here:
Next step is to make this idea more robust....
I choose OLIMEX-E407 as a starting point.
After cloning micropython main repo and changing some code I can test and tick as done:
This to do next is to make slave module....
For now I plan to make two basic one:
when it is star to work I want to add some more advanced one:
do you have any idea what more could be done?
For sure I want to make all device with multi-controllers setup. So one with micropython will talk to each other, and others only make one task.
Main challenge right now is to design good concept of internal bus to realize all of this functions. For now I think about some SPI with some additional interrupt and synchronization lines. I will be very thankful for any suggestions.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates