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

      XIAO ESP32 C3 with Edge impulse
      UAV • • fabme

      4
      0
      Votes
      4
      Posts
      501
      Views

      salmanfaris

      @fabme In this case, you need to upload a code XIAO, To fetch the IMU and print on serial. From there, use Edge Impulse CLI to forward the data from the serial to the Edge Impulse.

    • salmanfaris

      Make it Matter! with Nordic Semiconductor: Have an idea for a project? Apply now a chance to receive HW Kit.
      Events & Hackathons • • salmanfaris

      4
      1
      Votes
      4
      Posts
      613
      Views

      S

      @salmanfaris ok Salman

    • saheen_palayi

      help me to find a FPGA dev board for getting started suggest me a cheap and best dev board?
      General Discussion • • saheen_palayi

      3
      1
      Votes
      3
      Posts
      773
      Views

      G

      Our board is not cheapest possible, but has lots of things already onboard.
      ULX3S
      Board is also supported by opensource toolchain!
      For workshop material with our board you can check here:
      Workshop
      Price for 12F board is 75€ plus shipping.
      If you like it you can contact me at:
      ulx3s.fpga@gmail.com

    • kowshik1729

      Custom PCB Shapes using Eagle
      PCB Designing • • kowshik1729

      3
      0
      Votes
      3
      Posts
      984
      Views

      kowshik1729

      @salmanfaris Woow, thank you soo much. This is very explanatory...!!

    • V

      Read battery percentage using Arduino
      General Discussion • arduino bluetooth • • vijayvarghese

      3
      1
      Votes
      3
      Posts
      983
      Views

      V

      @kowshik1729 Thank you ..

    • A

      FFT implementation
      Arduino • • Adhu

      3
      0
      Votes
      3
      Posts
      460
      Views

      A

      Hi @salmanfaris,
      I want to nullify the effect of noise in PPG signal acquisition. But before that I tried a example code which is present in the arduinofft library in GitHub, to check whether it is working or not?. I got an FFT plot but I think it is wrong. I don't know how to use that library. I'm beginner, so can you help me out? 🙂

    • salmanfaris

      Murata Launches World's Smallest 100NF MLCC Ceramic Capacitor for 5G Smart Phones
      News • • salmanfaris

      3
      0
      Votes
      3
      Posts
      664
      Views

      salmanfaris

      @kowshik1729 Yes, they have other cap values too , check the product website .

      The package specification code is GRM011008004 .

      Capture.JPG

    • kowshik1729

      Silkscreen in PCB
      PCB Designing • pcb • • kowshik1729

      3
      0
      Votes
      3
      Posts
      502
      Views

      kowshik1729

      @Suhailjr Thank you Soo much for the answer.

    • salmanfaris

      BPCL Startup Grand Slam 2020 - Season #1
      Jobs & Opportunities • • salmanfaris

      3
      0
      Votes
      3
      Posts
      589
      Views

      salmanfaris

      The theme of the challenges is Oil & Gas, Fuel Retailing, Marketing and Energy Conservation and they also provided complete problem statement on their website.

    • S

      [Solved] Pushing multiple values in a single node in Firebase from nodeMCU.
      Arduino • nodemcu firebase • • SalmanFK

      3
      0
      Votes
      3
      Posts
      1348
      Views

      salmanfaris

      Hi @SalmanFK ,

      You can Serialize the data as a JSON or CSV string format and publish that as a single string, so you get the data in a single node, you also DeSerialize the string simply in the application end.