Skip to content

Commit

Permalink
formatting and description
Browse files Browse the repository at this point in the history
  • Loading branch information
dtischler committed Jul 14, 2022
1 parent 729950b commit 762f57b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions occupancy-sensing-with-silabs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: xxx
description: Using the SiLabs xG24 to determine if a room is occupied or empty.
---

# Occupancy Sensing with SiLabs EFR32MG24
Expand Down Expand Up @@ -229,14 +229,10 @@ Predictions (DSP: 188 ms., Classification: 4 ms., Anomaly: 0 ms.):
EmptyRoom: 0.002031
```

### Option 2: Exporting the Impulse as a C++ library with SLCC(Simplicity Studio Component file) and building the binary locally
### Option 2: Exporting the Impulse as a C++ library with SLCC (Simplicity Studio Component file) and building the binary locally

Edge Impulse offers its users the possibility to export the model as a C++ library that contains all the signal processing blocks, learning blocks, configurations, and SDK needed to integrate the model ub your own custom application. Moreover, in the case of the xG24 devkit, it also provides the Simplicity Studio Component file.

All assembled and ready to test!

![](.gitbook/assets/occupancy-sensing-with-silabs/intro-2.jpg)

## Conclusion

By understanding occupancy patterns, building managers can make informed decisions that will improve the comfort, safety, and efficiency of their buildings.
Expand Down

0 comments on commit 762f57b

Please sign in to comment.