your channel is best in micropython for esp8266 thanks a lot
@DeferedRune6 ай бұрын
Dont turn on the subtitles at the start
@saniyadeshmukh670411 ай бұрын
I'm getting the below error. Ctrl+C didn't work. restarting also didn't work. Can you tell about the bootloader mode specific for esp32 Cam module and mention names of Buttons to use for boot process. Device is busy or does not respond. Your options: - wait until it completes current work; - use Ctrl+C to interrupt current work; - reset the device and try again; - check connection properties; - make sure the device has suitable MicroPython / CircuitPython / firmware; - make sure the device is not in bootloader mode.
@sachinnair161311 ай бұрын
Is there a way to upload a whole folder to the ESP? I like to keep it organized in folders when I upload to github, and I'm just wondering if there's a way to upload a folder so it still recognizes all the code inside
@samkumarg47044 жыл бұрын
Thanks for the video. Nice video
@bennguyen13134 жыл бұрын
Can you use Thonny to single step thru the python script or is it uploading only? If not, would using a different python IDE (wing or Mu) allow you to debug? When flashing the micropython image, can you still use it as a webserver or to access the web? Or would you have to implement it in python (SimpleHTTPServer)? For example, I'm interested in the esp8266 serving data plots (ex. chart js).. is that something that could be done with the built-in webserver, or if not, how much of the esp8266's backend server code can be changed?
@metalmancytech4 жыл бұрын
Thonny does have the ability to debug Python code, but the distinction between Python and MicroPython is important. MicroPython does not currently have a debugger (post about it here on the MicroPython forums: forum.micropython.org/viewtopic.php?f=2&t=4293). However, like in Python, MicroPython has a REPL where commands can be entered one at a time to test code. We plan to make more videos on the full capabilities of the ESP8266 using MicroPython, but for now, you can learn how to network here in their documentation docs.micropython.org/en/latest/esp8266/tutorial/network_basics.html.
@animegamerzone-2 жыл бұрын
yes! this looks good
@mobachali4 жыл бұрын
hi, thanks for the detailed video. I wish I watched it before I spent 2 days on trial and error to get it done. I encounter issues when trying to import modules to my esp32. I use thonny and the last micropy ver1.12. eventhough i import the plugin through thonny, it doesn't work when i import it through the REPL. for example (kalman, numpy, gps).I also can't import Calender package. last question: is it possible that all the packages that can be used are in the esp file we flashed with? and can't be added to be used later? thanks
@empirico80923 жыл бұрын
Good video friend, but pythom tells me that the machine module is not installed, how do I install it?
@shukhratdad98913 жыл бұрын
I have a problem with attribute error in esp32. Attribute error. 'pin' object attribute error 'out'...can you help to solve this?
@arthur.rubi93 жыл бұрын
Hey, everytime I unplug ESP32, thonny didn't start with the "micropython" dialog, is it normal? what should I do?
@metalmancytech3 жыл бұрын
The only thing I can think of is pressing the "Stop" button. Otherwise, try reinstalling the firmware on the ESP32. Let me know more details if that doesn't work.
@meriemmhamdi48234 жыл бұрын
hi thx for the video ; but i have a problem i'm using a ESP32 , wen i tap " import esp " i'm getting this error ( Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'esp' ) can you help pleas
@dennisasamoah22133 жыл бұрын
thank you
@pedrofelipejaquetti31823 жыл бұрын
Nice video man, but when my esp8266 is reset or unplug the code is lost, is it normal?
@metalmancytech3 жыл бұрын
Thank you! By lost do you mean that the code doesn't run? You should be able to save the code to the microcontroller and to your computer, so you can always save a backup to your computer if you are losing it. Let me know more details, and I may be able to help you more.
@pedrofelipejaquetti31823 жыл бұрын
@@metalmancytech Thanks for your answer! I found that my error was in my code, anyway thanks again.
@ThaoNguyen-vs4zt4 жыл бұрын
Thank you so much.
@SkyRiderJavelin4 жыл бұрын
your voice is too soft and muffled can't anything.
@metalmancytech4 жыл бұрын
I'm aware that my voice is soft and muffled in the first video. In more recent videos the audio gets better.