Interesting, thanks I have a question, how can I test the driver if I do not find any visible failure?
@muhammadadnan7771Күн бұрын
What wa the part number. I m searching same as this
@electronics.unmessed2 күн бұрын
nice project - thx for sharing!
@TasteTheCode2 күн бұрын
Thanks! Thank you for watching!
@ajaybnl2 күн бұрын
I have attached Duracell AAA Battery due to lack of that size cell. It is still running for 4+ years.
@TasteTheCode2 күн бұрын
Nice, do you use any specific holder or you just soldered to the batter directly?
@RobertoLeal-z3q2 күн бұрын
Great chatch and fix. I wonder if that was a factory worker working too long that day or the owners after replacing something and accidentally swapped the plates 10/10
@TasteTheCode2 күн бұрын
Well, I guess we will probably never know but it could have been both. Thanks for watching!
@AbdulHamid-vt7gr4 күн бұрын
Any pet resistant sensor
@TasteTheCode3 күн бұрын
Sorry, I haven't tested any to recommend.
@slender-grip-lebanon-taller4 күн бұрын
comprehensive video, love it
@TasteTheCode4 күн бұрын
Thank you! 👍
@vernonpedersen59904 күн бұрын
Thanks and congratulations. Yours is the only project I've encountered (I've tried several) that gives me sensible values for both pulse and O2 levels. I plan to add RTC and SD card modules and create a logger that can be used as a real-time monitor (e.g. for overnight assessment of CPAP treatment effectiveness). Note that I'm using a MAX 30102, not 30105. but from what I have read the libraries are good for that module too.
@TasteTheCode4 күн бұрын
Thanks. Yes the libraries should work with both. The biggest problem with mine is the finger placement. ideally, the finger should not touch any of the electronics and be attached with a firm and constant pressure so that the values don't jump around on their own.
@vernonpedersen599020 сағат бұрын
@@TasteTheCode I experienced the finger touching effect and seem to have mitigated it by applying tape to the PCB so that my finger only touches the sensor. My next challenge with this project is to add an SD card module to log the output (I've done this successfully before with a Temp/Humidity sensor), however, as soon as I include the SD.h library I get an error message in the serial monitor ("SSD1306 allocation failed"). Not sure how to make the SPI device play nicely with the two I2C devices. Any thoughts?
@piotrkuranty85124 күн бұрын
Hi. Does this display have the GC9A01 driver?
@TasteTheCode4 күн бұрын
It might but I'm not entirely sure. The chip markings are erased and not readable and there is no mention of the GC9A01 anywhere in the official docs. However, the LGFX helper class in the example code provided has this line inside: lgfx::Panel_GC9A01 _panel_instance;
@Waveshare_Ruan5 күн бұрын
Useful guidance
@TasteTheCode5 күн бұрын
Thanks!
@Waveshare_Ruan5 күн бұрын
The way you’ve integrated the Elecrow CrowPanel with Home Assistant using MQTT and LVGL for a fully customized gauge display is inspiring。I was wondering if you’d be interested in exploring Waveshare products as well. We offer similar hardware that might complement your projects, and we’d be happy to support you in any way!
@gorgorgonzales30906 күн бұрын
Was looking for a way to build a dyi thermostat control like the nest for a while. This combined with a rotary encoder would be a great soloution. Any chance one can repurpose the pins of the rotary encoder on the side for that?
@TasteTheCode6 күн бұрын
If you are good at micro soldering then probably yes. I guess it can be combined with a wheel on the side and not bother at all. Also, keep in mind that this has touch so maybe no extra hardware is needed and it can all be controlled with touch.
@gorgorgonzales30905 күн бұрын
@@TasteTheCode Thanks for the quick reply, I guess I'll order one and give it a shot :)
@damirdebogovic95007 күн бұрын
... thank you, cheers from Zagreb😊
@TasteTheCode6 күн бұрын
♥️ Thanks for watching!
@Patapom37 күн бұрын
Nice video! I'm looking for something like this for a wearable AI assistant but I didn't see any mention of a speaker or a microphone in the specifications, so I guess there are none of these? Are you aware of an equivalent model but with voice devices by any chance? Thank you.
@TasteTheCode7 күн бұрын
Thanks! No this does not have a speaker nor a microphone. Just a buzzer. I'm not aware of any other with those already in place.
@robertdieder41787 күн бұрын
whats the purpose of the single cell inserted before closing the case?
@TasteTheCode7 күн бұрын
It is just a spacer so the pins on top don't get pushed in when attaching the battery to the drill. The old pack had the last cell in the upright and it pushes on the contacts on top. If you noticed, I have it wrapped in electrical tape so there is no contact on it with the rest of the battery. It is funny cuz the video has 71k views, and you are the first one that noticed it! 👍👍
@robertdieder41787 күн бұрын
@TasteTheCode thanks for the quick reply
@testman95417 күн бұрын
Also, having the USB that way means you will have a cable visible 🤦 would be better if perpendicular to the board going inside the box or the wall say 😅
@TasteTheCode7 күн бұрын
I think their reasoning is that you will have this battery powered and only use the USB for charging.
@TakamiWoodshop7 күн бұрын
nice one man, cool project!
@TasteTheCode7 күн бұрын
Thanks!
@DanielAfonso-IT_Consultant7 күн бұрын
Looks good! Thanks for the review. Very strange not having a handful of IO broken out, though. How hard was it to adapt the sample code to your demo?
@TasteTheCode7 күн бұрын
Once I got over the versions issues it wasn't that hard. I used one of the meter widgets, adjusted the scale and ranges, and added a label on top. The MQTT code is basically just re-used from their example with my topics added.
@cloudalien4438 күн бұрын
Yeah, I have some of the usb-c modules and no idea how I'm going to replace the resistors. Going to be tricky.
@TasteTheCode8 күн бұрын
It requires some patience but it is doable.
@cloudalien4438 күн бұрын
@TasteTheCode I'll try. Wish me luck 😅
@TasteTheCode7 күн бұрын
@@cloudalien443 🤞
@harshmavani73908 күн бұрын
I used your two device code form the GitHub but it will only send the message I didnt show that are communicate or not from the Arduino IDE.
@TasteTheCode7 күн бұрын
Make sure that you can talk to the modules via serial before trying to send data over. If you can't get a response from the module, you probably have a mistake in your wiring. The most common one is not twisting RX and TX.
@harshmavani73908 күн бұрын
can you tell me want is a configuration of terminal or which app. ?
@TasteTheCode7 күн бұрын
The app is called Serial USB Terminal. No specific configuration, just the same baud rate as your code and press connect. Keep in mind, that your phone needs to support OTG and that you need an OTG adapter or cable.
@Sabastianspreadworth9 күн бұрын
What about balancing the charge on the batteries?
@TasteTheCode9 күн бұрын
That is the role of the BMS.
@HesamHatami-c3u10 күн бұрын
When you stoped the video and start again all problems sloved thats wierd he was shying off camera??you are lier
@TasteTheCode10 күн бұрын
That's a bold claim my friend. What timestamp are you referring to? If I record everything the videos will be hours long.
@samurai600msk14 күн бұрын
Тебе не надо было срезать провода датчика давления, это тот который круглый и у него три контакта. Внутри этого датчика находится микросхема которая регулирует зарядку аккумулятора и защищает от перезаряда и защищает от сильного разряжения батареи. Надо просто её использовать для зарядки аккумулятора. И не надо городить огород с дополнительной платой с usb-c. Всё что нужно было это использовать датчик тяги у которого внутри микросхема зарядки. Учись, ты ещё очень многого не знаешь...
@TasteTheCode13 күн бұрын
OK, you seem to "know a lot" so why don't you teach us all better? And what is this traction sensor anyway?!?
@k1ortia15 күн бұрын
5000mah Li-ion battery. Recharge every 8 months..simple
@TasteTheCode13 күн бұрын
That is an option. This is now working for the past 6 years without any intervention!
@andyspoo215 күн бұрын
It could be useful for detecting vulnerable people by monitoring a room, e.g. If they are in zone 1 motionless they are likely sat in a chair watching TV, if they are in zone 4 motionless for more than a few minutes they might have fallen over so send a message to someone.
@TasteTheCode13 күн бұрын
Yes, definitely. There are many commercial products that are using these sensors already just for the scenarios that you mentioned.
@killerpanos750516 күн бұрын
Hello, how to check if my power adapter is for charging li-ion batteries?
@TasteTheCode16 күн бұрын
If a charger is for li-ion batteries, its output voltage will be in multiples of 4.2V. so for example, 4.2V for 1S, 8.4V for 2S, 12.6V for 3S, 16.8 for 4S, etc. The S marking indicates how many cells are connected in series.
@killerpanos750516 күн бұрын
@TasteTheCode thank you very much for your help
@killerpanos750516 күн бұрын
@TasteTheCode can I use a power adapter from a router or a modem for example??
@killerpanos750516 күн бұрын
@TasteTheCode but the chargers for our phones are 9 or 12 volts why is that?
@TasteTheCode16 күн бұрын
No you can't use a generic charger as there is extra circuitry regulating the voltage in those devices. You must use a charger with the specific voltage that has that regulation circuitry or add that regulation in between yourself.
@qadeer168516 күн бұрын
Very useful project 👍
@TasteTheCode16 күн бұрын
Thanks! Glad you found it useful.
@rwatson260918 күн бұрын
Pretty amazing to get that kind of range from such a tiny device. Traveled through your neck of the woods back 5 years ago, beautiful country in summer. I did not know it snowed there. Anyhow i did tinker with the Reyax 896 and personally got 8 km around farm land so I will buy a pair of these to see the difference here in Vancouver, Canada.
@TasteTheCode18 күн бұрын
Thanks. It is a good little module .I guess with some better antennas, it will do much better.
@telosfd26 күн бұрын
Hi . I have a cordless drill with 17 rechargeable batteries of 1.2V 1300mAh etch, 20.4V total. Can i replace them with 4 pieces of 5V?
@TasteTheCode26 күн бұрын
I haven't heard of 5V batteries. Li-ion are 3.7 nominal, 4.2V when fully charged.
@renaudraffi936526 күн бұрын
do you know how to dissasemble the reciever ? i have charge issues, the adapter is working and gives the 5V, reciever is not charging. i think a issue with the charge port
@TasteTheCode26 күн бұрын
No I have not disassembled the receiver but you can look at some obvious screws.
@forestranger31228 күн бұрын
So how do you find them apart from opening the end and finding one inside, which is obvious really. Do we empty public garbage containers and rifle through.
@TasteTheCode25 күн бұрын
Well apart from taking it out of the device, the trick is to properly charge and use them, not just taking it apart. Also, these are often just thrown on the street. No need to empty garbage containers.
@julienkittel242129 күн бұрын
Great project, what is the flat cable that you used between the sensor and the board ?
@TasteTheCode29 күн бұрын
Thanks. It is just an old cable from a USB charger.
@williambnellАй бұрын
Go for it, have a good rest. We will still be here. 👍🏻
@TasteTheCode29 күн бұрын
👍👍👍
@RectifiedMetalsАй бұрын
What they changed the goop, had me cursing. The goop was so hard and crumbly. Heat didn’t do much. I stopped for fear of knocking off some smds. F🤬 you Microsoft!
@TasteTheCodeАй бұрын
Well they are definitely not making things easier to be repaired.
@nevermind-wp3bfАй бұрын
Instead of the going through that pain of replacing those resistors you can just simply add a 10 ohms resistor at the output voltage side and leave that small resistor alone. 😂 Asuming that you need 4 volts and 0,3 - 0,4 amps to charge that battery safely...
@TasteTheCodeАй бұрын
Hmm that is an interesting take. If I understood correctly, you suggest to limit the current into the battery, right? How did you got the 10 ohm value?
@johnriley5844Ай бұрын
This was a really clear explanation - thank you!
@TasteTheCodeАй бұрын
Thanks, I'm glad you liked it!
@zeratul021Ай бұрын
Would this sensor catch movement behind a light glass / plastic shower door? My PIR sensors don't register such movement.
@TasteTheCodeАй бұрын
Hmmm not sure, I guess it might but I can't confirm.
@homandbackyard008Ай бұрын
Nice video!
@TasteTheCodeАй бұрын
Thansk!
@hamadamohamedali9098Ай бұрын
What is the Android version of your phone? Because my temple is not working on Android 14. Please answer me
@TasteTheCodeАй бұрын
When I did this I think it was on version 13. There were some changes added to BLE in v14 but I don't know exactly what. I think you need to add something to the android manifest manually to enable it.
@eIektrinisАй бұрын
This is motion detection, not presence.
@TasteTheCodeАй бұрын
The sensor will detect you even if you are stationary.
@eIektrinisАй бұрын
@TasteTheCode tried it. Not really. It's still based on motion, even if tiny one.
@TasteTheCodeАй бұрын
You get two values, one if a motion and another if just presence is detected. Even if someone is sleeping in the room, you can know.
@markvanderburg2947Ай бұрын
Hey, can this use MQTT?
@TasteTheCodeАй бұрын
Yes you will need to add the mqtt logic in the microcontroller and based on that instruct the module.
@richieb9675Ай бұрын
Nice video 👍 could you please tell me whats the gray dots are, it looks like kit? What is it called? I want to put it in my Playstation psu as well to dampen noise.
@TasteTheCodeАй бұрын
I'm not exactly sure what it is or how it is called. It is some sort of silicone glue that keeps components from moving.
@RooboticsАй бұрын
5:30 Just build the vise-base out first, then you don't need to find any clamps, it can clamp itself! Also it would ensure the surfaces get glued as parallel as they can be. Also I'd try and get a screw with a more course spacing, as that is going to take too long to open/close to feel readily practical IMO, or maybe some way to make a DIY split-nut that can be disengaged.
@TasteTheCodeАй бұрын
Thanks. There is enough play in the entire vise where it is forgiving if it is not that parallel, but using the vise as clamp is a nice suggestion. As for the screw, this is the only thing I could find locally. It is not ideal but will do for now.
@RooboticsАй бұрын
@TasteTheCode it's understandable, I noticed it was a general complaint a few others made on the model. An M8 leadscrew wouldn't fit as-is, but I do wonder if it could clamp things without being back-driven and loosening up. As it's a very ubiquitous size of hardware used in many 3d printers.
@ayams02Ай бұрын
Great work! I think it needs some weight so it won't go anywhere
@TasteTheCodeАй бұрын
Yes but I still haven't figured out how to do it. My best idea so far is to add some metal plate at the bottom.
@afberglund2764Ай бұрын
So can I take a photo with esp32-cam and send 500 meters?
@TasteTheCodeАй бұрын
Lora is not intended for such high data transfers. If you split it up, and send it on intervals, I guess it can be done but definitely not what it was designed to do.
@afberglund2764Ай бұрын
@TasteTheCode guess it's wifibroadcast I should try again. Didn't work properly when I tried some months ago.
@TasteTheCodeАй бұрын
You mean wifi long range? I haven't tried it but for 500 meters, I think you can also use some directional antennas if you have line of sight.
@godfreyzahra5311Ай бұрын
can i replace a power supply of output of 5.2v - 2.1A - 10.92w with one of output of 5v - 2.4A - 12w
@TasteTheCodeАй бұрын
Yes you can.
@nikkam3176Ай бұрын
hi, nice video. Thank you. I have shockwave sw290 but cant find the remote, so i will try your solution. Do you think it will work using your codes?
@TasteTheCodeАй бұрын
No idea. Give it a go. If it doesn't work then try searching for the codes for other manufacturers and standards and try them.
@nikkam3176Ай бұрын
@@TasteTheCode will be nice to do a video on how to transmit (encode with nec protocol) using esp32 or other microcontroller.
@nikkam3176Ай бұрын
@@TasteTheCode will be interesting to extract the codes directly from the chip of the surround system receiver.