Question/Issue:
Hi,
I’m really excited about Edge Impulse and the possibility of using it on
microcontrollers. I already have a “cat doorbell” app.
But it uses a whole Raspberry Pi 4b. I would like to shrink it down to
be used on a microcontroller (like the Pico W, for example). Edge Impluse
seems perfect for what I want.
But I’m confused about a couple things.
-
Once the device is trained and configured, does it still need to be virually
connected to Edge Impulse? In other words, is there a requirement to have a
constant connection back to my ID on EI? -
I notice that EI uses its own firmware for the microcontrollers. I have the
need to run other logic on the same box using Python. For example, I may need
to detect movement and hear a cat meowing and then send a POST to a REST API.
Is that possible? Or, does the firmware preclude the user from doing anything
other than just sound classification (for example)?
Thank you,
-T