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

      HID Mouse Emulation using ESP32
      ESP32 • • kowshik1729

      4
      1
      Votes
      4
      Posts
      2798
      Views

      salmanfaris

      @kowshik1729 Then I think it will be difficult, here on this video https://www.youtube.com/watch?v=po3FBdY0GS4 , bitluni's lab used CH559 USB Host controller in order to use the USB HID Services.

      Another possibility is Port V-SUB to ESP32, V-USB is a software-only implementation of a low-speed USB device for Atmel’s AVR microcontrollers

      I found some Github repo's that contain BLE HID

      https://github.com/asterics/esp32_mouse_keyboard

      https://github.com/I0x0I/DIY-A-BLE-Keyboard

    • MakerGram

      0x07 How to learn machine learning (for humans)
      MakerChat • • MakerGram

      4
      1
      Votes
      4
      Posts
      633
      Views

      MakerGram

      MakerGram is Live Now!

      MakerChat 0x07: How to Learn Machine Learning (for Humans) by @GKS

      Watch LIVE @ https://www.facebook.com/makergram/videos/736833737153967/

      #MakerGramLearnings #MGLive #AI #ArtificialIntelligence #MachineLearning #Humans #MachineIntellegence #MakerChat

    • kowshik1729

      BT and WiFi Dual Core simultaneous operation using ESP32?
      ESP32 • • kowshik1729

      4
      1
      Votes
      4
      Posts
      2273
      Views

      salmanfaris

      @kowshik1729 If you are using an external high-speed switch, there is only one one clock generator for both wifi and BLE and the high-speed switch you mentioned is Ultra-Wideband (UWB) 3–8 GHz from its datasheet

      b2da6871-9110-40f1-8ff0-d8313547a17a-image.png

      you also check this solution that I shared in the previous post.

      @salmanfaris said in BT and WiFi Dual Core simultaneous operation using ESP32?:

      There is a special option called “Software controls WiFi/ Bluetooth coexistence” it can control the ESP32's Bluetooth and Wi-Fi coexistence using software, more details: https://www.espressif.com/sites/default/files/documentation/ESP32_FAQs__EN.pdf

    • M

      How to make any micocontroller run forever using solar energy?
      General Discussion • • milanvarghese

      4
      1
      Votes
      4
      Posts
      546
      Views

      kowshik1729

      @milanvarghese No, the battery comes into the play only if there is no power from the solar cell. It's like inverters in our home. They activate only if main power is gone, rest of the time they keep charging. similarly here the direct power will be coming from the solar cell, only if the solar cell can't produce enough voltage battery comes into the loop and starts providing voltage to our circuit.

    • R

      How to extract features, RR interval and ST segment from an ECG signal
      General Discussion • • Rosetoby

      4
      0
      Votes
      4
      Posts
      304
      Views

      salmanfaris

      @rosetoby Thanks for sharing, can you post your queries with details, code snippet ..etc

    • rafitc99

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

      4
      1
      Votes
      4
      Posts
      548
      Views

      salmanfaris

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

    • R

      Cant upload program to esp32 using my custom circuit
      ESP32 • • Richu Bini

      4
      0
      Votes
      4
      Posts
      347
      Views

      A

      @Richu-Bini I'm not sure if this is the root cause but normally, you should add an RC delay on the EN pin. This is because the BOOT pin should reach 3.3V before the EN reaches 3.3V hence, the RC delay on the EN pin. A 10K resistor and a 1μF Cap should do it. Here's a sketch on how it should look like:
      RC delay on ESP.jpg

      Here is the part in the datasheet of the WROOM32 that tells you to do it:
      WROOM_Data.PNG

    • salmanfaris

      The New Particle Photon 2 - Powered by Realtek RTL8721DM MCU
      Development Boards • • salmanfaris

      4
      1
      Votes
      4
      Posts
      429
      Views

      salmanfaris

      @saheen_palayi Photon2 is now available at $ 17.95 on their official store page, soon it will be available on the Indian website. I was able to grab it once and will ping you once I received it.

    • B

      I am interested in data over sound.Anyone have done projects on this.
      General Discussion • • borncurious

      4
      0
      Votes
      4
      Posts
      336
      Views

      swalahamani

      @borncurious Okay got it. Yeah, Tez was really exciting in terms of how seamless it was. I really got astonished. when I got to know it was doing it over audio those days.

      So, are you looking for any libraries to do it or any sample projects?

    • zainmuhammed

      How to perform stability analysis of a drone?
      General Discussion • • zainmuhammed

      4
      1
      Votes
      4
      Posts
      410
      Views

      salmanfaris

      @zainmuhammed Oh that's cool. Let me also take a look at the stability analysis of a drone and get back to you.