MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. rafitc99
    3. Topics
    • Profile
    • Following 7
    • Followers 8
    • Topics 16
    • Posts 52
    • Best 32
    • Controversial 0
    • Groups 1

    Topics created by rafitc99

    • rafitc99

      NMCLI AP Mode config error | Connection activation failed: No suitable device found for this connection | Raspberry Pi 3 Model B Rev 1.2
      Raspberry Pi • • rafitc99

      3
      0
      Votes
      3
      Posts
      1367
      Views

      swalahamani

      Hey @rafitc99 ,

      Did your issue resolve? Curious to know 😊

    • rafitc99

      ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
      General Discussion • • rafitc99

      4
      1
      Votes
      4
      Posts
      514
      Views

      salmanfaris

      Thanks for sharing @rafitc99 . Glad to know that it was solved.

    • rafitc99

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

      17
      0
      Votes
      17
      Posts
      1969
      Views

      rafitc99

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

    • rafitc99

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

      5
      0
      Votes
      5
      Posts
      2237
      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.

    • rafitc99

      Intro to Opensource and GitHub :- Hackclub TIST
      Events & Hackathons • • rafitc99

      1
      1
      Votes
      1
      Posts
      209
      Views

      No one has replied

    • rafitc99

      Arduino powered products
      Arduino • • rafitc99

      3
      2
      Votes
      3
      Posts
      318
      Views

      manthan555

      @rafitc99
      I have developed so many products using Arduino IDE as Programming environment as well I preferred both.. without bootloader hex files and as well with bootloader hex files...

      Only the thing is in industrial environment you must have good enough power supply source, extraordinary precautions for noise, emf, loose wirings, current capability of tracks of PCBs, upto mark use of necessary filters, components etc.

    • rafitc99

      Amazon Alexa Challenge: Hack Club-India
      Events & Hackathons • • rafitc99

      2
      3
      Votes
      2
      Posts
      309
      Views

      salmanfaris

      @rafitc99 Looks cool, Thanks for sharing. 👍

    • rafitc99

      GPS + RF433 Not working together.
      Arduino • • rafitc99

      14
      1
      Votes
      14
      Posts
      1254
      Views

      manthan555

      @rafitc99
      Remember one thing...
      For all you guys who work with software serial or hardware serial...

      First and most important thing is while working with software serial... In loop remember that softwareSerial never generate interrupt while it receives any data as you can say triggers if condition... When it's turn comes it checks otherwise if condition will bypass so your target or trigger cannot be achieved....

      For hardware serial always prefer to use interrupt method to get data for each character you can receive simultaneously loops runs any function or not... It's surely you can get all the data from serial... Although mcu runs any kinds of task it leaves and goes on serial interrupt...

      So it's my experience and suggestions to all you guys to remeber this thing...

      If you all.come across the situations that there is no provision to use hardware serial and you need to use softwareSerial then remember that your loop must have intelligence to get the data from softwareserial by if condition which does not effect other functions in loop.. kindly for RF functions which must be used in loop that can't be avoided by any delay functionality... So Millis can be helpful or timer interrupt can help you...

      Thanks...

    • rafitc99

      Hack Club: Summer Of Making
      Jobs & Opportunities • • rafitc99

      1
      1
      Votes
      1
      Posts
      294
      Views

      No one has replied

    • rafitc99

      Call for Makers: Virtually Maker Faire – May 23, 2020
      Events & Hackathons • • rafitc99

      2
      2
      Votes
      2
      Posts
      256
      Views

      salmanfaris

      Now we can participate in Maker Faire 😋 Thanks for sharing