# How do I reduce polling frequency?

**URL:** https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219
**Category:** Questions about Thunkable X
**Tags:** bluetooth
**Created:** [July 25, 2022, 11:23pm UTC](https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219 "2022-07-25T23:23:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![eduardo.baladaozm3a2](https://avatars.discourse-cdn.com/v4/letter/e/bcef8e/32.png) [@eduardo.baladaozm3a2](https://community.thunkable.com/u/eduardo.baladaozm3a2)
#### Post date: [July 25, 2022, 11:23pm UTC](https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219/1 "2022-07-25T23:23:01Z")

</div>

> [@How to close a screen correctly in thunkable](https://community.thunkable.com/t/how-to-close-a-screen-correctly-in-thunkable/1435136/10):
>
> screens in a **navigator**.

Hi! I am using my screens in a navigator but still not working propertly and getting slow. I run part of program forever in first screen to recieve BLE data continously and each time I go to another screen and come back I can see twice or more data upgrades per second. Every screen into navigator. Any other ideias?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 26, 2022, 9:06am UTC](https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219/2 "2022-07-26T09:06:00Z")

</div>

Hey @eduardo.baladaozm3a2,  
Going to move this to a new topic since I’m not sure it’s related to screen navigators.

> [@eduardo.baladaozm3a2](#):
>
> each time I go to another screen and come back I can see twice or more data upgrades per second

From this description it sounds like the data are being polled twice, is that right ?

What blocks are you using in your `when Screen opens` event?

---

<div class="post-metadata">

### Author: ![eduardo.baladaozm3a2](https://avatars.discourse-cdn.com/v4/letter/e/bcef8e/32.png) [@eduardo.baladaozm3a2](https://community.thunkable.com/u/eduardo.baladaozm3a2)
#### Post date: [July 26, 2022, 2:00pm UTC](https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219/3 "2022-07-26T14:00:32Z")

</div>

Hello again! I cross the night looking for a way and apparently i found.

My blocks are simple as fill labels with data get from a local storage and in the and a forever block getting each 1 second new data from ble.  
When I separate this forever blocks to a function and make It stop before click any buttom to change screen it work.  
Even other screens in navigator work without add more and more geyting data from ble, now its only one and notting get slow.  
I hope could be understandable in the text.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [October 24, 2022, 2:00pm UTC](https://community.thunkable.com/t/how-do-i-reduce-polling-frequency/1976219/4 "2022-10-24T14:00:58Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
