Это видео недоступно.
Сожалеем об этом.

HOW TO make a BITCOIN and STOCK ticker with an ESP32 and Max7219

Поделиться
HTML-код
  • Опубликовано: 25 дек 2023
  • In this video we will show you how to make a simple Bitcoin and Stock ticker for just a few bucks. You only need an ESP32 and a MAX7291 led display of four segments. It is a really fun and simple project. You can find everything you need in this description. Have fun!
    If you liked the project, please consider buying us a cup of coffee.🧡
    www.buymeacoff...
    Parts needed:
    ESP32 wroom dev. kit version 1
    Amazon: www.amazon.com...
    Aliespress: www.aliexpress...
    MAX7219 Dot Matrix Module
    Amazon: www.amazon.com...
    Aliexpress: www.aliexpress...
    Jump wires female to female
    Amazon: www.amazon.com...
    AliExpress: www.aliexpress...
    URL to paste in the additional Boards Manager URLs field:
    raw.githubuser...
    Link to the Github for the Ticker code:
    github.com/Blo...
    Follow us on X:
    / bloxy_labs

Комментарии • 16

  • @BloxyLabs
    @BloxyLabs  7 месяцев назад +2

    Follow us on X: twitter.com/Bloxy_Labs
    Here you can see sneak peaks for upcoming videos and other cool stuff!

  • @BlockchainBotanist
    @BlockchainBotanist 7 месяцев назад +4

    Thank you for this! I was going to buy a ticker but now I will make my own. Keep the great videos coming! They are very helpful and educational.

  • @azzattar8422
    @azzattar8422 4 месяца назад +1

    Excellent travail, reste a vérifier .... Thanks.

  • @pupclub2023
    @pupclub2023 6 месяцев назад +1

    Love the project, I have an issue though. I enter the correct ticker into the basic local IP, the matrix blanks, shows the IP again and never shows the ticker. Any ideas?

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

      Normally this is the case with a ticker which is not retrieved from finance.yahoo.com/. Are you sure you are using a correct ticker like BTC-USD ? You can also check if you used the correct webserver library (ESPAsyncWebServer by Me No Dev). I hope this will help.

  • @TolueNT
    @TolueNT 7 месяцев назад +1

    Hi, great video and thank you. but when I try to submit ticker symbol, my ESP crash with error "Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled." would you have solution for this error? thx in advance.

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

      I've tested it more and the error appear only if the price for any ticker is greater then 9.99

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

      @@TolueNT Strange. I uploaded the code again myself and everything works fine, also with prices above 9.99. Maybe you can check if you used the right ESPAsyncWebServer library. Otherwise install the library from the link in the GitHub. It is also possible you have selected the wrong board, just try another one. I hope one of these action will solve your problem.

    • @TolueNT
      @TolueNT 7 месяцев назад +1

      @@BloxyLabs I had to increase price buffer in this line " char pricebuffer[sizeof(tempmarketprice)+10]; " from +1 to +10 and now it works :)

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

      and do you think would be possible to make the ticker scroll without whitespace? I'm trying to implement it from example in arduinio ide "MarqueeText" but it doesn't work :(

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

      @@TolueNT Nice to hear you got it to work and letting us know what you did to fix it!!!

  • @CeciliaAlexiaZabala
    @CeciliaAlexiaZabala 4 месяца назад +1

    bro, when you upload the code to the esp32, can you tell me "how to connect" to the pc? it's via usb ? i saw, you select in your case COM3... i dont want damage my first esp32 :D

    • @BloxyLabs
      @BloxyLabs  4 месяца назад +1

      You need to use a USB cable which supports data transfer. Then everything will be fine ;). Have fun with the stock ticker!

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

      @@BloxyLabs thank you , greetings from Argentina.

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

    For me, it didn't work, but god bless for chat gpt :D