I’ve been working on optimizing the connection parameters for my NRF52840 setup with 8xNRF52832 peripherals. The goal was to ensure stable communication even when the devices are a meter away. Initially, I faced frequent disconnections and packet loss, which was quite frustrating. After some research and experimentation, I found that adjusting the connection interval and supervision timeout made a significant difference. I also upgraded the TX/RX sensitivity with a PA/LNA module, which helped improve the range. Here’s what worked for me: Setting the connection interval to 120ms and supervision timeout to 300ms provided better stability without compromising throughput. I’d love to hear if others have similar experiences or additional tips for maintaining stable connections in a multi-device environment. It’s been a great learning process, and I’m excited to see how this setup performs long-term!