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
    • F

      Problems with using struct and enum in another tab
      Arduino • • FlorianB

      3
      1
      Votes
      3
      Posts
      447
      Views

      salmanfaris

      happy to hear that 🙂 👍

    • S

      EdgyHack's 30daysofcode
      Events & Hackathons • • sonal antony

      1
      2
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • rafitc99

      GPS + RF433 Not working together.
      Arduino • • rafitc99

      14
      1
      Votes
      14
      Posts
      1425
      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...

    • MakerGram

      0x04: Fusion360 Basics: 3D modeling for additive manufacturing.
      MakerChat • • MakerGram

      3
      4
      Votes
      3
      Posts
      1123
      Views

      MakerGram

      📽 Recordings of MakerChat 0x04: Fusion360 Basics- 3D modeling for additive manufacturing

      YouTube link: https://youtu.be/4Ocbb4rFoOY

    • A

      Decov'20 - The Anti COVID Webinar cum Ideathon
      Events & Hackathons • • ananthutmani

      1
      1
      Votes
      1
      Posts
      175
      Views

      No one has replied

    • F

      ESP32 with a capacitive sensor
      ESP32 • • FlorianB

      5
      0
      Votes
      5
      Posts
      909
      Views

      salmanfaris

      @FlorianB said in ESP32 with a capacitive sensor:

      I haven't found a good sensor module for this at al

      One of my friend used TP223 Touch button module from Ali express, and it's worked fine also @Akhil also used on of module.

      another option is that you can build capacitive sensor your own with resistors.

    • A

      Webinar on Machine Learning
      Events & Hackathons • • ananthutmani

      1
      2
      Votes
      1
      Posts
      218
      Views

      No one has replied

    • MakerGram

      MakerGram Live | May 2020 Maker Update 📡
      News • • MakerGram

      1
      3
      Votes
      1
      Posts
      249
      Views

      No one has replied

    • Akhil

      Raspberry pyQT KIOSK
      Raspberry Pi • • Akhil

      3
      0
      Votes
      3
      Posts
      1030
      Views

      kowshik1729

      https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/

      This link has even more extensive ways to do it

    • mubassir mk

      How to get 1 or 2 meter NFC Communication ??
      General Discussion • • mubassir mk

      5
      0
      Votes
      5
      Posts
      454
      Views

      kowshik1729

      @mubassir-mk Glad that it helped.