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

      ESP32 with a capacitive sensor
      ESP32 • • FlorianB

      5
      0
      Votes
      5
      Posts
      905
      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
      217
      Views

      No one has replied

    • MakerGram

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

      1
      3
      Votes
      1
      Posts
      247
      Views

      No one has replied

    • Akhil

      Raspberry pyQT KIOSK
      Raspberry Pi • • Akhil

      3
      0
      Votes
      3
      Posts
      1027
      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.

    • Geethesh

      Problem with power supply
      General Discussion • arduino project prototyping • • Geethesh

      3
      0
      Votes
      3
      Posts
      427
      Views

      Geethesh

      @kowshik1729 ok

    • rafitc99

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

      1
      1
      Votes
      1
      Posts
      310
      Views

      No one has replied

    • kowshik1729

      SMD Connectors for Inter board connections
      General Discussion • • kowshik1729

      9
      1
      Votes
      9
      Posts
      652
      Views

      salmanfaris

      @kowshik1729 The Sparkfun Qwiic Connector Libray can be found in the Sparkfun Eagle library under SparkFun-Connectors.lbr->Qwiic Connector.

    • MakerGram

      NeoGram: ESP8266 and NeoPixel based Open Source Hardware Development board.
      Showcase • • MakerGram

      3
      3
      Votes
      3
      Posts
      418
      Views

      MakerGram

      Capture.PNG

    • MakerGram

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

      11
      3
      Votes
      11
      Posts
      2606
      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!