Пікірлер
@Techinova
@Techinova Ай бұрын
Obrigado por este tutorial, com ele eu entendi sobre Esp32 e Micropython, valeu!
@DeferedRune
@DeferedRune 3 ай бұрын
Dont turn on the subtitles at the start
@alepod8280
@alepod8280 4 ай бұрын
Cool! ❤
@VINICIUSBH100
@VINICIUSBH100 5 ай бұрын
uauuuuu that was a very nice tutorial, thank very much !!!!! It was a big big help for me.... best regards from Brazil
@megamegatheo
@megamegatheo 6 ай бұрын
Great video, exactly what I was looking for! Thanks!
@saniyadeshmukh6704
@saniyadeshmukh6704 8 ай бұрын
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.
@sachinnair1613
@sachinnair1613 8 ай бұрын
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
@ctonew6155
@ctonew6155 8 ай бұрын
This tutorial was very clear Inthink the best on the youtube. Just remained to new users to download silicon labs driver for the esp32 to turn on.
@williamlouie569
@williamlouie569 8 ай бұрын
You made simple. thanks.
@agnisri1201
@agnisri1201 9 ай бұрын
How to read H and L in single request is that accurate? I am wondering how to make this place explain
@bokkenka
@bokkenka 10 ай бұрын
Hi. Is it possible to control the display segments individually? I'm trying to get it to say HOHOHO. I put 0b0110111 in the self._register for the H, but it displays as 7.
@shafeeqshefi3735
@shafeeqshefi3735 Жыл бұрын
>>> ets Jul 29 2019 12:21:46 MyOutPut rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:4656 load:0x40078000,len:13284 ho 0 tail 12 room 4 load:0x40080400,len:3712 entry 0x4008064c Traceback (most recent call last): File "main.py", line 1, in <module> ImportError: can't import name pin MicroPython v1.20.0 on 2023-04-26; ESP32 module with ESP32 Type "help()" for more information. >>> My Code: from machine import pin from time import sleep led = pin(2, pin.OUT) for _ in range(10): led.value(1) sleep(1) led.value(0) sleep(1)
@KidArtemis
@KidArtemis Жыл бұрын
LETS GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
@KidArtemis
@KidArtemis Жыл бұрын
Sheeeeeesh just when I was beginning to miss him he came back to me❤
@abrahamtiradorico1697
@abrahamtiradorico1697 Жыл бұрын
Awesome video, thank you
@nikolaykostishen6402
@nikolaykostishen6402 Жыл бұрын
Thanks!
@KidArtemis
@KidArtemis Жыл бұрын
UHHHHHH WHY WASN'T I INVITED TO THIS HYPE STREAM??????????????????????????????????????
@explorerofinfinity722
@explorerofinfinity722 Жыл бұрын
Hi.. thanks for this video. Want to know, how to run an url address from Thonny ide? Which package needs to install?
@jimhein9689
@jimhein9689 Жыл бұрын
This was a great tutorial. The comments rightfully speak accolades. I was able to follow along without having to keep going back and the code worked perfectly. I was able to adjust the code to work with a Raspberry Pi Pico. Thank you. I look forward to more lessons from you.
@ken444444
@ken444444 Жыл бұрын
Helpful video. I'd love to see more tutorials about what one can actually do with the Atlas. For example how can the LED numbers be lit? What kinds of information can be displayed with these numbers? Time? Temperature? Numerical countdown/up? Randomly changing numbers? Or could the "Mode" button be used to change between many different things like time > temp > countdown -> random numbers -> etc.
@carriecorreaArtist
@carriecorreaArtist Жыл бұрын
Thank you
@jeffg4686
@jeffg4686 Жыл бұрын
nice
@mariel5272
@mariel5272 2 жыл бұрын
So awesome!!!
@KidArtemis
@KidArtemis 2 жыл бұрын
LETS FUCKING GOOOOOOOOO
@Noahakavalkrie
@Noahakavalkrie 2 жыл бұрын
So based. Can’t wait to see where the channel goes in the future! The new logo looks great, and I bet everyone will have a great time with the arcade cabinet!
@animegamerzone-
@animegamerzone- 2 жыл бұрын
yes! this looks good
@animegamerzone-
@animegamerzone- 2 жыл бұрын
don't you have to flash the board before you can run code onto it?
@juanmanuelgonzalezsanchez7416
@juanmanuelgonzalezsanchez7416 2 жыл бұрын
Excellent tutorial
@jayare7750
@jayare7750 2 жыл бұрын
I’m guessing that a D1 Mini would work just the same since it’s the same ESP8266 chip, right?
@ndanjikalokoni4575
@ndanjikalokoni4575 2 жыл бұрын
Finally one that works !! That’s sexy 😘
@mehdikarimpoor9401
@mehdikarimpoor9401 2 жыл бұрын
Hello with respect I created a device control program for thonyide for esp32 devkit using station and access point modes. I send commands using the udp connection from the mobile application and I also control the devices every three seconds of the application using an api. I'm worried that after making it, when the device is used, there will be a problem in the program and it will not work properly. Is it possible to trust esp32 and micropython language and build a product with many customers?
@bennguyen1313
@bennguyen1313 2 жыл бұрын
Regarding the line, button = Pin (22, Pin.IN, Pin.PULL_UP) Do all flavors of the ESP32 chip (i.e. Risc-V vs LX6) have the same options available? Will the compiler flag an error if that pin only has a pull-down or open drain option?
@slamanaim1837
@slamanaim1837 2 жыл бұрын
thx very much but i have a question :please after this video and after flashing my esp is it possible to program it with arduino ide or i have to do again the steps of flashing .... thx
@mohamedfarid7499
@mohamedfarid7499 2 жыл бұрын
your channel is best in micropython for esp8266 thanks a lot
@fazilelectronics3080
@fazilelectronics3080 2 жыл бұрын
good
@gardnerilderton185
@gardnerilderton185 2 жыл бұрын
😥 þrðmð§m
@kamalibrahim7322
@kamalibrahim7322 2 жыл бұрын
Thank you for informative video. I follow all instructions but unfortunately I get this error "invalid header: 0xffffffff" :(
@jirka_wazi3113
@jirka_wazi3113 Жыл бұрын
I have same issue
@earnings_cc
@earnings_cc 2 жыл бұрын
Hey man.
@KidArtemis
@KidArtemis 2 жыл бұрын
I love Sven he makes me soooooo happy and is soooooo cute <3
@mariel5272
@mariel5272 2 жыл бұрын
More Sven please!
@harshavardhanreddyk3900
@harshavardhanreddyk3900 2 жыл бұрын
Good work
@mdshaifullazibon8236
@mdshaifullazibon8236 2 жыл бұрын
nrf24l01 esp8266 witch micropython. please make a videm witch this module.
@venkatk1307
@venkatk1307 2 жыл бұрын
Awesome man. You made my day💖
@vjreviewsandiy
@vjreviewsandiy 2 жыл бұрын
hi, nice video, how to convert to angle of rotation?
@davidmarks509
@davidmarks509 2 жыл бұрын
Great tutorial TY very much
@marinehm
@marinehm 2 жыл бұрын
Well done! I like this idea. I'm having trouble subscribing to more than one MQTT Topic to do this remotely. Any help on that specific task would be greatly appreciated. Thanks!
@Steveshp1
@Steveshp1 2 жыл бұрын
It is really help me. Thank you powerful instruction.
@trungnguyenuc4897
@trungnguyenuc4897 2 жыл бұрын
memory error: memory allocation failed, allocating 2158 bytes
@trungnguyenuc4897
@trungnguyenuc4897 2 жыл бұрын
help me
@horacewonghy
@horacewonghy 2 жыл бұрын
esp32 works as well (i use Hardware I2C bus, scl: pin 18 & sda: pin19)