nice but how about downloading libraries for any project? i want to program my oled display with the ssd1306 library and i dont know how to do it with vs code
I cannot to upload to a device and it says path argument must be type of string, not at project section but the section devices below. can you help me?
Hey, I could not find it also unless you generate visual studio micropython stub. Thonny has the same problem also I think. Auto-complete works on the REPL prompt. I could be wrong though.
I have an issue when starting the programm (@7:44). I receive the error messge >>> eback (most recent call last): File "main.py", line 6, in empty line)... So, the cause is not the main.py, I assume. Furthermore, if I execute all python commands step by step it is working... Using sys.platform >>> import sys >>> sys.platform 'esp8266' weiterhin: >>> esp.check_fw() size: 633032 md5: 9dab27bf17e16019bed0cb8bac5823b7 True Any ideas?
@@jarogniewmilewski3012 Thank you! I have used other models of ESP8266 but not ESP-01. I will add it to the list of videos and blogs that I am going to create about MicroPython.
@@DonskyTech With ESP8266 and ESP32 PyMakr 2.22 works great. There are communication problems with ESP-01 (1M). I do not know why. Thonny with ESP-01 works perfectly.
@@cash-if ohhh, that was the first step. Glad you figured it out brother. Please consider subscribing to my channel if you have not done so. I will be posting more content soon.
You are a hero. Struggled for so long trying to get pymakr to work. didn't know i needed node js. Salamat!
Thank you - been trying to figure out how to get intelisense details into my IDE for micropython and this worked!! This should make things WAY easier.
Maestro, that's what I needed.
You are the First in Town!
Thx!
very good demo, well explained!!
Thank you so much for making this clear
nice but how about downloading libraries for any project? i want to program my oled display with the ssd1306 library and i dont know how to do it with vs code
I cannot to upload to a device and it says path argument must be type of string, not at project section but the section devices below. can you help me?
Ohh..sorry for the delayed reply. I was out on vacation. I have not encountered this. When do you see this problem?
I'd be interested in this too. Maybe put screenshots on Imgur and link to them here?
Well explained; worked perfectly; subscribed; thanks! This channel is a hidden gem.
Awesome, thank you!
Thanks
How to add all libs to development setup?
For example U import machine but visual studio code marked it as missing source in ur video
Hey, I could not find it also unless you generate visual studio micropython stub. Thonny has the same problem also I think. Auto-complete works on the REPL prompt. I could be wrong though.
Excellent!!! very good explanation
@ricardoiribarren4765 Thanks for the kind words. Please consider subscribing to my channel for future content if you have not done so. Thanks again!
Great explanation, this worked a treat. Thank you.
Hey thanks! Happy exploring!
Thank you so much - best guide. You made my evening ) have a like =)
Hey thanks!
@@DonskyTech, by the way what for is nodejs needed tell please. Thanks! 😊
I have an issue when starting the programm (@7:44). I receive the error messge
>>> eback (most recent call last):
File "main.py", line 6, in empty line)... So, the cause is not the main.py, I assume.
Furthermore, if I execute all python commands step by step it is working...
Using sys.platform
>>> import sys
>>> sys.platform
'esp8266'
weiterhin:
>>> esp.check_fw()
size: 633032
md5: 9dab27bf17e16019bed0cb8bac5823b7
True
Any ideas?
Found the issue... It seem that sleep is expecting a float value, If I use e.g.
sleep(1.2)
it is working
Hey, I am not able to run any command because I have modified the code without stopping the script😢 how can I fix this? Please
Hey reconnect your device.
Are you able to upload several files? Or do you need to keep rewriting the first program you uploaded to the ESP.
Yes, tried syncing all my files and they seem to be uploaded.
Why is it that after my ESP32 is connected, this device in the device list has been rotating and cannot upload the program
Hey, try to remove your device and connect it again.
When i create terminal affiche connexion en cours...
you saved my life
Wow, that's nice to hear! Thanks!
Great job! Thanks.
Thanks for watching! Hope you could support me by subscribing to my channel if you have not done so.
@@DonskyTech I did it ;) Have you tried PyMakr to program the ESP-01?
@@jarogniewmilewski3012 Thank you! I have used other models of ESP8266 but not ESP-01. I will add it to the list of videos and blogs that I am going to create about MicroPython.
@@DonskyTech With ESP8266 and ESP32 PyMakr 2.22 works great. There are communication problems with ESP-01 (1M). I do not know why. Thonny with ESP-01 works perfectly.
@@jarogniewmilewski3012 That is interesting to know. Maybe there is a bug in the PyMakr plugin or something
thank you. It worked perfectly. Like and sub
Glad I have helped you. Thanks for the like and sub!
Thanks
Hey, sure no problem.
Hero
Thanks. Kindly subscribe to my channel for future contents.
i need help
Hey, help where?
@@DonskyTech brother when i hard reset led doesn't ON
@@cash-if maybe your board does not have the internal LED wired to GPIO2. Try out a new GPIO pin.
Its done
Actually the issue was MicroPYthon was not flashed in ESP32
@@cash-if ohhh, that was the first step. Glad you figured it out brother. Please consider subscribing to my channel if you have not done so. I will be posting more content soon.