DIY simple 20 kHz Arduino Oscilloscope on Nokia 5110 Lcd display

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 36

  • @TradieTrev
    @TradieTrev 3 ปีที่แล้ว

    You've gone off the normal colours for the device as you'd normally do! I'd love to see every project you've made! You inspire me mate!

  • @spirit-teacher
    @spirit-teacher ปีที่แล้ว

    Amazing project. Just ordered the parts to build one. I had two questions:
    1. Does it set the amplitude automatically according to peak voltage?
    2. Can it process AC signals like that from a transformer?
    Thanks again!

  • @adambeedle
    @adambeedle 3 ปีที่แล้ว

    Amazing project mate 👍

  • @rajagupta677
    @rajagupta677 2 ปีที่แล้ว

    Awesome video,, thank you for putting efforts to make it

  • @electronic7979
    @electronic7979 3 ปีที่แล้ว +1

    Nice project

  • @davidbaldwin1722
    @davidbaldwin1722 3 ปีที่แล้ว

    Hi Mirko, I love your projects too! Please keep them coming. Your boxes are unique and we can tell anywhere what is your work! would you be willing to do a vid on how you make the boxes etc? It looks like formboard and I think youve said in reply to someone else that you use coloured self adhesive wallpaper? Absolutely love and inspired by your work. best wishes from Oz

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  3 ปีที่แล้ว

      Thanks, in one of the following videos I will try to describe how I make the boxes

  • @anandakrishnanVU3CPF
    @anandakrishnanVU3CPF 3 ปีที่แล้ว

    Superb bro keep going with you iam from india

  • @Bogdan-bi8if
    @Bogdan-bi8if ปีที่แล้ว

    I did all the steps in the tutorial. The problem is that I somehow get into a "Hold auto hold auto" loop until I press the Hold button. Then he stays fixed on one of them. If I press the button again, it enters the loop. I used all the parts exactly like you, the buttons are 2 pins not 4 as in the diagram, is it possible to have connected something wrong? But it was doing this thing before I attached the buttons.. Can you help me?

  • @coding_vlsi_vietnam
    @coding_vlsi_vietnam 3 ปีที่แล้ว

    Many color full. 🤝

  • @edmorebhanye8358
    @edmorebhanye8358 ปีที่แล้ว

    can i put resistors of my choice

  • @asdomega
    @asdomega 3 ปีที่แล้ว

    Great idea :-)
    Could you show your workspace, please ?

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

    Nice my friend

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

    Thanks

  • @pirusyasayesh5178
    @pirusyasayesh5178 3 ปีที่แล้ว

    How to makeing!?

  • @نشوانالظاهر-م9ف
    @نشوانالظاهر-م9ف 3 ปีที่แล้ว

    بارك الله فيك عمل جيد
    ممكن الكود

  • @engr.makabirarif722
    @engr.makabirarif722 3 ปีที่แล้ว

    code?

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  3 ปีที่แล้ว +1

      www.hackster.io/mircemk/diy-simple-20-khz-arduino-oscilloscope-on-nokia-5110-lcd-da4833

  • @izonetotm9839
    @izonetotm9839 3 ปีที่แล้ว

    Please code

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  3 ปีที่แล้ว +2

      www.hackster.io/mircemk/diy-simple-20-khz-arduino-oscilloscope-on-nokia-5110-lcd-da4833

  • @djmajino90
    @djmajino90 3 ปีที่แล้ว

    Hi, I tried to make the oscilloscope by your schematics and sketch, but I can't make it work correctly... Problem is with the display. I don't knoe what's wrong, but the display works fine on all of my projects, but with this project it doesn't. this is what the display does > th-cam.com/video/oDunxyT00bY/w-d-xo.html .. And yes, all the screen pins are connected as in the code..
    Can you help me find out where could be the problem?

    • @djmajino90
      @djmajino90 3 ปีที่แล้ว

      I also tried another Arduino Nano, and Arduino UNO (original) and the same result... code is only copy paste, nothing was edited

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  3 ปีที่แล้ว

      Try to change value 40 in code in line: display.setContrast(40); // contrast setting

    • @djmajino90
      @djmajino90 3 ปีที่แล้ว

      @@MirkoPavleskiMK I have already tried that, with no success

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  3 ปีที่แล้ว

      @@djmajino90 Try to put 10k resistors in series with all connections to LCD:
      Connect the pin 1 (RST Pin) to the pin 6 of Arduino through the 10K resistor.
      Connect the pin 2 (SCE Pin) to the pin 7 of Arduino through the 1K resistor.
      Connect the pin 3 (D/C Pin) to the pin 5 of Arduino through the 10K resistor.
      Connect the pin 4 (DIN Pin) to the pin 4 of Arduino through the 10K resistor.
      Connect the pin 5 (CLK Pin) to the pin 3 of Arduino through the 10K resistor.
      Connect the pin 6 (VCC Pin) to the 3.3V pin of Arduino.

    • @djmajino90
      @djmajino90 3 ปีที่แล้ว

      @@MirkoPavleskiMK still the same with 10K resitors and rst on pin 6... :( looks like something in the software... anyway, I ordered second display, it should come within two days so I hope it will be something with the display..