You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
geometry dash scratch
HI ANT support team.
I have a question relate to TX power in ANT application:
- ANT Tx application using: ant_broadcast ->Tx
- ANT Rx application using: ant_continuous_scanning_controller
- SDK 17.1, segger embedded studio
- nrf52833 chip set.
We using ANT application connect to sensor. Each 30s sensor wakeup Ant appliction by external interupt and transmit data by call "ant_message_send()" function.
My program running normally. It mean we can see Tx power each 30s.
But observe on power consumtion monitor i see that it seem ANT appliction transmit power each 2s instead 30s.
On my project #define CHAN_PERIOD 65536 (2seconds).
Can we have any function to make ANT Tx only transmit data with customer pre-define time instead maximum 2s?
=> it take so much power if ANT Tx transmit each 2s, and our production cannot running in target time(3-5 year)
Can you help me ASAP, our customer need mass product 500k/year. It is very important with us
You can see in PIC bellow:
Channel Period = (desired interval in seconds) * 32768
Channel Period = 30 * 32768 = 983040
c
#define CHAN_PERIOD 983040
HI ANT support team.
I have a question relate to TX power in ANT application:
- ANT Tx application using: ant_broadcast ->Tx
- ANT Rx application using: ant_continuous_scanning_controller
- SDK 17.1, segger embedded studio
- nrf52833 chip set.
We using ANT application connect to sensor. Each 30s sensor wakeup Ant appliction by external interupt and transmit data by call "ant_message_send()" function. tiny fishing
My program running normally. It mean we can see Tx power each 30s.
But observe on power consumtion monitor i see that it seem ANT appliction transmit power each 2s instead 30s.
On my project #define CHAN_PERIOD 65536 (2seconds).
Can we have any function to make ANT Tx only transmit data with customer pre-define time instead maximum 2s?
=> it take so much power if ANT Tx transmit each 2s, and our production cannot running in target time(3-5 year)
Can you help me ASAP, our customer need mass product 500k/year. It is very important with us
You can see in PIC bellow: