MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • salmanfaris

      No support for Arduino portenta H7 support with arduino IOT cloud
      Arduino • • salmanfaris

      3
      0
      Votes
      3
      Posts
      578
      Views

      salmanfaris

      After reinstalling the portenta board file and restarting the computer, solved the problem.

      01fe285c-50ff-4f9a-9a9a-46e2f3b0c555-image.png

    • M

      How to make any micocontroller run forever using solar energy?
      General Discussion • • milanvarghese

      4
      1
      Votes
      4
      Posts
      540
      Views

      kowshik1729

      @milanvarghese No, the battery comes into the play only if there is no power from the solar cell. It's like inverters in our home. They activate only if main power is gone, rest of the time they keep charging. similarly here the direct power will be coming from the solar cell, only if the solar cell can't produce enough voltage battery comes into the loop and starts providing voltage to our circuit.

    • R

      I was trying to program atmega 328p using vscode its not working
      Arduino • • Richu Bini

      3
      0
      Votes
      3
      Posts
      418
      Views

      salmanfaris

      😀 👍 . solved right?

    • rafitc99

      SIM800L is not working after disconnecting with PC
      Arduino • • rafitc99

      17
      0
      Votes
      17
      Posts
      2091
      Views

      rafitc99

      Thank-you @salmanfaris
      It's solved.
      Actually, It was my mistake. I didn't add a proper reset for MCU.

    • MakerGram

      MakerCuriosity Malayalam Episode #3- Maker Story - Muhammed Zain
      MakerCuriosity • • MakerGram

      1
      1
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • MakerGram

      MakerCuriosity Malayalam Episode #2- MicroPython
      MakerCuriosity • • MakerGram

      1
      1
      Votes
      1
      Posts
      182
      Views

      No one has replied

    • kowshik1729

      Silkscreen with Photos
      PCB Designing • • kowshik1729

      1
      3
      Votes
      1
      Posts
      226
      Views

      No one has replied

    • A

      Error downloading package
      ESP32 • • abdultechguy999

      6
      0
      Votes
      6
      Posts
      1372
      Views

      salmanfaris

      @kowshik1729 said in Error downloading package:

      The license of the https://dl.espressif.com/dl/package_esp32_index.json might be expired(If this is the reason you can't do anything but just wait until they re-activate the license)

      e210e762-5609-4f60-9409-3c5df1123744-image.png If the page liecence

      It's good.

    • MakerGram

      MakerCuriosity Malayalam Episode #1- Arduino Portenta H7
      MakerCuriosity • • MakerGram

      1
      2
      Votes
      1
      Posts
      232
      Views

      No one has replied

    • rafitc99

      cJson Library error in ESP-IDF
      Development Boards • • rafitc99

      5
      0
      Votes
      5
      Posts
      2339
      Views

      rafitc99

      @salmanfaris Actually I'm not sure what was that Core 0 register dump:
      But I parsed the JSON. Refer Here for cJSON example. But while working this one, faced another problem. HTTP response includes the whole headers, status code, and body. JSON parser only work if the whole response in the form of JSON. So, Initially stored all responses into a char buffer and cleaned all headers. By using if(response[i] == '{' ) and some flags.