# Particle Boron - nearby bluetooth logger BRN404X

**URL:** https://community.particle.io/t/particle-boron-nearby-bluetooth-logger-brn404x/67179
**Category:** Project Share
**Created:** [July 10, 2024, 12:07pm UTC](https://community.particle.io/t/particle-boron-nearby-bluetooth-logger-brn404x/67179 "2024-07-10T12:07:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![erkele](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/erkele/32/10463_2.png) [@erkele](https://community.particle.io/u/erkele)
#### Post date: [July 10, 2024, 12:07pm UTC](https://community.particle.io/t/particle-boron-nearby-bluetooth-logger-brn404x/67179/1 "2024-07-10T12:07:07Z")

</div>

Hi All,

Is there a possibility to have the Boron turn on, log the Bluetooth devices nearby and publish the names of the Bluetooth devices nearby?

I saw this [Bluetooth LE | Reference | Particle](https://docs.particle.io/reference/device-os/bluetooth-le/#device-nearby) but it is more for two devices from my understanding.

Any ideas about this would be great.

Kind regards,

---

<div class="post-metadata">

### Author: ![rickkas7](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/rickkas7/32/8681_2.png) [@rickkas7](https://community.particle.io/u/rickkas7)
#### Post date: [July 10, 2024, 12:10pm UTC](https://community.particle.io/t/particle-boron-nearby-bluetooth-logger-brn404x/67179/2 "2024-07-10T12:10:36Z")

</div>

Yes, you can wake up, scan for advertising devices, log this information, and go back to sleep.

In your case, you'd do the BLE.scan like in that example, but instead of searching for a specific class of devices, you'd just process all of the scanned items that were found.
