python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
MicroPython ESP32 CanBus
Good morning, I've been wanting to use the CAN module from the machine library on an ESP32 based board, unfortunatelly, as I thought, I'm getting an error when trying to import it
>>> from ma...
Łukasz Kwieciński
Votes: 0
Answers: 1
16-channel multiplexer & python
Update 4/5/22
Equipment: ESP8266 board, CD74HC4067 16-Channel Multiplexer
Code Platform: micropython using Thonny on RPi transmitting over USB cable.
Project Goal: 16 individual photo-resistors to ...
box-o-rocks
Votes: 0
Answers: 1
Python vs MicroPython gc
I am new to MicroPython and noticed that some scripts use gc lib.
I've never used gc in Python because I thought the garbage collector is a hidden reality.
So is it different in MicroPython? Do I need...
david
Votes: 0
Answers: 1
How to use Micropython Classes in separate files
Getting started with MicroPython and having problems with classes in separate files:
In main.py:
import clientBase
import time
if __name__ == "__main__":
time.sleep(15) # Delay to o...
user7117046
Votes: 0
Answers: 2