Tech Talkies

Tech Talkies

Пікірлер

  • @jamesbrady9105
    @jamesbrady91052 күн бұрын

    one of the best sites i have come across for these types of issues

  • @techtalkies1
    @techtalkies12 күн бұрын

    Thank you

  • @cnctechnology6856
    @cnctechnology68563 күн бұрын

    Hello sir am trying to conect 32×16 4 panel in series i want width 2ft height 1ft display would it will work..?

  • @techtalkies1
    @techtalkies13 күн бұрын

    Arduino UNO is not going to support that much. It might work with an ESP32 or an STM board. Or even a Mega. Sadly, as powerful as the new Uno R4 is, no libraries have been developed for it yet.

  • @cnctechnology6856
    @cnctechnology68563 күн бұрын

    @techtalkies1 Can control a 2 feet wide and 1 feet high using 4 panel led matrix if i'm use an arduino mega?

  • @jjk10
    @jjk105 күн бұрын

    Hi thanks for this tutorial, is there any way to do this but have a wireless connection instead (wifi/bluetooth?)

  • @techtalkies1
    @techtalkies15 күн бұрын

    Not with any Arduino board I know. It can be done with a board which can emulate a Bluetooth keyboard. But I have not tried this myself. Will research and post a video if it is possible.

  • @OlaMarcelooou
    @OlaMarcelooou6 күн бұрын

    Hi bro, very great video, +1 subscriber, can you make a video about the STM32CubeIDE with the blackpill please, maybe a video to a beginner: how to connect, the windows that the STM32CubeIDE has, basics configurations, etc. It will be very usefull to the community

  • @techtalkies1
    @techtalkies15 күн бұрын

    Thanks! I'll try to do that.

  • @user-be7xw1gz3m
    @user-be7xw1gz3m6 күн бұрын

    perfectly synchronized. Where can I get the codes?

  • @techtalkies1
    @techtalkies16 күн бұрын

    Check link in the description

  • @user-be7xw1gz3m
    @user-be7xw1gz3m6 күн бұрын

    ​@techtalkies1 The description section is empty, unfortunately

  • @musp3r
    @musp3r7 күн бұрын

    Such a cool device. I guess a larger display could be used for more detailed info?

  • @techtalkies1
    @techtalkies16 күн бұрын

    Yes. But this display keeps it simple and retro looking

  • @erikt81a
    @erikt81a7 күн бұрын

    This is the best tutorial for wiring sd module to esp8266 I found so far, I've been struggling with it all day long. Thank you!

  • @techtalkies1
    @techtalkies17 күн бұрын

    Always glad to help!

  • @ramv3580
    @ramv35809 күн бұрын

    Nice project! ... The given link of code & details can't be opened. Please provide a working link. Also, look forward to having similar clock using an RTC module for keeping correcting time with an option to correct the RTC's time from NTP server, whenever required manually (by pressing a switch) or periodically (once in a day) automatically, with auto-brightness adjustments.

  • @techtalkies1
    @techtalkies19 күн бұрын

    Thanks! I have updated the link. It should work now. If I have enough requests, I'll make a part 2 for the video, with your suggestions.

  • @Patrick_Black
    @Patrick_Black9 күн бұрын

    nice👍

  • @techtalkies1
    @techtalkies19 күн бұрын

    Thanks

  • @chandankairi3214
    @chandankairi321412 күн бұрын

    How to upload Arduino Keyboard .hex file into this Device so that my computer will see this device as a keyboard? Please tell.

  • @techtalkies1
    @techtalkies112 күн бұрын

    You already have a compiled hex file?

  • @chandankairi3214
    @chandankairi321412 күн бұрын

    @@techtalkies1 Arduino-keyboard-0.3.hex Downloaded this from a website. Will work to flash Pro Micro repeatedly

  • @chandankairi3214
    @chandankairi321412 күн бұрын

    @@techtalkies1 kzread.info/dash/bejne/pqqlo4-Dk7e3fso.html Can I use his method to flash Pro Micro as well? How can I short the wires?

  • @techtalkies1
    @techtalkies112 күн бұрын

    This video is for the Uno. Different chips

  • @chandankairi3214
    @chandankairi321412 күн бұрын

    @@techtalkies1 How can I use Pro Micro as HID Keyboard? So that my another PC will detect Pro Micro as a Keyboard only.

  • @chandankairi3214
    @chandankairi321419 күн бұрын

    Can I use this one to create an autotyping tool for my pc?

  • @techtalkies1
    @techtalkies118 күн бұрын

    Yes!

  • @hanbu22vn
    @hanbu22vn24 күн бұрын

    #include <Keyboard.h> void setup() { Keyboard.begin(); pinMode(2, INPUT); pinMode(3, INPUT); } void loop() { if (digitalRead(2) == HIGH) { Keyboard.press('A'); delay(0); } if (digitalRead(2) == LOW) { Keyboard.releaseAll(); delay(0); } if (digitalRead(3) == HIGH) { Keyboard.press('B'); Keyboard.releaseAll(); delay(0); } if (digitalRead(3) == LOW) { Keyboard.releaseAll(); delay(0); } }

  • @StrayBegin-zo9hn
    @StrayBegin-zo9hn26 күн бұрын

    good video

  • @techtalkies1
    @techtalkies125 күн бұрын

    Thanks

  • @electrogk
    @electrogkАй бұрын

    web site not loading unable to check

  • @techtalkies1
    @techtalkies1Ай бұрын

    Hi, the servers are currently down, but they should be back soon. Please check after some time, it should work.

  • @---qt8bc
    @---qt8bcАй бұрын

    (Method 3. 5:22 )Where did you take a COM7, if you download mapple driver(Maple DFU), you couldn't have a COM port. Please explain this moment.

  • @techtalkies1
    @techtalkies1Ай бұрын

    You don't need to select a port in this step.

  • @---qt8bc
    @---qt8bcАй бұрын

    @@techtalkies1 "Failed uploading: no upload port provided"

  • @jasonsilva2939
    @jasonsilva293914 күн бұрын

    @@techtalkies1 Please help

  • @techtalkies1
    @techtalkies114 күн бұрын

    What is the issue?

  • @PeacefulJem
    @PeacefulJemАй бұрын

    Great video ill try it later

  • @techtalkies1
    @techtalkies16 күн бұрын

    Thanks

  • @besmo1
    @besmo1Ай бұрын

    Great video ! Thanks ❤

  • @techtalkies1
    @techtalkies16 күн бұрын

    Thank you

  • @catureriyanto1276
    @catureriyanto1276Ай бұрын

    I tried replacing the servo with the L298 rc car driver, it didn't work. Can't IR remotes send analog data? Or there are other special programs. Please help,

  • @WAQARALAMLIVE
    @WAQARALAMLIVEАй бұрын

    I can't get tye codes your website is not working

  • @techtalkies1
    @techtalkies1Ай бұрын

    Hi, please check again. It is still working.

  • @glenncampbell839
    @glenncampbell839Ай бұрын

    Hello, I made this and it works great. Is there code to change urls with up, down switches? Any help would be appreciated. Thank you and have a great day.

  • @JoseRoberto-bv7qk
    @JoseRoberto-bv7qk2 ай бұрын

    Pelease help me, how upload code in ESP-01 using ESP-32 Dev 1?

  • @candrasniper3404
    @candrasniper34042 ай бұрын

    It can't be chained into more than 1 panel. Even in paralel, the second panel will show unexpected dot color lights up. How to fix that sir?

  • @ayanmondal4877
    @ayanmondal487718 күн бұрын

    I am also facing the same problem.

  • @ayanmondal4877
    @ayanmondal487718 күн бұрын

    Trying to solve the problem for a year. But still didn't able to solve it.

  • @techtalkies1
    @techtalkies118 күн бұрын

    I'm not sure if the Arduino can handle more than 1 panel. It might not be powerful enough. Also, are you specifying number 2 in the declaration for 2 panels?

  • @tronglehoanguc5443
    @tronglehoanguc54432 ай бұрын

    can i use it with ESP32 ?

  • @techtalkies1
    @techtalkies128 күн бұрын

    You need a board with a programmable USB chip, like the Arduino Leonardo. Only some of the ESP33 boards support this, like the S2 or S3.

  • @undercrackers56
    @undercrackers562 ай бұрын

    Please, please, PLEASE show us how to program the STM32 BluePill from STM32CubeIDE. I am beginning to believe that it is not possible.

  • @techtalkies1
    @techtalkies12 ай бұрын

    I will try to make a video on that. Subscribe to get notified!

  • @muhammadalfian2438
    @muhammadalfian24382 ай бұрын

    where did you get webserver librarry?

  • @techtalkies1
    @techtalkies12 ай бұрын

    If you install the ESP boards in the Arduino IDE, it should be available

  • @franciscoventuraperez2790
    @franciscoventuraperez27902 ай бұрын

    Nice, but is there a way to still have at least two available Arduino conectors for serial communication?

  • @user-je7ly4we4b
    @user-je7ly4we4b2 ай бұрын

    Пипец, рукожоп...все выпилил криво, даже ручку воткнул на энкодер криво!

  • @burakorhan2628
    @burakorhan26282 ай бұрын

    Thanks!

  • @ClericHeretic
    @ClericHeretic2 ай бұрын

    Good stuff!

  • @techtalkies1
    @techtalkies12 ай бұрын

    Thanks!

  • @LeQuocDat96
    @LeQuocDat962 ай бұрын

    Can I use esp32 or arduino instead?

  • @techtalkies1
    @techtalkies12 ай бұрын

    Yes, you can use any microcontroller but the program I have shared is for the Pico. For other boards, you will need different code.

  • @bipulbardhan629
    @bipulbardhan6292 ай бұрын

    how can i change another radio channel, this video only show 1 channel

  • @techtalkies1
    @techtalkies12 ай бұрын

    Use Google to search for radio streaming links. If you're not successful with that, try searching KZread for how to get streaming links online. It's a bit lengthy topic

  • @gamerbad5264
    @gamerbad52643 ай бұрын

    Where can I find the library esp_now.h

  • @Amit_0710
    @Amit_07103 ай бұрын

    Hi Thanks for Library and Video It really Helps❤❤ Btw how many panel i can channel togater if im using Mega? I want to make 32x 160 text display Im using 1/4scan P10 32x16 panels

  • @bipulbardhan629
    @bipulbardhan6293 ай бұрын

    can i use many link for more radio station??

  • @r4g3k1d
    @r4g3k1d2 ай бұрын

    You need more hardware like rotary encoder to change station radio and improve the code!

  • @robertheer4043
    @robertheer40433 ай бұрын

    im using windows 10 and no matter what i can't seem to install ssd1306. keeps saying ImportError: can't import name SSD1306_12c can you help

  • @techtalkies1
    @techtalkies13 ай бұрын

    Have you copied the library files to the Pico, like said in the video?

  • @dondichuidian7776
    @dondichuidian77763 ай бұрын

    oh and this - Unable to create venv in directory "C:\Users\Dondi\Desktop\TEMP\Softwares\Stable_Diffusion\stable-diffusion-webui-master\venv"

  • @dondichuidian7776
    @dondichuidian77763 ай бұрын

    cant get the webui.bat to work. keeps giving me an error "no module named venv"

  • @techtalkies1
    @techtalkies13 ай бұрын

    Then the installation did not complete correctly. Try deleting the folder and installing again

  • @dondichuidian7776
    @dondichuidian77763 ай бұрын

    @@techtalkies1 Thanks!

  • @dondichuidian7776
    @dondichuidian77763 ай бұрын

    @@techtalkies1 Still the same problem. it wont let me create venv. I uninstalled git but cant uninstall python cos I had python prior to this update since my comp software uses it. Will start from scratch

  • @techtalkies1
    @techtalkies13 ай бұрын

    Yes python installation probably is the problem. Go through the github page for automatic1111. They would have mentioned a specific version of python!

  • @dondichuidian7776
    @dondichuidian77763 ай бұрын

    @@techtalkies1 Ok will check thank you!

  • @GladiatorX-te6bx
    @GladiatorX-te6bx3 ай бұрын

    Will a 9V battery power both the arduino and the motor shield? While running 2 motors at a given time? (I'm planning to turn two off, and use the other two afterwards therefore total motor count 4)

  • @techtalkies1
    @techtalkies13 ай бұрын

    No. A 9v battery will drain really quickly in a circuit like that.

  • @user-zw9rt3hv3p
    @user-zw9rt3hv3p3 ай бұрын

    what aplication are you using

  • @techtalkies1
    @techtalkies13 ай бұрын

    Arduino IDE

  • @sannah9054
    @sannah90543 ай бұрын

    Hi There, Thanks a lot for the video. I want to use such a shield with a Arduino Mega. I want to connect 3 12V DC Motors. I want to controll the speed of every motor freely with a own potentiometer from stop to full speed, also I want to change the direction of each motor with a switch. Is that possible to realise? When I use the Mega, are the left I/O s free to use for something else or do I expect for example timing problems. Sorry, if my questions should be clear. I'm more or less new to this kind of arduino stuff. Best greetings.

  • @vtech8716
    @vtech87163 ай бұрын

    Thanks, but this library modification does not work for me, I use JC-4S-P10-3535 32x16 RGB panel

  • @techtalkies1
    @techtalkies13 ай бұрын

    Then your display might not be 1/4 scan. You will need a different library that suits your display.

  • @edwadals2027
    @edwadals20273 ай бұрын

    Did you get and exit status 1 error or the PWM error where it says that the scope is not defined. I'm new to this and I'm using the Arduino R4 WiFi with the L293D v1 motor shield like in the video. What can I do. I also read online that the v1 motor shield doesn't compile and only the v2 does. Is that true? Thank you!

  • @techtalkies1
    @techtalkies13 ай бұрын

    Are you using the v1 shield? It might need a different library import

  • @edwadals2027
    @edwadals20273 ай бұрын

    ​@@techtalkies1yes I'm using the v1 shield. Could you paste the link to the library import that you mentioned or how do I get to it ? Thank you

  • @techtalkies1
    @techtalkies13 ай бұрын

    Try this old library. github.com/adafruit/Adafruit-Motor-Shield-library Ideally, you should get the latest v3 shield of possible. It's a good upgrade.

  • @user-hk9lj5fl6k
    @user-hk9lj5fl6k3 ай бұрын

    whereee did you get the cables

  • @techtalkies1
    @techtalkies13 ай бұрын

    Which ones? The breadboard wires are just single core copper wires, I think 20 awg (not sure). They are easy to use with breadboard. The cable I used for the esp8266 is normal USB micro cables of different length!

  • @jan233jan
    @jan233jan3 ай бұрын

    Great project. It also works on ESP32 after modification.

  • @techtalkies1
    @techtalkies13 ай бұрын

    Thank you 😊

  • @Bocha69
    @Bocha694 ай бұрын

    Great video, keep up the amazing work. Can you please make a video on Wled

  • @AlexbuddyYT
    @AlexbuddyYT4 ай бұрын

    I’m broke

  • @helenlydia1313
    @helenlydia13134 ай бұрын

    👏

  • @thebloody_blue
    @thebloody_blue4 ай бұрын

    Can I steam url with.m3u8 extension or .m3u

  • @techtalkies1
    @techtalkies14 ай бұрын

    No. It has to be direct stream link. A good way to check a link is, paste it in browser, audio should directly start playing in the browser. Those links will work. You can use the inspect feature in chrome to find links on a webpage.

  • @thebloody_blue
    @thebloody_blue4 ай бұрын

    @@techtalkies1 I tried similar project with esp32 and failed. The audio output was not continuous, it will skip frequently and eventually it will stop. I think the bord itself is faulty. I will try this one next week, ordered my parts already. I will keep update what's happening around. These are fun thing for those who interested.

  • @techtalkies1
    @techtalkies14 ай бұрын

    I had problems like this too! Usually it's the link problem. Make sure the stream links are not high quality like 192 kbps. Very low data streams like 64kbps works great. Others skip a lot and also eventually stop.

  • @thebloody_blue
    @thebloody_blue4 ай бұрын

    @@techtalkies1can you share a link which you were successful, so that I can check. every url i tried have the issue. skipping all the time.

  • @techtalkies1
    @techtalkies14 ай бұрын

    Have you uploaded the same link in my example code? It works normally!

  • @uditfand817
    @uditfand8174 ай бұрын

    is there a method to program using stmcube ide and usb or serial converter

  • @techtalkies1
    @techtalkies14 ай бұрын

    Yes! But not directly though. Go to project properties: C/C++ Bulild->Settings->Tool Settings->MCU Post Build outputs Then tick create bin or hex file, whichever you want. And now, everytime you build, it will create a bin file. This bin file can be uploaded to the STM32 board using a serial adapter and the cube programmer as shown in the other methods of the video.

  • @uditfand817
    @uditfand8174 ай бұрын

    @@techtalkies1 thank you

  • @depthseekersoul
    @depthseekersoul4 ай бұрын

    Does it works on Mac?

  • @techtalkies1
    @techtalkies14 ай бұрын

    It should work. Instead of the bat file, use the webui.sh file. Also, you need Homebrew installed. They have a detailed guide on the repo here: github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon