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:
...
Hello guys!
We have a new project were will have to use dfu ota for a custom made application on a nrf51 beacon. Since the beacons use legacy dfu we want a way around...
Hello! I am trying to advertise two 16-bit uuid's and a 128-bit uuid. I set up advertising_init as such:
I declared the following structures:
where "SENS_UUID_SERVICE...
I am using Fanstel BT832 module based on nRF52832. I am using ' nRF5_SDK_14.2.0_17b948a ' with ' s132_nrf52_5.1.0_softdevice.hex '.
I am using this module as the BLE peripheral...
Hey Dear Nordic Devzone,
Here I am again, it has been a long time. Before I was working with the nRF52840 and Segger Embedded Studio. But as of now the company I am working...
i have programmed a arduino to send data(int value) on tx ,rx pin .How shoul i set up the nrf52 (the pin no of rxd and txd on nrf are p0.6 and p0.8).Which example should i...
Hi,
I'm looking into the reliability of the BLE connection from one nrf52 to another nrf52. I'm looking to understand a few things.
Once a connection is established...
In both the SDK and production specification (PS 1.4) it is noted that the TIMER (Timer / counter) peripheral in 'COUNTER' mode (0x01) is deprecated.
For implementing a...
In my current case there is a relay node to which want to send RSSI values of beacons nearby and then relay the same information across other relay nodes in the network, So...
what is the problem of "ERROR Failed to open nrfjprog: Error occured when open device long term. Errorcode: CouldNotLoadDLL (0x3)" , when i use the nRF Connect.
the version...
Hi,
How can we receive more than 20 bytes of data from the phone? We are using s132 and SDK 12.3. I know how to send more than 20 bytes of data from the NRF52 to the phone...
I am a newbie to Nordic chips and tools and new to bluetooth. My company is doing a BLE sensor. We have a prototype board ready and I am trying to do some firmware for it...
Hi I have tried the light demo example, where I do not understand the difference between "reply_Status" and "publish_State" on the server, then someone can explain the difference...
I am currently working with an NRF51822 and managed to change the TWI frequency to 400kHz in the twi_hw_master (this worked, I can see it on the oscilloscope). I commented...