# Follow me - IR Beacon to next level - Edge Impulse or more blob hacking?

**URL:** https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827
**Category:** OpenMV Boards
**Created:** [December 28, 2022, 12:39am UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827 "2022-12-28T00:39:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![johnDB](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/johndb/32/2134_2.png) [@johnDB](https://forums.openmv.io/u/johnDB)
#### Post date: [December 28, 2022, 12:39am UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/1 "2022-12-28T00:39:28Z")

</div>

I’ve just built a decent follower using IR Beacon that of course only works in a controlled lighting environment… The steering and propulsion is simple code and so far is snappy and reliable via an ad-hoc socket-based API (code attached)…  
[ABBY\_Side\_FollowMe.py](https://forums.openmv.io/uploads/short-url/x7CYXX3pLniBT3KYCdWZN0EBKHx.py) (4.2 KB)

I will now attempt to replace the IR Beacon with something that can work in wider, less controlled environment and I’ve ordered a few H7 Plus and created an Edge Impulse account in case that’s the way to go.

I’d like to be able to follow (day/night/indoor/outdoor) a 10CM square brightly colored product logo for example. Would you think the best approach is TF via Edge Impulse or just hack away at blobs using code() and bins() on my H7?

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [December 28, 2022, 2:50pm UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/2 "2022-12-28T14:50:06Z")

</div>

The lead time for the H7 Plus is like going to be 5+ months from now if you are lucky.

Anyway, you can do everything you want on an H7 normal with Edge Impulse. The tool can build a custom firmware for you that will run your impulse with it being built into the flash. This gives you the best performance and doesn’t cost a lot of RAM.

---

<div class="post-metadata">

### Author: ![oramafanis](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/oramafanis/32/1783_2.png) [@oramafanis](https://forums.openmv.io/u/oramafanis)
#### Post date: [December 28, 2022, 5:22pm UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/3 "2022-12-28T17:22:44Z")

</div>

How many fps would be possible for an edge impulse program ?  
Blobs work really fast.

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [December 28, 2022, 7:05pm UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/4 "2022-12-28T19:05:01Z")

</div>

20 to 30 FPS. We can do 30 FPS with the FOMO network.

---

<div class="post-metadata">

### Author: ![oramafanis](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/oramafanis/32/1783_2.png) [@oramafanis](https://forums.openmv.io/u/oramafanis)
#### Post date: [December 29, 2022, 7:13am UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/5 "2022-12-29T07:13:11Z")

</div>

Is there any fresh tutorial on how to work on it. I have to try it…

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [December 29, 2022, 12:40pm UTC](https://forums.openmv.io/t/follow-me-ir-beacon-to-next-level-edge-impulse-or-more-blob-hacking/7827/6 "2022-12-29T12:40:32Z")

</div>

It’s on the edge impulse website. Google FOMO network and they show how to compile one for an openmv cam.
