TechWithRita
TechWithRita
  • 21
  • 140 258
Connecting OLED Displays with Seeed Studio XIAO ESP32 C3 - With Code
This video covers how to use OLED displays (both without and with an I2C multiplexer) with your XIAO ESP32C3 board and provides the code for each scenario.
The first part goes over how to connect your displays *without* an I2C multiplexer, provides the code, what to change, what to take note of, and how to customize font. I show you the right and wrong ways of connecting displays, and the result of each case. I make the mistakes so you don't have to!
The second part goes over how to connect your displays to an I2C Multiplexer, and then to your XIAO ESP32C3 board. This video should give you everything you need to get started with your board and OLED displays!
At the very end is a quick clip of my soldering of the resistor / jumper for the address change of the OLED *which is optional*.
The link to download / copy the code for each use-case is featured on my Github repository here:
github.com/rhitalin/MultOLEDDisplaysArduino
Download the ".ino" files (these are the Arduino code files/scripts needed to upload to your XIAO ESP32C3 board).
For connection without a multiplexer: github.com/rhitalin/MultOLEDDisplaysArduino/blob/main/TwoOLEDsESP32C3.ino
For connection WITH a multiplexer: github.com/rhitalin/MultOLEDDisplaysArduino/blob/main/MultiplexerOLEDdisplays.ino
มุมมอง: 2 420

วีดีโอ

Getting Started With The XIAO ESP32-C3 Simple Blink Program
มุมมอง 2.8K5 หลายเดือนก่อน
In this video I go over all the things needed to run & upload the simple blink program to test your device and make sure everything works as it should with the Seeed Studio XIAO ESP32-C3 board: -all the basic hardware -the code / programming -installing board managers -troubleshooting possible issues github.com/rhitalin
How I Created a Solar Panel RC Tesla Cybertruck That Charges With Solar Energy
มุมมอง 1K6 หลายเดือนก่อน
In this video, I show how I took a typical remote controlled cybertruck and converted it to become solar panel charging capable! Disclaimer: This video is not to be used as a tutorial, lithium-ion batteries are dangerous to work with, and this video is 'primarily' for entertainment purposes. I used a TP4056 module, along with a 6V solar panel, a diode, and a switch to activate the solar chargin...
Easily Explained: Mini DC Gear Motor
มุมมอง 1.2K9 หลายเดือนก่อน
This video quickly and simply describes what the DC mini gear motor is, why it's used, how it works, and how it can be connected to and controlled by microcontrollers / computers. I hope you find this video helpful in your electronics ventures! This video is part of my Tech-In-A-Byte playlist. Watch the playlist to learn more! (*more content coming soon!*)
Easily Explained: Tracking Sensor Module KY-033
มุมมอง 2K9 หลายเดือนก่อน
This video quickly and simply describes what the KY-033 Tracking Sensor Module is, why it's used, how it works, and how it sends data to it's connected devices. I hope you find this video helpful in your electronics ventures! This video is part of my Tech-In-A-Byte playlist. Watch the playlist to learn more! (*more content coming soon!*)
Connecting Arduino Nano with RFID and OLED (code included)
มุมมอง 1K10 หลายเดือนก่อน
In this video I explain: 1. components needed / used 2. the wiring / pinouts / connections made 3. helpful security tips 4. a brief explanation of the functionality and code 5. how to obtain your UID 6. additional technologies to consider / use 7. troubleshooting pointers The script or code for the Arduino Nano (or any other device, just change minor necessary info) that connects an RFID (MFRC5...
Electronics Troubleshooting: Repairing an Electric Pencil Sharpener DIY
มุมมอง 1.1Kปีที่แล้ว
Do you ever wonder if & how you could repair your electronics to avoid replacing it? Wouldn't it be useful to at least know some basic tips for repair?! Watch this video to get a well rounded summary of how to troubleshoot your device using a cheap multimeter and soldering iron. If you would like to support me, you can do so on my PayPal: PayPal: www.paypal.me/rhitalin
How To Turn A Stuffed Animal Into A Motorized Cat Toy - Using Household Electronics
มุมมอง 986ปีที่แล้ว
We all have those items in our house that aren't getting used. For me, it's a facial massager from Five Below that I turned into a motorized duck for my cat to enjoy. I had to use a different motor for it. If you want to learn how I designed this and perhaps make one of your own, watch on! My goal is to inspire more people to create things with technology so that we can better understand and en...
How To Use ESP32 Wifi Camera Module / Development Board
มุมมอง 10Kปีที่แล้ว
How To Use ESP32 Wifi Camera Module / Development Board
How To Update 3D Printer To Marlin 2.1 Firmware (for Ender 3 and more)
มุมมอง 72Kปีที่แล้ว
How To Update 3D Printer To Marlin 2.1 Firmware (for Ender 3 and more)
Connect Multiple OLED Displays With Arduino Nano (or any other board)
มุมมอง 10Kปีที่แล้ว
Connect Multiple OLED Displays With Arduino Nano (or any other board)
Local & Public IP Addresses Explained
มุมมอง 450ปีที่แล้ว
Local & Public IP Addresses Explained
Arduino Nano With OLED Display
มุมมอง 3.1K2 ปีที่แล้ว
Arduino Nano With OLED Display

ความคิดเห็น

  • @davidflanders8516
    @davidflanders8516 17 ชั่วโมงที่ผ่านมา

    No offence but you seem pretty hopeless at explaining tech stuff, but you look fantastic on camera. Do you have an onlyfans? If you do please send me a link, if you don't could you change that and again, send me the link. Ok coolies love you byeeeeee

  • @faicelaridhi9327
    @faicelaridhi9327 5 วันที่ผ่านมา

    I want it CCTV camera

  • @jamesmoon5632
    @jamesmoon5632 9 วันที่ผ่านมา

    Oh my god wanna hear you talk but the music is irritating.

  • @DavidMiOo
    @DavidMiOo 22 วันที่ผ่านมา

    C has to be interpreted as well. Python is just a higher-level language compared to C. Much like a scripting language. That is why it takes up more space, runs slower and has more to interpret before getting to machine language (which technically is binary) but there is a language that is used before that, which is Assembly. Thats what compiling does, it gets the "more-human-friendly" language, down to something the hardware can use, along with all the fun hardware specific stuff. Also, the resistor isn't always just to protect the LED, which in most cases you won't need one if you are just running the board off a USB port and a single LED on an output pin. The second use for the resistor is as a Pull-Up or Pull-Down resistor and you should ALWAYS be in the habit of using these. Otherwise, you can leave your output floating. It's very easy to use one, just connect a 10k resistor from the output (The output pin you set in Arduino) to a ground, and this will tie the line LOW when not in use. This will stop it from floating and its good practice because not all hardware has internal Pull-Up or Pull-Down resistors. PS. your video wasn't horrible, most of the female tech videos are, facts....

  • @user-hc6uo5fp8n
    @user-hc6uo5fp8n 23 วันที่ผ่านมา

    Thank for this been tearing my hair out over this programmed it once then could not reprogram it now I can thank you again.

  • @easy_3d
    @easy_3d 24 วันที่ผ่านมา

    You are so beautiful Rita

  • @ivars12
    @ivars12 หลายเดือนก่อน

    Is it working for EZT3D T1 printer? I am looking firmware for it. Windows 10 64-bit.

  • @AlyaAmarsy
    @AlyaAmarsy หลายเดือนก่อน

    Just found your channel and I love your content, the videos are concise yet exhaustive enough for beginners to get started !

  • @vicentquerol6995
    @vicentquerol6995 หลายเดือนก่อน

    Hi Rita! I have a question. If I connect a single SSD1306 display, it shows clear and continuous text. But when I tested your program with two screens, the text is displayed as pixelated, as if the vertical lines on the screen were separated. Some ideas? Thanks in advance

    • @techwithrita
      @techwithrita หลายเดือนก่อน

      Hi! Are both your screens 0.96” OLED I2C ssd1306 displays?

    • @MrSchluffi
      @MrSchluffi หลายเดือนก่อน

      same problem here. using two 0.96" ssd1306 displays.

  • @vicentquerol6995
    @vicentquerol6995 หลายเดือนก่อน

    Thanks Rita! With you, the technology is more nice🤗

  • @cameronbasford8991
    @cameronbasford8991 หลายเดือนก่อน

    I tied this and when I got to the build part it kept failing.

  • @tagalogelectronics6615
    @tagalogelectronics6615 2 หลายเดือนก่อน

    🤠🤠🤠

  • @Steve-xb7dn
    @Steve-xb7dn 2 หลายเดือนก่อน

    Thanks for the knowledge

  • @robrietveld4099
    @robrietveld4099 2 หลายเดือนก่อน

    Very well explained, as an old computer engineer I love to see new a new generation pick up the baton. One small gripe, the deliberate video hiccups give me a headache but I guess that’s me being an old fogey. Anyway, well done!

  • @hexophia
    @hexophia 2 หลายเดือนก่อน

    Thank you!!! This is one of the most direct and reliable vids in updating Marlin!

  • @new_comment
    @new_comment 2 หลายเดือนก่อน

    That is so cool. Have you ever did any projects with infrared circuits? By the way, hope you do more vids. Your voice is SO SOOTHING and your explanations are really straight forward and ez to follow along with. God bless

  • @TanM
    @TanM 2 หลายเดือนก่อน

    professional perhaps

  • @kodularlatinoamerica
    @kodularlatinoamerica 2 หลายเดือนก่อน

    It's impossible to concentrate, either I see the project or I see her

  • @MidnightVisions
    @MidnightVisions 3 หลายเดือนก่อน

    Shorts are good for 30 second updates of larger projects, but full vids should be priority

  • @fortheregm1249
    @fortheregm1249 3 หลายเดือนก่อน

    was looking for the battery charge/control functions but good vid

  • @bcboncs
    @bcboncs 3 หลายเดือนก่อน

    11:59 she farted kekw jk but this was helpful, the firmware autobuild, clicking of that file, downloading, wiping all SDcard contents, and placing the sole .bin file on there was very helpful... can't tell you how many videos I tried to come across for this information

  • @techwithrita
    @techwithrita 3 หลายเดือนก่อน

    ATTENTION: The "cool down" feature DOES exist, I didn't see it at the bottom of the menu at the time (sorry!), and didn't think to scroll down. My apologies! Just know that it only pops up / reveals when the printer is in a "preheating" state. The "Cool Down" menu option will be in the same location as "Preheat PLA / Preheat ABS" but it won't show until after the printer is heating, and it will be at the very bottom of the menu.

  • @johnfitzgerald6661
    @johnfitzgerald6661 3 หลายเดือนก่อน

    What if my chips say 32f303 and not 103

  • @xinyuguo6582
    @xinyuguo6582 3 หลายเดือนก่อน

    Thank you so much! As a complete beginner with firmware, your simple but straightforward video was perfect and literally saved my mental sanity!!!

  • @apex0780
    @apex0780 3 หลายเดือนก่อน

    ur face is annoying please show the thing u work on no one wants to see ur face

    • @victimGamerz
      @victimGamerz 3 หลายเดือนก่อน

      😶‍🌫️💀

  • @thewrightstuff6174
    @thewrightstuff6174 3 หลายเดือนก่อน

    Ok. You are very cute, but if the end result is a thermal runaway you shouldn’t be teaching how to update firmware, 200 C on the bed and nozzle can burn your house down.

    • @techwithrita
      @techwithrita 3 หลายเดือนก่อน

      Hi! There is actually a "cool down" setting that pops up at the very bottom of the menu under temperature, it reveals only when the printer is preheating, in the same location as "Preheat PLA", there's "Cool Down" but it's hidden at the very end of the menu. I feel so embarrassed that I realized this just after I posted the video, hah. I mentioned this in somewhere else too but I will post this in the description for others to know. Thank you for your comment!

    • @thewrightstuff6174
      @thewrightstuff6174 3 หลายเดือนก่อน

      @@techwithrita I dont think the bed should EVER reach 200C regardless of a "cool down" option..you feeling embarrassed isn't going to rebuild someones house after it burns down because they followed your video.

  • @ItstheHOFF1984
    @ItstheHOFF1984 3 หลายเดือนก่อน

    Like a Hannah Barron but for tech instead of giant catfish

  • @user-to7eo5li4o
    @user-to7eo5li4o 3 หลายเดือนก่อน

    I’m so frustrated, I get all the way through this and it says “mega2560 failed”. I literally just want to throw out this printer.

  • @puertodorian08
    @puertodorian08 3 หลายเดือนก่อน

    I followed all your step but it look like Visual Studio Code and the Marlin ext changed because ABM is not there anymore, any advice?

    • @williamstafford7803
      @williamstafford7803 3 หลายเดือนก่อน

      You have to add the Auto Build Marlin extension. On the left hand side of VS use the extensions button and search for it. You will see it pop up. Once its installed you have to make sure you have Marlin loaded in the workspace for it to show.

  • @ItstheHOFF1984
    @ItstheHOFF1984 3 หลายเดือนก่อน

    What caught me was the silliness. Keep that up

  • @planker
    @planker 3 หลายเดือนก่อน

    between trying to code, smoking pot and watching an intermittent spotty video (Max headroom style), I found myself walking funny before I did a reset.

  • @EsotericArctos
    @EsotericArctos 3 หลายเดือนก่อน

    Thanks for the video. Honestly, I have not had the issue of not responding to temperature changes during printing or after preheating, and I can send the M104 to set the hot end and M140 for bed. Not sure why yours was giving issues. Hopefully you've solved it by now, being a year or so later.

  • @user-wo6tw2gf3y
    @user-wo6tw2gf3y 4 หลายเดือนก่อน

    Your explanation is very simple yet elegant that anyone can understand easily. Amazing Rita 😊

  • @thomasalbert5691
    @thomasalbert5691 4 หลายเดือนก่อน

    Do you know about image detection?

  • @Daniel.W.R.Rehman
    @Daniel.W.R.Rehman 4 หลายเดือนก่อน

    I personally always like long-form tech content over short-form, and prefer personal over professional (except in the cases where its about something safety-related of course). Seeing how other people in tech think/feel about their projects is pretty cool to me personally, and seeing the struggles they encounter along the way is quite informative as well.

  • @paullawrence4833
    @paullawrence4833 4 หลายเดือนก่อน

    As already stated the code on the sd card slot denotes stepper driver being used. C E and A have already been mentioned. B = TMC2209, H = TMC2225.

  • @19MAD95
    @19MAD95 4 หลายเดือนก่อน

    Use graphics if you can. Like time labeling for topics.

  • @kaikretschmer1821
    @kaikretschmer1821 4 หลายเดือนก่อน

    consistency is key

  • @zeke7515
    @zeke7515 4 หลายเดือนก่อน

    Shorts derived from full videos is always a good medium I think. I've heard much larger creator say (Basically Homeless) the shorts content has ruined their algorithm. I'll watch either... I think it would be neat to do longer videos as normal but use the shorts to provide progress updates and unrelated content. Thanks Rita.

    • @techwithrita
      @techwithrita 4 หลายเดือนก่อน

      Awesome, thanks for your feedback!

    • @19MAD95
      @19MAD95 4 หลายเดือนก่อน

      This

    • @kikopauck8632
      @kikopauck8632 4 หลายเดือนก่อน

      Took the words out of my mouth. Your production quality is already high and the way you present your content is amazing. Keep doing what you're doing. I work at an electronics repair shop (mainly cell phones) and I want to get into making my own small electronics, but have no idea where to start. I've got a pretty good feeling you're gonna be the channel that helps jumpstart my motivation lol. Keep it up plzzzzz🫡🫡.

  • @mariusms8494
    @mariusms8494 4 หลายเดือนก่อน

    😮

  • @djgraffiti5627
    @djgraffiti5627 4 หลายเดือนก่อน

  • @demonmandanielfallows1906
    @demonmandanielfallows1906 4 หลายเดือนก่อน

    Is it possible to make one out of a 3d printed material?

  • @demonmandanielfallows1906
    @demonmandanielfallows1906 4 หลายเดือนก่อน

    Pog

  • @seb.sch.8905
    @seb.sch.8905 4 หลายเดือนก่อน

    Is it somehow possible to mary you? Im from Germany 28yo well looking 😂❤

  • @Karl_Papu
    @Karl_Papu 4 หลายเดือนก่อน

    Nice video about Seeed XIAO ESP32 C3 👍. The possibilities are immense with these little boards... I just bought one of these boards thinking about developing a simple version of the flipper zero, but with the ESP32 S3, the size is excellent and as a prize it even includes a chip for battery management, this will be very fun 🤭

  • @littleredcrook
    @littleredcrook 4 หลายเดือนก่อน

    What is the model of the CNC behind you?

    • @techwithrita
      @techwithrita 4 หลายเดือนก่อน

      It’s just a generic 1610 with Uno ATmega328P

  • @user-rm6rc6lw9q
    @user-rm6rc6lw9q 4 หลายเดือนก่อน

    I did everything you did in the video but when building I get an error : missing binary operator before token "(". I have an Ender 3 Max Neo. Any suggestion?

  • @L5biszz
    @L5biszz 4 หลายเดือนก่อน

    You are so cute

  • @XRP-wr3tt
    @XRP-wr3tt 4 หลายเดือนก่อน

    i cant find Crazy3DPrint is not in the examples file? so am guessing i cant update my marlin

  • @XRP-wr3tt
    @XRP-wr3tt 4 หลายเดือนก่อน

    i need help downloading this to my CZ-300 do you have any tips