rdagger68
rdagger68
  • Видео 49
  • Просмотров 2 778 475
Toddler's Interactive Adventure Pod
A custom built play area controlled by a Raspberry Pi Pico, programmed in MicroPython, which orchestrates a delightful array of interactions from driving controls salvaged from an old arcade machine to an array of pushbuttons, switches, and LEDs that light up and produce sound effects.
All schematics, CAD files and code are available on my website: www.rototron.info/projects/adventure-pod/
Просмотров: 339

Видео

SMS Controlled OLED Display
Просмотров 1,6 тыс.Год назад
A large OLED display that can be remotely controlled by a mobile phone using SMS text messaging to display Wi-Fi passwords, QR Codes and custom messages. My full write-up for this project: www.rototron.info/projects/sms-display/ 0:00 Intro 1:13 Adafruit IO Setup 2:02 Twilio Setup 7:11 MQTT Manager 11:42 OLED Wiring 12:41 Disconnection Layer 13:48 Clock Layer 19:32 I2S Amp Wiring 20:20 Message L...
WattBox Repair Tutorial
Просмотров 4,1 тыс.Год назад
In this tutorial I’ll attempt to repair a network controllable rack mount power conditioner. The WattBox provides clean power, and each outlet is controllable via a web interface and by monitoring the network status of connected devices. A full write-up of this video including images, schematics, code and updates is available on my website: www.rototron.info/wattbox-power-conditioner-repair-tut...
MicroPython Vegetable Garden Automation Tutorial
Просмотров 8 тыс.2 года назад
This MicroPython project adds solar powered sensors and home automation to my vegetable garden and transmits the data using MQTT for review and control on a mobile app. My full write-up for this project: www.rototron.info/projects/micropython-vegetable-garden-automation-tutorial/ Previous Raspberry Pi Solar Serial REST API Tutorial: ruclips.net/video/1VxP38XlVEQ/видео.html Previous ESP32 MicroP...
LG Laptop LCD Screen Repair Tutorial
Просмотров 4,5 тыс.3 года назад
This tutorial demonstrates how to replace a broken LCD screen on an LG Gram laptop. Here is an Amazon link for the replacement screen used in the video: amzn.to/3pZ4vhk
MicroPython Wi-Fi Telephone Caller ID & Blocking
Просмотров 4,5 тыс.3 года назад
This project builds a custom MicroPython Wi-Fi caller ID OLED display that sniffs network broadcast packets from a hardware call monitoring and blocking device. My full write-up for this project: www.rototron.info/projects/wi-fi-caller-id-blocking My GitHub Repo for the SSD1309 OLED display: github.com/rdagger/micropython-ssd1309 Playlist for my prior MicroPython ESP32 tutorials: ruclips.net/p/...
BLE Restroom Key Tracker
Просмотров 3,6 тыс.3 года назад
A system to wirelessly track and prevent the theft of restroom keys using CircuitPython, nRF52840 Feathers and Bluetooth BLE beacons. My full write-up for this project: www.rototron.info/projects/ble-restroom-key-tracker/
MicroPython ESP32 Pwned Password Checker
Просмотров 8 тыс.4 года назад
I construct an inexpensive wireless device with an ILI9341 color touch screen to test passwords against the haveibeenpwned.com REST API using MicroPython and an ESP32. My full write-up for this project: www.rototron.info/projects/esp32-pwned-password-checker/ My GitHub Repo for this project: github.com/rdagger/micropython-ili9341.git Playlist for my prior MicroPython ESP32 tutorials: ruclips.ne...
LiPo Charge Controller Repair Tutorial
Просмотров 3,5 тыс.4 года назад
This tutorial demonstrates the repair of an Adafruit nRF52840 Feather Express board with a defective LiPo charge controller. A full write-up of this video including images, schematics, code and updates is available on my website: www.rototron.info/lipo-charge-controller-repair-tutorial/ A have another tutorial detailing how to use LCD displays with CircuitPython: www.rototron.info/circuitpython...
CircuitPython nRF52840 BLE Client / Server Remote Control Tutorial
Просмотров 7 тыс.4 года назад
This CircuitPython tutorial demonstrates how to build a battery powered Bluetooth BLE client remote control to operate a BLE server peripheral hosting a solenoid and a spectrally selective light detector. All the code, schematics, notes and updates are available on my website: www.rototron.info/circuitpython-ble-client-server-tutorial/ This is the 5th video in my CircuitPython tutorial. Here's ...
UEFI BIOS Repair Tutorial
Просмотров 117 тыс.4 года назад
This tutorial demonstrates the repair of a PC with a damaged UEFI BIOS. A full write-up is available on my website: www.rototron.info/uefi-bios-repair-tutorial/ This video builds on my previous BIOS repair video that uses a Raspberry Pi with an open-source utility called FlashRom to reprogram a legacy BIOS: ruclips.net/video/KNy-_ZzMnG0/видео.html For BIOS related questions, I recommend you che...
Insteon PLM Tear Down & Repair
Просмотров 6 тыс.5 лет назад
In this quick tutorial I’ll repair an Insteon PowerLinc modem. The PLM is a USB home automation interface that connects to a computer such as a Raspberry Pi and can be used to operate lights, electrical devices, thermostats, monitor sensors and more. A full write up with photos and code is available on my website: www.rototron.info/insteon-plm-repair-tutorial/
CircuitPython nRF52840 ESP32 WiFi Tutorial
Просмотров 7 тыс.5 лет назад
This tutorial demonstrates how to add Internet access to an nRF52840 board running CircuitPython by using an ESP32 as a WiFi coprocessor. All the code, schematics, notes and updates are available on my website: www.rototron.info/circuitpython-nrf52840-esp32-wifi-tutorial/ This is the 4th video in my CircuitPython tutorial. Here's a link to the full playlist: ruclips.net/p/PLKGiH5V9SS1g90s9mHTMP...
CircuitPython nRF52840 LCD Displays Tutorial
Просмотров 7 тыс.5 лет назад
This tutorial demonstrates how to use character LCD and color TFT displays on the nRF52840 with CircuitPython. It explores the DisplayIO library and using Bluetooth low energy to interact with LCD displays from a mobile phone. All the code, schematics, notes and updates are available on my website: www.rototron.info/circuitpython-nrf52840-lcd-displays-tutorial/ This is the 3rd video in my Circu...
CircuitPython nRF52840-dongle OpenOCD Pi Tutorial
Просмотров 18 тыс.5 лет назад
This tutorial demonstrates how to flash CircuitPython onto an inexpensive nRF52840 dongle using OpenOCD and a Raspberry Pi. The Bluefruit LE Connect app will also be used to control the dongle from a mobile phone using BLE. All the code, schematics, notes and updates are available on my website: www.rototron.info/circuitpython-nrf52840-dongle-openocd-pi-tutorial/ This is the 2nd video in my Cir...
CircuitPython nRF52840 & Raspberry Pi Tutorial
Просмотров 15 тыс.5 лет назад
CircuitPython nRF52840 & Raspberry Pi Tutorial
Retro EPROM Programming Tutorial
Просмотров 22 тыс.5 лет назад
Retro EPROM Programming Tutorial
Repair ESP32 boards and serial testing with Raspberry Pi
Просмотров 10 тыс.5 лет назад
Repair ESP32 boards and serial testing with Raspberry Pi
Recover Bricked BIOS using FlashRom on a Raspberry Pi
Просмотров 62 тыс.5 лет назад
Recover Bricked BIOS using FlashRom on a Raspberry Pi
ESP32 LoBo MicroPython WebSocket Server with ReactJS & MST
Просмотров 22 тыс.6 лет назад
ESP32 LoBo MicroPython WebSocket Server with ReactJS & MST
ESP32 MicroPython Capacitive Touch & Sound Tutorial
Просмотров 14 тыс.6 лет назад
ESP32 MicroPython Capacitive Touch & Sound Tutorial
ESP32 MicroPython OLED Tutorial with ADC & FTP
Просмотров 26 тыс.6 лет назад
ESP32 MicroPython OLED Tutorial with ADC & FTP
ESP32 MicroPython Web Server
Просмотров 73 тыс.6 лет назад
ESP32 MicroPython Web Server
ESP32 MicroPython MQTT Tutorial with Raspberry Pi, DHT-22 & OLED
Просмотров 117 тыс.6 лет назад
ESP32 MicroPython MQTT Tutorial with Raspberry Pi, DHT-22 & OLED
ESP32 MicroPython Tutorial with Raspberry Pi
Просмотров 211 тыс.6 лет назад
ESP32 MicroPython Tutorial with Raspberry Pi
Raspberry Pi Stepper Motor Tutorial
Просмотров 485 тыс.7 лет назад
Raspberry Pi Stepper Motor Tutorial
Raspberry Pi Solar Serial REST API Tutorial
Просмотров 89 тыс.7 лет назад
Raspberry Pi Solar Serial REST API Tutorial
Raspberry Pi INA219 Power Measurement Tutorial
Просмотров 88 тыс.7 лет назад
Raspberry Pi INA219 Power Measurement Tutorial
Raspberry Pi Motor Control & RPM Measurement Tutorial
Просмотров 95 тыс.7 лет назад
Raspberry Pi Motor Control & RPM Measurement Tutorial
Raspberry Pi Analog Water Sensors ADC Tutorial
Просмотров 107 тыс.7 лет назад
Raspberry Pi Analog Water Sensors ADC Tutorial

Комментарии

  • @philoffhistree6700
    @philoffhistree6700 13 дней назад

    youtube has removed my post, i was just asking how to use you img2rgb656 program i have installed pip and pillow ect but have no idea how to call your program from cmd and then tell it to convert my image

    • @rdagger
      @rdagger 13 дней назад

      python img2rgb565.py <your_image> <your_image> is the full path to the image file you want to convert

    • @philoffhistree6700
      @philoffhistree6700 13 дней назад

      i just keep getting this error C:\Windows\System32>python img2rgb565.py <C:\Users\ppap\AppData\Local\Programs\P ython\Python38\Scripts\honda_colour.jpg> The syntax of the command is incorrect. C:\Windows\System32>

    • @rdagger
      @rdagger День назад

      @@philoffhistree6700 Angle brackets < > are commonly used to indicate a placeholder, which means that you need to replace the text inside the brackets with the actual value, without including the brackets themselves: python img2rgb565.py C:\Users\ppap\AppData\Local\Programs\P ython\Python38\Scripts\honda_colour.jpg Also, when you post to RUclips, don't ever include country code top-level domains (ccTLDs) such as .cn, .ru, .kp or .py in your comment because RUclips will automatically place a hold on it.

  • @stonkyboy7606
    @stonkyboy7606 13 дней назад

    i2c isnt being detected! I wired everything like you did but I doesn't work! Do you have any idea why? I checked some forums but nothing works

    • @stonkyboy7606
      @stonkyboy7606 13 дней назад

      I installed all the libraries but nothing is showing

    • @rdagger
      @rdagger 13 дней назад

      Did you enable I2C using raspi-config? Did you verify the address using i2cdetect?

    • @stonkyboy7606
      @stonkyboy7606 13 дней назад

      @@rdagger Thanks for the quick response time! I enabled I2C via the Raspberry Pi Configuration menu and i wouldn't get any detection using i2cdetect. I made sure i connect the pins to the proper gpio pins and everything.

    • @stonkyboy7606
      @stonkyboy7606 13 дней назад

      @@rdagger Could there be an issue if the wirelength of the wires I used to connect the pins is a bit long? The wires about a foot long.

    • @rdagger
      @rdagger 13 дней назад

      @@stonkyboy7606 1 foot is within spec but I would test the wires with a meter and try swapping them out. What Pi are you using? You could have a bad INA219.

  • @syedahasnainnaqvi1572
    @syedahasnainnaqvi1572 16 дней назад

    How can I do this without the LCD? Jusr a resistor?

    • @rdagger
      @rdagger 16 дней назад

      Don’t connect an LCD. Omit the LCD code. Replace all calls to lcd.message() with print(). A resistor is not necessary.

  • @rdagger
    @rdagger 26 дней назад

    There have been breaking software changes since this video was released in 2016. Updated instructions and code are available on my website: www.rototron.info/raspberry-pi-spectrum-analyzer/#CP

  • @paulandrusyszyn9177
    @paulandrusyszyn9177 27 дней назад

    Any chance you have some updated instructions? I'm having trouble with installing Python Imaging, Python SMBUS and Python ALSA Audiolib. I think this is really cool and would like to see if I can get it to pick out individual notes and light up the corresponding LED.

    • @rdagger
      @rdagger 26 дней назад

      I added updated instructions to my website: www.rototron.info/raspberry-pi-spectrum-analyzer/#CP

    • @paulandrusyszyn9177
      @paulandrusyszyn9177 26 дней назад

      @@rdagger Wow, that's amazing. I was just thinking I bit off more than I can chew on this project. I had the LED Controller working with 4 test LEDs but I was never going to figure out the virtual environment. Wonder if I'll be able to handle turning turning this into a note detector.

    • @paulandrusyszyn9177
      @paulandrusyszyn9177 26 дней назад

      @@rdagger Should the microphone section of the code be working as you originally described it or did I do something wrong trying to switch from the wav file to microphone?

    • @rdagger
      @rdagger 25 дней назад

      @@paulandrusyszyn9177 I uploaded updated microphone code to my website.

  • @curtlundgren6867
    @curtlundgren6867 Месяц назад

    Thanks once again for a great video, and for squeezing the most out of the Pico.

  •  Месяц назад

    I love your projects and the way you explain in detail how to make each step. I have a grandson as old as Bradley and he was in hospital recently. I'd like to make one of these for my grandson Gabriel too. Thanks,

  • @witzed1
    @witzed1 Месяц назад

    I just moved into a new house with wattbox. It does not respond to an IP ping. I have the cdrom that came with the device but it appear that I need to have a password or something else to make it respond. Some of the outlets have illuminated LEDs and they supply power others are off. Do you know if the company still exists or can you provide access information. thanks.

    • @rdagger
      @rdagger Месяц назад

      Depending on which model you have, you should be able to login to it using a web browser and the IP address of the unit. The default credentials should be admin, 1234 or admin wattbox. You should be able to reset the unit to factory default by pressing the reset button on the back with a paper clip. You may have to hold it for several seconds. You should be able to download the manual for model from the vendor: www.snapav.com

    • @witzed1
      @witzed1 Месяц назад

      @@rdagger Thanks for the information. I have a model WB-600-FP which, I believe, is the same one that you repaired in your video. The stated IP in inaccessible using either a ping or in a browser. Several of the outputs are active and I'm reluctant to reset it and maybe lose those outputs. I have the original CD rom disk which loads but does not allow the firmware upgrade. I suspect that since the IP is not viable this path won't work. I suspect it's been in this state for years so maybe a reset will make it responsive. What do you think.

    • @rdagger
      @rdagger Месяц назад

      @@witzed1WB-600FP is the optional face plate display module. My wattbox is a model WB-700-IPV-12. Wattboxes are typically only installed by authorized integrators and if they are competent then they would have assigned it a static IP address and changed the default credentials. Is the wattbox plugged into a network? If so, did you set up the network or is it the existing router that came with the wattbox? The MAC address of the wattbox should be on a sticker on the bottom of the unit. You could check the DHCP table of your router to see if it assigned an IP to your wattbox. Since, the wattbox may have a static IP, you can use the command arp -a to scan your network for the mac address assuming the wattbox is on the same subnet. There are also free IP scanning utilities you can download to scan your network (Angry IP Scanner, Advanced IP Scanner, Nmap, Fing, Belarc Advisor). If you can't determine the IP address, then you could try a tool like WireShark to capture network traffic and look for unknown IP addresses. You can always try to contact the previous homeowner and ask them for the IP address and credentials.

  • @TheHoss4145
    @TheHoss4145 Месяц назад

    It has nothing to do with people building retro machines prices being so high for old equipment with ISA slot. Those machines are still needed for industrial purposes, where facilities run very specific applications, that work only with those old, obsolete computers.

    • @rdagger
      @rdagger Месяц назад

      You bring up a great point about legacy industrial demand, but I wouldn't attribute the high market prices of vintage ISA motherboards solely to niche business applications. There's a large collectors market in which I participate, and back in the day, people and businesses threw out obsolete equipment, so much of it has ended up in landfills. Also, there are vendors selling brand new legacy-compatible motherboards with ISA slots that support EOL operating systems. Still, I think you might be right that the dominant factor is operational demand.

  • @ronpearson1912
    @ronpearson1912 Месяц назад

    I wonder if its possible to integrate PID control in this as well

  • @StephenMorgan-xd4zi
    @StephenMorgan-xd4zi Месяц назад

    Thanks!

  • @StephenMorgan-xd4zi
    @StephenMorgan-xd4zi Месяц назад

    Great Content!!! Thanks for Posting this, I have now Fixed 5 Wattboxs using your tutorial and parts list. All five had bad High Voltage CAPS, one had a fuse popped, and all 5 (10) power modules had to have the LNK chip replaced. Clearly there is a MAJOR issue with quality of CAPS used on these products. Very Sad as how expensive they are and their intended usage. I'll be interested how long they last with new better quality caps!! I am completely confused why the design has 4 different power supplies, it would have been cheaper to build one quality power supply.

  • @SohanChhangani
    @SohanChhangani Месяц назад

    Can we use the same for any different processors with Android os in it ?

    • @rdagger
      @rdagger Месяц назад

      Any board that supports I2C should be compatible assuming you can get a driver for it.

    • @SohanChhangani
      @SohanChhangani Месяц назад

      @@rdagger ya so I got the driver as well as my pcb supports ina219 but the thing is I am not able get the data from it. Would be great if you could guide me 🙏🏻

    • @rdagger
      @rdagger Месяц назад

      @@SohanChhangani What board are you using? What driver are you using? What error message are you getting?

    • @SohanChhangani
      @SohanChhangani Месяц назад

      @@rdagger custom pcb with cm3566 som

    • @rdagger
      @rdagger Месяц назад

      @@SohanChhangani Sorry I don’t have any experience with the CM3566. Generally speaking, I would do the following: 1. Verify your wiring is correct and try to keep the lengths as short as possible. 2. Check with the manufacturer and see if external pull-up resistors are required. 3. Find an Android I2C test utility and see if the address of the INA219 shows up. 4. Find a forum that specializes in Embedded Android Development or Android IOT Development.

  • @timerskine249
    @timerskine249 Месяц назад

    I hate to keep asking newbie questions, but any tricks to getting the VNC viewer up and running on your system? I have the wifi dongle up and running but can't get into the pi desktop from my mac nor my pc.

    • @rdagger
      @rdagger Месяц назад

      Make sure you enable VNC on the Pi using raspi-config. Make sure the Pi has obtained a valid IP address and can ping your router. There isn't really anything else you need to do. I use the free version of RealVNC.

    • @timerskine249
      @timerskine249 Месяц назад

      @@rdagger Managed to get the VNC server running, loaded an older version of Pi os. Thanks again for your videos.

    • @timerskine249
      @timerskine249 Месяц назад

      I've got the pi up and running but do not have a solar controller hooked up yet. I get an error message when I try and use the curl command. Would the lack of data cause an error you think?

    • @rdagger
      @rdagger Месяц назад

      @@timerskine249 what is the error message?

    • @timerskine249
      @timerskine249 Месяц назад

      @@rdagger I actually had to go in and correct a few commands in the tracer __init__.py file as some of the print commands were not recognized and a few tabs were not recognized either. Now when I run the curl function after I getting the "Running on 127.0.0.2:5000/ message, I get an error from the __init__.py file as the solar_test file calls it. The error is: File "/home/pi/tracer/python/tracer/__init__.py", line 131, in receive_result if not b >= 0: TypeError: '>=' not supported between instances of 'bytearray' and 'int'. When I did a print(b) just before the comparison it comes back as " bytearray(b ' ')" Appreciate you dragging this newbie along. I sure have learned a lot trying out this project.

  • @ImenGhrairi
    @ImenGhrairi 2 месяца назад

    What about 16*4 it's the same ??? Plz i need inswer .and give me the bibliothèque that you use it plz plz

    • @rdagger
      @rdagger 2 месяца назад

      There have been a lot of changes since this video was released in 2014. I have updated code on my website. Please see example: www.rototron.info/lcd-display-tutorial-for-raspberry-pi#cp In the example you would just change lcd_rows = 2 to lcd_rows = 4

    • @ImenGhrairi
      @ImenGhrairi 2 месяца назад

      Thanks alot.the lcd dasn't show me the text just triangle .and i don't use potentiomètre.what can i do ?the code tell me

    • @rdagger
      @rdagger 2 месяца назад

      @@ImenGhrairi what is the model of your display?

    • @ImenGhrairi
      @ImenGhrairi 2 месяца назад

      Lcd 1604A

    • @rdagger
      @rdagger 2 месяца назад

      @@ImenGhrairi Is the display chip an HD44780, ST7066 or KS0066? What localization settings is your Raspberry Pi using (language, keyboard layout)? What happens if you try: lcd.message = chr(65)

  • @timerskine249
    @timerskine249 2 месяца назад

    Just found this video, great tutorial. As a newbie, I have to wonder how using the non-wireless pi did you get the updates/upgrades and code from git hub to your pi?

    • @rdagger
      @rdagger 2 месяца назад

      There's a USB Wi-Fi dongle plugged into the Pi. You can see the dongle at 3:53 in the video.

    • @timerskine249
      @timerskine249 2 месяца назад

      @@rdagger Thanks for the super quick reply!

  • @AudioElectronicsChicago
    @AudioElectronicsChicago 2 месяца назад

    Thanks for posting this

  • @mithunsanjaya9881
    @mithunsanjaya9881 2 месяца назад

    sir please tell what is the name of the platform which you use to built up your virtually circuite

    • @rdagger
      @rdagger 2 месяца назад

      Back in 2018, I was primarily using basic drawing tools like Gimp and Inkscape for creating graphics for my tutorials. There are better solutions geared toward circuit design such as Fritzing and Tinkercad. fritzing.org/ www.tinkercad.com/ For the actual design of circuit boards, I usually use the free version of Autodesk Eagle. There are probably better EDA tools, but I've been using Eagle for a long time.

  • @the_teknomads
    @the_teknomads 2 месяца назад

    This is nice. Too bad that they don't make the displays larger for old folks eyes.

    • @rdagger
      @rdagger 2 месяца назад

      The 2.42-inch (6.15 cm) display isn't that small, and the OLED is very legible even in bright conditions. My eyesight is poor, and I don't have any trouble reading it. If you want bigger, I made a video using a 5.5-inch (14 cm) OLED display: ruclips.net/video/vhel6iFT4t8/видео.htmlsi=p4rfeTTDg04Z2GYw

  • @RND-USA
    @RND-USA 2 месяца назад

    This is so cool and helpful!

  • @DorfyBoi
    @DorfyBoi 2 месяца назад

    BRO WHERE DID YOU LEARN ALL OF THIS. MY BRAIN IS MUSH

  • @812558
    @812558 3 месяца назад

    Would this be able to work with three displays? Trying to build something out for my work that would occasionally need to display wait times of over 99 minutes (Trying to make a better way for one of our kitchens to communicate wait times with our bar area without having to physically send someone over to tell us). If I could make it work on just RaspPI's it would be awesome to not have to hunt down purpose-made tools.

    • @rdagger
      @rdagger 3 месяца назад

      Yes, there's an example on my website showing 6 digits. However, it would be easier to get an inexpensive I2C driver chip such as the HTK1633 which I demonstrated in this video: ruclips.net/video/DE3mBtQlpyg/видео.htmlsi=kF7gaLZ949GrBtwv You can buy 4-digit 7-segment LED displays with built-in HTK1633 controllers. I used a DIY one in my brushless DC motor tutorial: ruclips.net/video/br_Xv9X7YZc/видео.htmlsi=55RX9EnzMlBkpjhp and the plans are on my website: www.rototron.info/raspberry-pi-esc-motor-tutorial/

  • @kenestra123
    @kenestra123 3 месяца назад

    I just picked up one of these,its the 700 Series CH model/12 outlets. the top row of outlets arent working no matter what I do. the bottom six work fine. When I brought up the IP site on the internet it shows that they are all on and working but only the botto row shows all green lights. Is it just a matter of time for the bottom six outlets to go out? Feeling a little sick since I just paid $100 bucks for this piece. Where are you located?

  • @maiodab670
    @maiodab670 3 месяца назад

    Hi I starting my small project with stepper motor and I found your solution for controlling it , I am very impressive of you work , The last part using hardware_PWM is great and doing exactly what I need , but one thing :) how to change the direction instead slowing down. I mean the motor will do one ramp on CW direction then another ramp but on CCW direction .

    • @rdagger
      @rdagger 3 месяца назад

      I'm not sure I understand your question. It has been a long time since I used this library, but you should be able to set the direction using pi.write(DIR, 0) or pi.write(DIR, 1).

    • @maiodab670
      @maiodab670 3 месяца назад

      @@rdagger Thanks a lot, I have solved my problem .

  • @steventaylor6294
    @steventaylor6294 4 месяца назад

    I had success with this tonight using fivdi/lcd node driver. I found I had to add 10ms sleep after each print, but I'm trying to find a better way using the provided callback but doing successive prints.

  • @DakPeoples
    @DakPeoples 4 месяца назад

    A++++ Solid content. Beautiful walk through.

  • @user-we8ot2zh6c
    @user-we8ot2zh6c 5 месяцев назад

    this could be the best video that ive watched in a while

  • @FabricioRWitt
    @FabricioRWitt 5 месяцев назад

    This is an exceptionally excellent tutorial and class. Thank you so much for sharing your knowledge! I'm currently studying stepper motors for usage on precision peristaltic pumps for prototyping a dosing machine. Thank you once more, you're great!

  • @chrissold5957
    @chrissold5957 5 месяцев назад

    nice a clean - good work Sir

  • @RenatoJrLocop
    @RenatoJrLocop 6 месяцев назад

    Can fit the bios file 33mb to 32mb bios chip

  • @pjaro77
    @pjaro77 6 месяцев назад

    I would like to build a zigbee node with sensors based on raspberri pico. But even pico dont contain BLE , low power wifi or zigbee/matter protocols. Did anyone program communiction between pico with nRF52840 board by UART ?

  • @Bianchi77
    @Bianchi77 6 месяцев назад

    Nice video, thanks :)

  • @Bianchi77
    @Bianchi77 6 месяцев назад

    Nice video, thanks :)

  • @reparalcd
    @reparalcd 6 месяцев назад

    Hi, I have 2 Intel Tablets from year 2015 with identical hardware but diferent BIOS version and I´m trying to making work the Dump from one of them to the other one without succes, I already cleaned the TXE but there is no display, What can I do?

  • @florians5694
    @florians5694 6 месяцев назад

    kein clone link würde reichen!

  • @johncnorris
    @johncnorris 6 месяцев назад

    Well made video. Are you still flashing BIOS these days?

    • @rdagger
      @rdagger 6 месяцев назад

      I recently flashed a bricked NVR. Although I had initially planned to create a video, I later discovered that there was a more user-friendly bootloader option available. Thanks for your comment!

  • @TheCubeFactor
    @TheCubeFactor 6 месяцев назад

    Help

  • @Codebyakshay
    @Codebyakshay 6 месяцев назад

    Hey i have 20x4 will it works the same way u mentioned above ?

    • @rdagger
      @rdagger 6 месяцев назад

      It should. You will need to specify a column width of 20 instead of 16.

  • @stevenbeebe35
    @stevenbeebe35 6 месяцев назад

    I am not too impressed with your stepper motor controller. It should have the capacitor and other surge/circuit protectors. PASS. Now, your tutorial on stepper motors is very good, thank you.

  • @astanfartin1647
    @astanfartin1647 7 месяцев назад

    id love an editor like that fd44 but for asrock....... but there isnt one i can find..... instead i have to play detective using an old one and the downloaded new bios to determine where and what to change.... POOR MEEEEE lol ...in future ill buy only asus i think....with a flashback button as well

  • @astanfartin1647
    @astanfartin1647 7 месяцев назад

    BANG! hahaa

  • @astanfartin1647
    @astanfartin1647 7 месяцев назад

    nice purple plant pot buddy

  • @gamlesleyyillom4244
    @gamlesleyyillom4244 7 месяцев назад

    you're a very brilliant teacher

  • @user-js2zq7xd5l
    @user-js2zq7xd5l 7 месяцев назад

    i REALLY need help with this in converting an asus bios update exe to a workable bin file with all the correct information. zephyrus m16 2023, can't find ANY resources with these newer laptops.

  • @ariel_monaco
    @ariel_monaco 8 месяцев назад

    Awesome stuff! My solar controller has an RJ12 jack (which also uses serial RS232) instead of RJ45 jack. Do you think I can adapt your tutorial to the RJ12 pin-out!? Many thanks in advance from Uruguay!

    • @rdagger
      @rdagger 7 месяцев назад

      You should be able to establish a serial connection but you need to verify the voltages do not exceed 3.3 V. However, it is unlikely the software will be compatible. You will need to find or create a library specific to your solar controller.

  • @vincentma6792
    @vincentma6792 8 месяцев назад

    What type of wires are you using for the connection? male to male or male to female?

    • @rdagger
      @rdagger 8 месяцев назад

      Dupont jumper wires 24 AWG.

  • @OG-Cousin_Dennie
    @OG-Cousin_Dennie 8 месяцев назад

    very much appreciated! Clear, concise, informative troubleshooting walk through but most importantly (in my case anyways) is the confidence I've got now in a similar task I'll be undertaking. Thank You. I shall return with my hails to victory before weeks end. OR If I brick the board I promise my rich dads team of lawyers will descend upon you like biblical fire and brimstone and liquidate your unborn grand-kids future assets! If I was a spoiled cunt whom had a rich dad with a team of lawyers ;,,( CHEERS!

  • @ayasalama5539
    @ayasalama5539 8 месяцев назад

    I have problem my nrf52840 not appear as removable disk after double tap ... what is solution please ?

  • @AndreasDelleske
    @AndreasDelleske 9 месяцев назад

    Aaaaah.. Soldering like in the eighties..! Next idea could be that the ESP sets up a second SIP device to get the data from the SIP server? Doesn't block the ringing but spares the Caller ID hardware..?

  • @nyckid
    @nyckid 9 месяцев назад

    And what happens when the power goes out for a few minutes? You have less than one minute to get at least one of the beacons onto a power bank... ;-)

    • @rdagger
      @rdagger 9 месяцев назад

      That's not accurate. The reed switch is designed to ensure that the fob doesn't trigger an alarm when it's placed in the cradle. Reed switches are magnetic and don't need power to function. I'm pleased to report that the system has been operating smoothly for three years without any issues.