Mar-26-2023, 09:07 AM
hello,
i am busy whit a big project. that i programmed in C. it is working for 70 % now.
first i used a 8-bit AVR but i stopped whit that one,.. to old
then i used a 32-bit STM32411RE but i also used de cube IDE, i don't like the IDE.
someone gave met the advice to use a: raspberry pi pico. now i discovered that a lot of people used the python IDE for programming de raspberry pi pico. now i'm here for a question
remember normal i'm progging in C (by the way.....i'm a bad C progger
)
i now that it is also possible to prog raspberry pi pico in C. but maybe phyton is more suitable for me.
so i like to here from you, or it is possible to do this in python ?
on some point in my project a get a 2-dimensional matrix from 300x300 bits.
in this matrix there is a figure, for example a square donut.
now i want to draw that square donut on a paper, whit using steppers (simplified the real situation).
so first i have to find out in the matrix where is a "1" en where is a "0"
than i have to find out the corner points, thats wat i need to steer the steppers.
what do i need more for my project:
2 x UART (for nextion HMI and a other (home made) device)
1 x I2C (for expanded I/O)
8x stepper driver (puls dir enable), with acc & decc
max 2 or 3 steppers runs at the same time.
do you think this is possible with python ?
thanks in advance.
i am busy whit a big project. that i programmed in C. it is working for 70 % now.
first i used a 8-bit AVR but i stopped whit that one,.. to old
then i used a 32-bit STM32411RE but i also used de cube IDE, i don't like the IDE.
someone gave met the advice to use a: raspberry pi pico. now i discovered that a lot of people used the python IDE for programming de raspberry pi pico. now i'm here for a question

remember normal i'm progging in C (by the way.....i'm a bad C progger

i now that it is also possible to prog raspberry pi pico in C. but maybe phyton is more suitable for me.
so i like to here from you, or it is possible to do this in python ?
on some point in my project a get a 2-dimensional matrix from 300x300 bits.
in this matrix there is a figure, for example a square donut.
now i want to draw that square donut on a paper, whit using steppers (simplified the real situation).
so first i have to find out in the matrix where is a "1" en where is a "0"
than i have to find out the corner points, thats wat i need to steer the steppers.
what do i need more for my project:
2 x UART (for nextion HMI and a other (home made) device)
1 x I2C (for expanded I/O)
8x stepper driver (puls dir enable), with acc & decc
max 2 or 3 steppers runs at the same time.
do you think this is possible with python ?
thanks in advance.