Search found 2 matches

by AmeliaJames
Wed Nov 24, 2021 8:24 am
Forum: ESP32 boards
Topic: How do I include drivers into the micropython compilation.
Replies: 0
Views: 1368

How do I include drivers into the micropython compilation.

Hey Am a new member here, and am really stack at some places. I trying to add wiznet5k support to micropython that is being used on esp32. I followed some tutorial information that I got online and I was able to compile the micropython. But after carrying out some reading, I was not able to to know ...
by AmeliaJames
Wed Nov 24, 2021 5:58 am
Forum: Drivers for External Components
Topic: Stepper motor that has load cells.
Replies: 0
Views: 8346

Stepper motor that has load cells.

Hello to all, Am trying to do a project that utilizes the stepper motor with load cell where am focused in running the stepper motor until the reading of the load cell goes up to greater or equal to 200. Below is the code that I am trying to write: def calcWeight(import,isbigger=True): isWeightOk = ...