Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi guys,
My question is really general: How do I reduce the TX Power of an nrf51822 BLE beacon?
The situation is the following:
1. I ordered this device: https://www...
We have a problem on our test system: it cannot communicate with our DUT on ATT level after 30 seconds.
Our DUT consists of a NRF52840 with SDK 16.0.0 and softdevice S113...
I have an issue with the NRF beacon code combining with the NRF rtc code.
I want to set up a bluetooth advertisement with an incrementing value. Therefore, want a timer...
Hello,
I am using ble_app_uart example in nRF SDK 15.2.0 in which I have included "nrf_drv_gpiote.h" and initialized gpiote as follows:
After making this change, the...
Hi Devzone!
I'm planning to integrate fpu_fft with ble_app_uart, and did it.
I wanna use IRQ of fpu_fft but I can't find where I should define fpu_interrupt_mode.
...
what is a last Online Power Profiler? this one ( https://devzone.nordicsemi.com/power/ )?
And I am wondering what is the model exactly I couldn't find the effect of connection...
Calling modem_info_short_get for the parameters MODEM_INFO_MCC, MODEM_INFO_MNC, MODEM_INFO_AREA_CODE and MODEM_INFO_CELLID fail. Call to modem_info_short_get works with MODEM_INFO_CUR_BAND...
Hi,
This is a follow-up question on RSSI measurements. I understand that it's generated from an ADC that measures voltage received from the antenna. My questions are......
Hi my company is trying to find a way to read the frequency of that 32 Mhz external oscilator on nRF52840.
As we cannot directly probe the oscilator due to the capacitor...
I am currently working on getting a pwm to work on port 0 pin 1. I am using the dev board, and a custom board.
when I use pwm_pin_set_usec ( pwm_dev , 1 , 5000 , 25 00 ...
Hi.
setup is 52832, SDK15.3.0, S332
I set MIn Max connection inverval is 500ms.
when connect using nRF Connect app, it is not change immediately connection inverval...
Hi There i have a Code handling two events simultaneously, one event is advertisement And the other is scanning which is done every half an hour. the average current consumption...
Dear Nordic Support,
I am using nRF52 SDK v16.0.0 . I am running BLE peripheral examples. As I read from the examples, the button 1 is used for sleeping and waking the board...
Hello,
after updating the modem fw to v1.1.0 the application fails to read the sim card information using
AT+CIMI after starting up.
The same application did work perfectly...