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

      Need Advice: Best Chef Coats for Small Kitchen Team
      General Discussion • • johnsmith

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • J

      Lintex - Where Function Meets Professional Style in Doctor Scrubs
      General Discussion • • johnsmith

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • J

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

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • D

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

      1
      0
      Votes
      1
      Posts
      26
      Views

      No one has replied

    • M

      RTA Clothing
      General Discussion • • mariakristen

      1
      0
      Votes
      1
      Posts
      20
      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
      20
      Views

      No one has replied

    • Neha Kamal

      Interactive signage - project clarification
      TinyML • • Neha Kamal

      1
      0
      Votes
      1
      Posts
      51
      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
      63
      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
      393
      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
      1824
      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.