Fetch JSON Data with Arduino (IoT) | Learn Robotics Live Episode 8

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

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

  • @japerelectronics2568
    @japerelectronics2568 2 года назад

    Awesome tutorial. I was building a weather station project someone posted but the project was done with json 5. This tutorial helped a lot as I was able to read the raw data in then autogenerate the json6 code.

    • @LearnRobotics
      @LearnRobotics  2 года назад

      Nice work! Feel free to share your project with us! Would be great to see.

  • @subhamdas2491
    @subhamdas2491 4 года назад

    Where I can get the online json size converter

  • @ihutesolution9451
    @ihutesolution9451 3 года назад

    Hi, Liz i hope you are doing alright, am trying to consume SC-RS04 data from an arduino uno boarad to an esp8266 running micropython and try to get the data with Json I tried following your example but am running lots of errors can i sow you my code my be you help me debug

  • @donadellojulio1030
    @donadellojulio1030 4 года назад +1

    can you link the code pls?

  • @prof.6813
    @prof.6813 2 года назад

    Please can you make the souse code available

    • @LearnRobotics
      @LearnRobotics  2 года назад

      Believe it's available in the article on my blog

  • @LearnRobotics
    @LearnRobotics  2 года назад

    Interested in getting a Career in Robotics or Joining our Coding Bootcamp? Schedule a call using join.learnrobotics.org/start/

  • @dgiri2333
    @dgiri2333 4 года назад

    Try Django rest framework to nodemcu

  • @rajatshriguru4376
    @rajatshriguru4376 5 лет назад

    thanks

  • @rajatshriguru4376
    @rajatshriguru4376 5 лет назад

    lol the ending was fun

  • @gulzaibkhan6913
    @gulzaibkhan6913 3 года назад

    Hey nice tutorial and well explained. Can you share the source code kindly?

    • @LearnRobotics
      @LearnRobotics  3 года назад

      Thanks! It's in the description!

    • @smow7422
      @smow7422 2 года назад

      @@LearnRobotics where?

  • @siddharthsahu7185
    @siddharthsahu7185 3 года назад

    wow

  • @The_Unobtainium
    @The_Unobtainium 3 года назад

    Maybe similar project but not relying on those online/cloud services? Why you people so excited by cloud based serices? Read sth about privacy and why it is important not to share your data with companies/corporations, slaves.

    • @jagernet
      @jagernet 3 года назад

      We get excited, because rather than buying a $10-20 rtc module or other component, we can utilize readily available information accessible with WiFi (which is pretty much everywhere now) and complete the same task. I personally would rather spend about an hour longer coding and achieve rather good results, than spending extra money and investing more time into learning another library.
      TL:DR - Im lazy and enjoy “multi-tool” coding. 😜

    • @ahmedifhaam2669
      @ahmedifhaam2669 3 года назад

      thats a rather offensive word, bruh, also just cause you think something is so bad and doesnt work for you, doesnt mean its the same for others, others might even find a work around. cheers.

    • @LearnRobotics
      @LearnRobotics  3 года назад

      This is a good point. Cost value like others have mentioned. But you can also get a "private" version of Dweet so other's don't see your devices. My best analogy is... why reinvent (and maintain) Github if there's an option already available for that? Just use Github and if you need it to be "private" pay for the secret repos.

  • @bob-ny6kn
    @bob-ny6kn 2 года назад

    The number of destroyed projects I have to clean up after noobie knocks over coffee and protein shakes makes me point directly at your bad practices. You will thank me when you grow up.

    • @LearnRobotics
      @LearnRobotics  2 года назад

      Drinks are fine if you're not clumsy. And if you are, then yeah, leave the drinks away from your projects. Simple as that.

  • @canhobby6286
    @canhobby6286 2 года назад

    Speak to us... don't just mumble to yourself..
    MQTT is a lot faster and easier to implement... lots of free servers in the cloud..
    ever tried ArduinoJSON with larger size JSON files? or mixed types???
    no errors are thrown but you have to pick the missing bits off the floor or the bit bucket..