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

      Application Design for Smart Lighting Systems
      UAV • • anselbevier

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • J

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

      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • J

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

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

      No one has replied

    • D

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

      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • M

      RTA Clothing
      General Discussion • • mariakristen

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

      No one has replied

    • Neha Kamal

      Interactive signage - project clarification
      TinyML • • Neha Kamal

      1
      0
      Votes
      1
      Posts
      52
      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
      69
      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
      406
      Views

      Abhay

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