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 Nordics,
I have been trying out the SDK 15.2 DFU using serial / usb serial based on this
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Modify the channel in the receiving mode, call the "nrf_esb_stop_rx" function in the "nrf_esb_event_handler" function, but what if the "if (m_nrf_esb_mainstate == NRF_ESB_STATE_PRX...
Hey Devs,
Would someone be able to tell me the power draw on the Thingy? How long will the onboard battery (1440 mAh) last on it?
Help is appreciated.
Thanks,...
Hi, I am developing firmware to run on a custom board using the nRF52810-CAAA chip. I need to meet very strict lower power consumption thresholds, and need to very precisely...
We are in development of a wearable ecg medical device. We want to add 4g low power capability. The device is a patch worn by patients 24/7 up to 30 days. Our current requirements...
Hi,
Is it possible to set CONFIG_HEAP_MEM_POOL_SIZE to be more than 16384?
I try to configure CONFIG_HEAP_MEM_POOL_SIZE = 94208 and when the heap allocated until 36830...
I have a device at -35 °C temperature, and sometimes I get the error "BLE_ERROR_INVALID_CONN_HANDLE" when in the ble_evt BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST. I'm using the...
For pairing key passing in ble_app_hrs, i have used the ble_app_gls example but it did not worked.
can anyone help me in how to pass pairing key issuse.
i have a question...
Hi! I am developing a network of temperature and humidity sensors, using nrf52832 and hts221 with the ide ses ... for this, I am using thingy 52 as a peripheral that sends...
Hi,
I have a project with NRF52832 and PCA10040 and SDK 16 and need to use both BLE and UART DFU. I can initialize and use them separately but I don't know how to use them...
Looking at the GPS driver source code, it seems there is no GPS hot start mode. In order to get the hot start working, do I have to modify the driver myself, or is there some...
have installed the software for Wireshark and I can see the interface in Wirshark, but I do not see and COM appearing in the Interface window nor does the sniffer appear as...
After many reboots, suddenly I got stuck at this error on every boot:
The data that's on the flash pages:
My mesh init params:
Using NRF52832, SDK 15.3.0, SD 132...
I have designed my own board, based around the nRF9160 but unfortunately I am unable to connect to an LTE network.
I am running the at_client code and using LTE Link Monitor...