MakerGram Logo

    MakerGram

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

      GPS + RF433 Not working together.
      Arduino • • rafitc99

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

    • V

      Gaming steering wheel setup
      General Discussion • • Vipin I V

      14
      0
      Votes
      14
      Posts
      995
      Views

      swalahamani

      Hi @Vipin-I-V ,

      This seems to be an interesting project.

      Please share the development here...

      I was thinking of something similar, but not for gaming. Won't it be cool to have the Ctrl, Cmd & Alt keys as pedals? Please share your thoughts & insights.

    • A

      Uploading data to firebase using NodeMCU
      Arduino • • Anudeep

      12
      0
      Votes
      12
      Posts
      2938
      Views

      P

      @Anudeep Thanks a lot m8, I actually made a very silly mistake of including the https:// while entering FIREBASE_HOST, where I must have entered the Domain name alone and removed the https:// extension.

      Thanks again for replying that quick. Cheers.

    • rafitc99

      Error While writing Library for Gy521
      General Discussion • • rafitc99

      12
      1
      Votes
      12
      Posts
      1071
      Views

      salmanfaris

      ohh 😀 , Glad to know that it's working fine, Thanks to @vishnumaiea and @saheen_palayi . 🤘

    • D

      Edge Impulse Inference to IoT Dashboard
      General Discussion • edge impulse • • dipu_varghese

      12
      1
      Votes
      12
      Posts
      1274
      Views

      salmanfaris

      @dipu_varghese Hi, How does it go? Would like to know about the updates 🙂 or anything I can do to help you.

    • kowshik1729

      A little hassle with ESP32..!!
      ESP32 • • kowshik1729

      11
      0
      Votes
      11
      Posts
      1254
      Views

      kowshik1729

      @arunksoman Thank you soo much for enlightening me. I shall surely try this feature

    • S

      Help needed for ESP8266, GPS neo6m and Firebase
      Arduino • • Sara

      11
      0
      Votes
      11
      Posts
      2402
      Views

      saheen_palayi

      @Sara

      I already did some projects on Firebase with NodeMCU (ESP8266) .I got run time errors but mine's worked fine .U should check with your libraries . also tested over more than 2 libraries . In the code above u mentioned is not declared the FIREBASE_HOST,FIREBASE_AUTH, WIFI_SSID and WIFI_PASSWORD variable values may be u removed for privacy .The serial gps is not a big deal.U should check ur firbase with the given example of the particular header file or library .I didnt used the ArduinoJson.h library at all ....

    • S

      Need Help on EM-18 reader module and arduino ||Want to read RFID continuously/ periodically
      Arduino • • shahidpk

      11
      1
      Votes
      11
      Posts
      1231
      Views

      salmanfaris

      @shahidpk I think switching power on/off is not a good option, instead of that, you can try to set Flag for a particular ID and check ID in a time interval and run you task that time interval. Did you check that?

    • MakerGram

      What's your favorite embedded/prototyping development board?
      Development Boards • • MakerGram

      11
      3
      Votes
      11
      Posts
      2401
      Views

      Suhailjr

      For beginners as well as intermediate makers i prefer Arduino Micro or Leonardo. It is very easy to use like an Arduino UNO or Nano and has the same features of ATmega328P as well as a must-have feature support built-in USB and can use it as a USB host Device or HID device. I also prefer Arduino Nano boards rather than using Arduino UNO boards because of its size only.

      For simple and minimal projects i love to use ATtiny 16/84/85 microcontrollers(My own boards) or digispark boards. It is cheaper smaller in size and works with ultra-low power mode.

      In the IoT perspective, I prefer ESP8266/ESP32 boards if you want to add wifi/BLE features into your project. The cheapest and the best solution for IoT projects so far. Have large community support and supported by different programming platforms like Arduino IDE, MicroPython, ESP IDF, etc.... Esp32 is a powerful 32-bit microcontroller capable of wrapup any heavy project we think!

    • Geethesh

      Project help: Arduino Powered Bluetooth Key Finder
      Arduino • bluetooth arduino • • Geethesh

      10
      0
      Votes
      10
      Posts
      1549
      Views

      Geethesh

      @kowshik1729 yes