MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • J

      3D-printed anatomical models are really the most underrated inventions of our time.
      General Discussion • • johnsmith

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • D

      suggestions for an ESP32 based Signal hunt event
      General Discussion • • deratheone

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • M

      RTA Clothing
      General Discussion • • mariakristen

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • J

      TIL: 3D printed prosthetics are way more advanced (and accessible) than I thought
      General Discussion • • johnsmith

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • Neha Kamal

      Interactive signage - project clarification
      TinyML • • Neha Kamal

      1
      0
      Votes
      1
      Posts
      49
      Views

      No one has replied

    • R

      Suggestions for Edge AI Board for Vision-Based Automation (Light/Audio Control)
      TinyML • • rahuljeyaraj

      2
      0
      Votes
      2
      Posts
      61
      Views

      salmanfaris

      Hi @rahuljeyaraj ,

      Welcome to the MakerGram community forum, There are several capable development boards available right now for the application. I'm sharing the one we have at our MakerGram inventory,

      For small models, I recommend using - XIAO ESP32-S3 Sense along with Edge Impulse platform to create the model, Here the processing is managed by the esp32 Core itself. It maybe feel slower if the mode it bit heavy.

      next option for small models is Seeed Grove Vision v2 camera where all the processing will done in the inbuilt "Arm Cortex-M55 & Ethos-U55" and you can get the inference results via the I2C or UART from the board, later you can process with Arduino or any XIAO board itself.

      If the model is moderate in size, better to go with Raspberry Pi and v2 or v3 camera and use the Edge Impulse models.

      Currently, we have these board available.

    • Abhay

      Compilation Error for Seeed XIAO nRF52840 Sense in Arduino IDE on macOS
      TinyML • • Abhay

      5
      1
      Votes
      5
      Posts
      386
      Views

      Abhay

      @salmanfaris Thank you Salman, This solution worked for me.

    • J

      Need Help: Error compiling for board AI Thinker ESP32-CAM.
      ESP32 • • jacob_jipson

      8
      1
      Votes
      8
      Posts
      1815
      Views

      salmanfaris

      @mahesh02 From the current Arduino ESP32 board files, we don't need to install the ESP-NN separately.

      But try to choose the esp32 board version 3.1.3 and check, as I also faced issues with the latest esp32 board file.

    • Vishnuraj2003

      Correct SSD for A203 Carrier Board
      UAV • • Vishnuraj2003

      2
      0
      Votes
      2
      Posts
      164
      Views

      salmanfaris

      Hi @Vishnuraj2003, I see you have A203v2 Carrier Board and it will support M.2 Key M disk 2242 as per the product page.

      e7fb9d0d-3d56-449e-b088-8c2cc9e3d4df-image.png

    • J

      Error of compiling for the Ai thinker esp32-cam
      ESP32 • jnr • • juniot237

      3
      0
      Votes
      3
      Posts
      404
      Views

      Benocarrental

      This also happened to me when I was given a task from my company, So what I can recommend is:
      Ensure that the correct board, "AI Thinker ESP32-CAM," is selected in the Tools menu of your Arduino IDE.
      If the board is not listed, you may need to install it through the Board Manager. Search for "ESP32" and install the latest version.
      Ensure that necessary libraries like ESP32-CAM, WiFi, and HTTPClient are installed. You can install them through the Library Manager.

      Carefully check your code for typos, missing semicolons, or incorrect syntax.
      Verify that you're using the correct function names and parameters.