Full wave form not display in oled display only half wave display
@tyvek_9 ай бұрын
For what reason, when you turn on this device that is not connected to a signal source, it shows 53.4 v and there is simply no graph
@adambeedle3 жыл бұрын
So cool 👏👏👏👏
@HMProjects3 жыл бұрын
Thanks!
@udayuday7768 Жыл бұрын
Viry nice video thanks
@Mia_F22r_Trimarans Жыл бұрын
beautiful project one question: does the new version 3 use the same sketch as version 2? Thank you
@arvindh133 жыл бұрын
Max voltage and Max current?
@fixmyphone1233 жыл бұрын
Nice work sir
@multimargejta123 Жыл бұрын
What is max voltage that it csn measure?
@tylerpark99992 жыл бұрын
hi, thanks for sharing. how would I go about obtaining an audio signal out of this so It can be a part of my signal chain? sorry real new to this hobby. Have many DIY plans of this nature, so the information shared online is always appreciated.
@jaccca7772 жыл бұрын
Hi! Thanks for sharing the schematics, and source. Is it possible to increase sampling rate if I decrease the resolution? I'd like to measure digital signal, (only present or not, eg. check a car audio front panel)
@lokeshghodke916710 ай бұрын
What is the price of the project
@edgarelectro4178 Жыл бұрын
Bravo
@jumbo9996149 ай бұрын
I'm just beginner. Can it measure in any voltage? I learned that Arduino pin is 5v. Anything more than 5v will destroy Arduino. So I don't understand incoming signal. what is a50v on the left of the screen and av... on the right of the screen?
@ibrahimalfatih60592 жыл бұрын
Hi! Nice Project! can i ask you about how you can read up to 25kHz signal frequency? Because i only can read only up to 3kHz using while and millis. Thanks for sharing.
@sanjaygolani Жыл бұрын
Hey can u give me the list of all components please
@MrStingerjack2 жыл бұрын
This tiny thing can measure ac too?
@EasyOne3 жыл бұрын
nice
@HMProjects3 жыл бұрын
Thanks bro!
@rodriguezmedinamarioalfons8638 Жыл бұрын
Does anyone know the bill of materials for this project?
@neihsangapautu90963 жыл бұрын
Can you measure 230VAC?
@billnopoles19343 жыл бұрын
yes! But, please use a voltage divider on input since Arduino is operating with 5V. - and take care of the leathal voltage. To see AC you have to raise the zero level, to around 310V at the entrance - or after the divider to 2.5VDC (it seems it is done already with D12 and R2). Remember 230VAC is around 620VPP (230 * sqr(2)).
@smmojnu8152 ай бұрын
please give me V3 code
@lastmanstanding93892 жыл бұрын
Nice, what size battery are you using? Is the source code the same for V2 and V3?
@HMProjects2 жыл бұрын
Thanks, the code is the same for both versions, only the pcb is different and the battery is 1x3cm/ 170mAh, is a bit too small for this project but it was the only battery in small size that I had at that time.
@N.g.Chanal2 жыл бұрын
where is slap library?
@HMProjects2 жыл бұрын
Any library you need you can install it from library manager.
@ben2942bc2 жыл бұрын
I made a few of these , I sell to my friend at cost , is it okay?
@rafiul1522 Жыл бұрын
Can i use 0.96" oled display??
@HMProjects Жыл бұрын
Yes, but make sure to use the right library.
@МаратКайбышев-ф5к3 жыл бұрын
Hello. Good performance. Can I use OLED 0.96 SSD1306?
@HMProjects3 жыл бұрын
Hello. I believe it will work but you have to use that library for the oled display that are you using.
@cluetoeverything74923 жыл бұрын
Hey bro which one should I download? There is another file named V3 What's the changes in that ?
@HMProjects3 жыл бұрын
Hi. The difference between V2 and V3 are mostly in pcb design, in this video I used the version 3 so you should download V3. I put there V2 files just in case someone wants to make that version but probably I should delete it not to be any confusion.
@bob-ny6kn2 жыл бұрын
I can do the same thing with the IDE Plotter: Serial.print(analogRead(A0));
@yilmazebem3 жыл бұрын
There is insufficient explanation and insufficient information. How many volts can measure directly? Have you tried 220v?
@sujilmanandhar2 жыл бұрын
Error compiling for board Arduino Nano
@HMProjects2 жыл бұрын
In Arduino IDE go to Tools/Board, select Board/Arduino Nano and on Processor try ATmega328P or ATmega328P ( Old Bootloader ) if still have the same error try different ports or it may be the IDE itself.