https://github.com/edgeimpulse/particle-energy-monitor
Standalone Inferencing on Photon 2 for Energy Monitor from https://studio.edgeimpulse.com/public/288532/latest
https://github.com/edgeimpulse/particle-energy-monitor
Last synced: about 2 months ago
JSON representation
Standalone Inferencing on Photon 2 for Energy Monitor from https://studio.edgeimpulse.com/public/288532/latest
- Host: GitHub
- URL: https://github.com/edgeimpulse/particle-energy-monitor
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2023-10-10T21:20:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:12:40.000Z (3 months ago)
- Last Synced: 2025-03-07T00:58:42.550Z (about 2 months ago)
- Language: C
- Size: 12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exported Edge Impulse's Particle Library for Imagine-Demo-All-Permutations_inferencing
## To use in Particle Workbench
1. In Workbench, select **Particle: Import Project** and select the `project.properties` file in the directory that you just downloaded and extracted.
1. Use **Particle: Configure Project for Device** and select **[email protected]** and choose a target. (e.g. **P2** , this option is also used for the Photon 2).
1. Compile with **Particle: Compile application (local)**
1. Flash with **Particle: Flash application (local)**
> At this time you cannot use the **Particle: Cloud Compile** or **Particle: Cloud Flash** options; local compilation is required.
## Examples
`src/main.cpp` already contains one of the examples found in `examples/` directory. If
you wish to use a different example, copy the `main.cpp` file from the example
in the `examples/` directory and replace `src/main.cpp`.You may need to install additional libraries using **Particle: Install Library**
for some examples. See the example source for details.### static_buffer
The `static_buffer` example can be used to feed raw features directly for
inference on target. Copy raw features from the **Live classifiaction** page of
your project into the `features` array. For more information see
https://docs.edgeimpulse.com/docs/deployment/running-your-impulse-particle.