-
Hi
We're currently evaluating the potential of using something like Circuit Playground Express as a home experiment kit and I've been looking at what support there may be around for using Jupyter n…
-
Not really an issue but a question..
the title may make this seem silly, but i plan on building a sort of hand held steering device along with analogue pedals all within the form factor of a controll…
-
Because this class uses dynamic memory allocation for the _alarms variable, the default copy constructor and assignment operators would cause copy of the reference only, not the data itself.
**To Rep…
-
I have searched on the internet but could' t find a solution for backlash compensation for grbl. I have access to a 3 axis machine with ball srew axis but without the ability to adjust the nuts to tig…
-
First thank you for creating this repository.
I plan on using this to generate many core Forth processors.
You can read more about my plans here.
https://forth.pythonlinks.info
Probably ini…
-
Signature is a requirement according to current French plans.
Not every usage may use it, this is why it's better to make it optional.
Nevertheless, when used, it can have a very huge impact on th…
-
Hello!
I'm trying to run a basic example of LoRa Send using a ESP32-S3 in a board integrated with a LLCC68 tranceiver.
I'm getting an SetRX Illegal Status error, as can be seen in the log as follows…
-
@rzeldent
I isolated the problem to the UI initialization. If I remove it from my code entirely, I no longe have any issues reading/writing/append to files from the SD Card. Bellow you can see a s…
-
By simply running `python3 epd_7in5_V2_test.py`, I get stuck on DEBUG:root:e-Paper busy.
Any command triggers DEBUG:root:e-Paper busy.
by simply calling init methods, I am stuck.
epd.init() or …
-
There was a problem in using esptool directly on Android because it was written in Python code.
So, what we are curious about is how to use esptool to learn more about how to upload to ESP32/ESP826…