Kevin Darrah
Kevin Darrah
  • Видео 203
  • Просмотров 13 713 942
Standalone ESP32 Programmer and Test Solution
Introducing the Standalone ESP32 Programmer Board!
Uploads firmware from an SD card with this board. Great for updating firmware or factory programming boards. More details on the docs page:
espprogrammerdocs.readthedocs.io/en/latest/index.html
ESP Programmer Board Available on Tindie: www.tindie.com/products/26244/
Twitter: KDcircuits
For inquiries or design services:
www.kdcircuits.com
Просмотров: 11 766

Видео

2uA Ultra low Power Motion Sensor that Plays mp3 Files and Sends Notifications - ESP32 (trigBoard)
Просмотров 7 тыс.2 года назад
This was a quick trigBoard project inspired by a fox my brother discovered on his security camera sniffing around the chicken coop. Using the ESP32 based trigBoard along with a high quality Panasonic sensor, we have a ~2uA system! Project page is here - everything you need: trigboard-docs.readthedocs.io/en/latest/motionSound.html# Tindie link to trigBoard: www.tindie.com/products/kdcircuits/tri...
Mass Write SD Cards from ESP32 - Might be a useful trick someday
Просмотров 20 тыс.2 года назад
I had to flash 100 micro SD cards, so used an ESP32 to help automate this by uploading the files to SPIFFS first, then with a little code, write those files to the SD cards. And why not make a video about it, in case you also ever need to do something like this? SD Card Connections (Schematic): espprogrammerdocs.readthedocs.io/en/latest/source.html CODE: github.com/krdarrah/ESP32_SDcardFlasher ...
Simple Power Outage Monitor w/Push Notifications - Cellular 4G LTE
Просмотров 18 тыс.2 года назад
Need an easy way to get a push notification if your property looses power? Here's an easy way using a cellular based 4GLTE module from Particle: Everything you need: Project page here: trigboard-docs.readthedocs.io/en/latest/cellularProject.html#power-outage-monitoring Boron here: store.particle.io/collections/ethersim/products/boron-lte-cat-m1-noram-ethersim Batteries: www.adafruit.com/categor...
Geiger Counter (BR-6) - Battery/Charging UPGRADE - Full Tutorial
Просмотров 6 тыс.3 года назад
Was going to say this is just a quick video... but nope, my classic rambling style upgrading this cheap Geiger counter (BR-6). Originally, this thing has terrible charging capabilities basically "cooking" the Ni-MH batteries. Why not just upgrade this to use a common Lithium cell? That's what this video is all about... Geiger counter is BR-6: ebay.us/tVIEUy Charger Board: www.amazon.com/dp/B071...
Useful IoT with Home Assistant & trigBoard - Turn a WiFi Bulb ON Automatically!
Просмотров 5 тыс.3 года назад
This is something really cool and useful that I just whipped up with the trigBoard. What's nice is that it still works with my existing home security system based cellular and TCP messaging. This just adds some useful features to my existing setup with home assistant: Full Guide HERE: trigboard-docs.readthedocs.io/en/latest/homeassistant.html#trigboard-activated-wifi-light-bulb Tindie link to t...
Home Assistant & trigBoard (Ultra Low Power Sensors) Full Tutorial - New Favorite IoT Platform!
Просмотров 7 тыс.3 года назад
This is my new favorite IoT project and I've been spending a ton of time adding all of my trigBoard projects to it and creating custom automations and scenes based on all kinds of events. If you haven't checked out Home Assistant yet, then I highly recommend throwing an image of it on a spare Pi just to mess around with it... you'll get the itch... trust me :) And make sure to also check out ES...
Expanding TONS of Switches/LEDs with Arduino (Teensy + ATtiny) and Controlling over MIDI!
Просмотров 7 тыс.3 года назад
Big thanks to this customer for giving permission to showcase this project here - lots to discuss and hopefully you'll pick something up here to use in your own projects! TLDR: Expanding IO from a Teensy 4.1 over I2C bus using ATtiny1614's super easy to do this and the MIDI control from the Teensy keeps it simple. Mega Tiny Core: github.com/SpenceKonde/megaTinyCore The chip I'm using: github.co...
Lithium Battery Protection Circuit Experiments - Self Discharge Measurements? and more!
Просмотров 5 тыс.3 года назад
This was one I was actually curious about, so decided to film the experiments. TLDR - protection board pulls ~4uA from the battery at all times. Cutout was 2.9V Over current was Tindie link to trigBoard: www.tindie.com/products/kdcircuits/trigboard-ultra-low-power-esp32-iot-platform/ Thanks to all the Patrons for dropping a few bucks in the tip jar to help make these videos happen! www.patreon....
Smoke/CO Detector with WiFi Push Notifications ESP32 (trigBoard) PART 2 CO Detection TESTED
Просмотров 3,4 тыс.3 года назад
Part 1 here: ruclips.net/video/NuwXAvgs4Ho/видео.html Had an issue with the last method not waking the trigBoard when CO is detected... this was all resolved by adding a simple RC circuit to stretch the pulse to the trigBoard. All explained and tested in this video. Project page is here with everything you need: trigboard-docs.readthedocs.io/en/latest/SmokeCODetector.html Amazon produce page fo...
Adding IoT to a Smoke/CO Detector with ESP32! (trigBoard) with 3 wires!
Просмотров 7 тыс.3 года назад
NOTE - made a part 2 fixing the CO detection: ruclips.net/video/JQKId7zr0v0/видео.html One of my favorite projects here - trigBoard started with giving peace of mind that windows/doors are all monitored, then catastrophic events like flooding with the water sensor. This was the next project on the list for trigBoard and it was maybe the easiest with this off-the-shelf smoke/CO detector. Just th...
How To Read from ESP32 - CLONE/BACKUP Everything
Просмотров 48 тыс.3 года назад
This was kind of a fun one that you might find useful someday like I did. Esptool git reference: github.com/espressif/esptool Flash chip datasheets: www.winbond.com/hq/product/code-storage-flash-memory/serial-nor-flash/? locale=en&selected=128Mb#Density Here's all of those commands you can use as a starting point and note that on windows, things will be slightly different. Just follow the same ...
Experiments with Super Capacitors for IoT Projects
Просмотров 12 тыс.3 года назад
Random testing of super capacitors - was running these tests on the bench and thought a video might be interesting? The project I'm planning for this is going to be really cool and will make a video on that soon. The 2.5F capacitor I'm using: DGH255Q5R5 The google sheet project docs: trigboard-docs.readthedocs.io/en/latest/LogGoogleDocs.html Constant Current Regulator is a ZKE EBD-A20H Power Su...
Easy ESP32-ESP32 Communication (BOTH TCP & UDP Tutorials with trigBoard)
Просмотров 26 тыс.3 года назад
Kind of a long one here, but these methods can be used to easily communicate between ESP32s - I have been updating my "Ultimate Home Security System" to use TCP instead of UDP, and so decided to make a video here showing that. Sorry for the long rambling :) This could be perfect if you only want to send data between two devices and even for a lot of trigBoard projects, like if motion occurs in ...
Low Power Water Detector Alarm Circuit and IoT with trigBoard (Immediate Push Notifications)
Просмотров 8 тыс.3 года назад
Low Power Water Detector Alarm Circuit and IoT with trigBoard (Immediate Push Notifications)
Automated Factory Programmer and Tester for ESP32 (trigBoard Production Test Fixture) Full Tutorial
Просмотров 9 тыс.3 года назад
Automated Factory Programmer and Tester for ESP32 (trigBoard Production Test Fixture) Full Tutorial
How to Make a Better Hand Sanitizer with Arduino! LOWER POWER
Просмотров 4,2 тыс.3 года назад
How to Make a Better Hand Sanitizer with Arduino! LOWER POWER
Lowest Power (~3uA) MOTION Sensor - WiFi Connected with trigBoard
Просмотров 8 тыс.3 года назад
Lowest Power (~3uA) MOTION Sensor - WiFi Connected with trigBoard
trigBoard Catches Package Thieves! But I messed up...
Просмотров 5 тыс.3 года назад
trigBoard Catches Package Thieves! But I messed up...
Garage Open/Closed/Left Open Push Notification from ESP32 (trigBoard) with Mercury Tilt Sensor
Просмотров 8 тыс.3 года назад
Garage Open/Closed/Left Open Push Notification from ESP32 (trigBoard) with Mercury Tilt Sensor
DIY Door Bell Push Notification with ESP32 (trigBoard) Full Tutorial
Просмотров 10 тыс.3 года назад
DIY Door Bell Push Notification with ESP32 (trigBoard) Full Tutorial
Is Your Cheap Pro-Mini REAL? Easy Way to Test! (ATMEGA328P)
Просмотров 18 тыс.3 года назад
Is Your Cheap Pro-Mini REAL? Easy Way to Test! (ATMEGA328P)
Professional Forensic Analysis of a sketchy Pro-Mini (ATMEGA328P) - is it Counterfeit?
Просмотров 18 тыс.3 года назад
Professional Forensic Analysis of a sketchy Pro-Mini (ATMEGA328P) - is it Counterfeit?
Full Tutorial - ESP32 + 4G Cellular + Battery Backed Ultimate Home Security System trigBoard/Boron
Просмотров 41 тыс.3 года назад
Full Tutorial - ESP32 4G Cellular Battery Backed Ultimate Home Security System trigBoard/Boron
Quick-n-Dirty Testing ESP32 Range Extenders for IoT!
Просмотров 5 тыс.3 года назад
Quick-n-Dirty Testing ESP32 Range Extenders for IoT!
Sleep Mode breaks on cheap Pro-Mini? Testing ATMEGA328 - is it counterfeit?
Просмотров 12 тыс.3 года назад
Sleep Mode breaks on cheap Pro-Mini? Testing ATMEGA328 - is it counterfeit?
ESP32 OTA (Over The Air) Programming with EASY GUI - Code and Tutorial
Просмотров 24 тыс.4 года назад
ESP32 OTA (Over The Air) Programming with EASY GUI - Code and Tutorial
Fixing a Slot Machine from the 90's! Bally's MPU Board - Dead Battery
Просмотров 43 тыс.4 года назад
Fixing a Slot Machine from the 90's! Bally's MPU Board - Dead Battery
Super Long Video on Programming ESP32 w/trigBoard - ArduinoIDE/CommandLine USB/OTA Mac/Windows
Просмотров 8 тыс.4 года назад
Super Long Video on Programming ESP32 w/trigBoard - ArduinoIDE/CommandLine USB/OTA Mac/Windows
Battery Powered E-Paper COVID19 Display - ESP32 (trigBoardv8)
Просмотров 28 тыс.4 года назад
Battery Powered E-Paper COVID19 Display - ESP32 (trigBoardv8)

Комментарии

  • @christianherz2916
    @christianherz2916 12 часов назад

    Amazing! This worked perfectly for me. You just saved me $34! Thank you :)

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

    Exactly what I was looking for, thank you!

  • @BruceMardle
    @BruceMardle 4 дня назад

    Just tested my Arduino Uno-compatible. Not a real ATMEGA328, it seems, but then it was only £7.27 incl. P&P!

  • @rizallionc
    @rizallionc 5 дней назад

    Great tutorial! I'm stuck and I don't know why. For some reason it's going on a constant loop from AC ON to AC LOST; anywhere from every 5 seconds to 60 seconds. Help please and thank you in advance.

  • @WayneRiesterer
    @WayneRiesterer 7 дней назад

    Brilliant presentation. Strings get me every time I come back to coding in C/C++. Your tutorial is really helpful. Thanks!

  • @KenDebono
    @KenDebono 10 дней назад

    I was wanting to know how the bug actually gets zapped and your video answered that! Bug has to touch both outer and the inner screens at the same time. Glad you showed how to safely test that by (safely) shorting it to produce the spark.

  • @loaches_are_metal
    @loaches_are_metal 14 дней назад

    Thank you!

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

    very great

  • @Purple.Dog17
    @Purple.Dog17 20 дней назад

    Spent the whole day tearing apart and cleaning the dryer. The last thing on the list was to replace this suckered since it didn't have a switch. Well ladies and gents, not anymore.

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

    Excellent Project for those who saw serial memory as mystical chips. (Sorry it took me 10 years to see this video)

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

    It was much easier to work with Parallel Static Rams, in non-microprocessor based applications , however most such memories are now obsolete and not manufactured like the 6116 a 16K static memory, set as 2K x 8 bit RAM. So using serial Ic2 memories you do need a microprocessor to feed instructions into it, it is a sequential information into the serial memory chip, by sequential I mean start bit followed by chip select bit, followed by whether you want it to read or write to it, then entering upper memory bits and then lower memory bits for the address, then followed by the actuall 8 bit data, and finally a stop bit, a very tedious process, all just to save space and number of pins, and wide data and address lines on a PCB, all to do with miniaturisation off things, each time it steps through its sequence an acknowledge bit is send back to the processor, so it knows how the chip is doing, So basically serial memory is still configured as parallel internally except the chip has built in seral to parallel and parallel to serial decoder, so only requires a fewer pins, this was done to reduce the foot print, so its speed is compromised due to serial loading and serial reading of data.,

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

    I used a super old random lithium cellphone battery in my multimeter years ago, I use the meter almost everyday and it's never needed charging, just keeps powering.🤷‍♂️😆

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

    I can't believe I found this video. I was around 10 years old when I first saw it 14 years ago. How the time flies!

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

    Fantastic video, exactly what I need! Did I miss the party on how exactly to monitor the power state? The Boron does all that? That link is 404... So, just asking 😁

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

    well im having trouble with is method

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

    Super interesting video. I also work on wa2812B matrix, one even made custom from strip 22x22 px. Matrix animations in excel are a new thing for me and they look super interesting, especially for some pixel art solutions (I love retro gaming). For simpler things, like shapes and the like, it's probably better to stick to mathematical formulas for animation. _Edit, just to add, I have made pygame (game) version that can animate matrix in similar fashion, because python is my first language, I'm much worse with C, but I would like to make something similar in arduino, with some of the cheap touch screens. I will definitely try._

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

    "Drank too much coffee" always an excuse

  • @JohnDoe-el5ir
    @JohnDoe-el5ir Месяц назад

    HAHA, my device takes less than this ultra low power sensor and I need sensor that takes much less, like two orders of magnitude less.... but if I clock power supply for it once every 5 seconds, hmmm, but photoresistor is easier to use , with some divider and probing quickly.

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

    SO; HOW MANY TIME YOU HAVE WON; USING YOUR OWN METHOD??? = ASSHOLE !!!!!!

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

    how did you set up excel like that?

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

    This firmware would work great on the "ESP32 CheapYellowDisplay" also known as the ESP32-2432S028R

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

    You could make It in a simplyer manner using programmable leds I did It a similar work: ruclips.net/user/shortsjMw9iN-71To?feature=shared

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

    29% after heng problem ???

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

    Hello. I would like to have a 3 digit display but without all the wires. Could I use something like this? Thanks.

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

    My use-case is that if I have a device that I have bought as part of a solution and I want to try it with my own version of the software I don't want to permanently delete the software it came with. (EG, Specifically a multi relay board with built in ESP01 and I want to temporarily change the ESP SW) So I need to be able to read the flash and restore it afterward.

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

    Thanks, that was very helpful!!!

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

    Thanks for the explanation! It was really helpful!

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

    EXELENTE . ESTOY SORPRENDIDO POR COMO COMENTAS TAN RAPIDO Y PRESISO.

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

    Anyone can help on wiring,want to establish a backup VLAN using 5 ESP8266

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

    very good circuit, i will be using too this desing, very simple and reliable

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

    hi, are you using two 74HC595 for both controlling inputs and outputs? and is it possible to have the circuit schematic of this tutorial?

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

    Awesome trick. Fuse went out on a Friday at the beginning of a holiday weekend so all the shops were closed for a few days. Fixed my problem for now until the new replacement part comes in.

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

    just found this. Awesome content! I will totally be using this in an upcoming project. quick q- Why would you subtract 48 and not add in regards to the ascii table?

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

    This is simply amazing. Thank you so much for the effort put into making this video. I mostly talk emotionally. I can see you struggled a little bit in heart for some reason. But it came out great, man. Good job! This will definitely help me in not using the nasty Arduino IDE for rendering on a display through the ATtiny13A (which I love)

  • @user-em2wl5zv5h
    @user-em2wl5zv5h 3 месяца назад

    Nice trick

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

    Very good, thanks

  • @user-em6qj9jz4p
    @user-em6qj9jz4p 3 месяца назад

    Hi, would like to ask if cloning an ESP32 will also clone it's MAC address ? For example, if you clone three pcs. ESP32, will all three have same MAC address ? Would like to know a good encryption technique using easy to use flashing software . Thanks

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

    Thanks for this, been doing long way

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

    I got lost somewhere. The Bushnell reads speed before the modification, and after modification still reads speed.

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

      Yes but if you want to collect speed data you might not want to have to write it all down with a pencil....

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

    🤣😂🤣😂🤣

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

    Where can you buy such a flexible solar panel? I have flexible ones with a thin steel sheet backing, which makes them quite heavy. I'm looking for lighter ones like yours, where can I buy one?

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

    Afternoon. I have a ballys black gold wild quick hits machine it gets halfway through the loading process and will not load the top screen. Not sure how to change the battery or what to do. Would be happy to pay you if you help get it fixed

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

    I'm part of the late crew but: working right now on a similar project I - finally! - stumbled across your channel/video.. I failed trying all other tutorials and even ChatGPT couldn't help me out with a proper code. Either the 328 didn't wake up again or the sketch didn't work at all.. Yours worked for me right from the start, it doesn't need libraries and you even explain how to set the needed registers!! Instant subscription 👍 and your channel is - unfortunately - really underrated..

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

    it was so helpful but is there any way to upload bin file on esp32 without using COM port? I mean using OTA update feature without webserver . I havenot access to my esp32 device

  • @RajveerSingh-vf7pr
    @RajveerSingh-vf7pr 3 месяца назад

    this man is the inspiration i started electronics...

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

    Nice Video - quite informative Can you share the name or a link to the windows version of the Hex calculator i saw you using? regards

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

    Unusual video I might say genius Kevin. Thumbs up...can u suggest the formula to create this matrix Rain clock effect below ?? ruclips.net/video/hjLyN0FBdxc/видео.htmlsi=ADhncxXFrfE22yW7

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

    you are the best

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

    What if you pair up a cheap supercap with let's say a 470uf low ESR cap, that can't store much but can deliver a lot of current for those wi-fi transmissions, and charge gradually over time as the high ESR of the supercap allows? I think that should work.

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

    Thank you, Informative, great for a hobbyist like me, Lesson plans r awesome, Bless u 4 putting this info on RUclips!