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:
...
We am improvising nrf blinky application, we have got stuck in a problem, after button is pressed from nrf52-dk code goes into forever loop and after a while connection is...
I have two nrf51822 modules and first one is sdk8.0.0 / s110 / peripheral device, second one is sdk10.0.0 / s130 / central device. I've sent a 10-character data array like...
Using:
SDK14
Softdevice132 V5.00
app_uart driver with legacy, no easy dma.
UART is set up with hardware flow control.
The pins should be set up correctly: rx-tx , cts...
i want to konw ble evt struct 's content of meannig . i want to find what's the return value when packet send fail and what is the channel id different from other ruturn value...
Hello,
I want to falsh nrf51422 device. I ma developing software using Eclipse and SDK_7.2.0.
The soft device is 130. I have build the project successfully and Hex/elf...
Hi
I'm trying to communicate between nrf51-DK and arduino using twi. I was able to send data from nrf51-DK to arduino using nrf_drv_twi_tx but when I'm trying to send the...
Reference PWM_driver sample code,
I set the customer status of the LED,
And it also can change status by button,
static void bsp_evt_handler(bsp_event_t evt)
{
void...
Hi,
I want sample code for configuring baud rate of UART from mobile application (nRF Connect). So I don't need to hard-code the baud rate in my program.
Please share...
With version v2.0 of S332, I checked for a return of BLE_ERROR_NO_TX_PACKET when using the ble_nus_string_send function. I use this test in a routine which writes buffers...
I called these command:
nrfjprog -f NRF52 --eraseuicr
nrfjprog -f NRF52 --program app.hex --sectorerase
During the eraseuicr I see:
Erasing UICR flash area.
Applying...
Hi there,
for my Application, I want to listen for all BLE packets on a fixed channel.
No SoftDevice is used.
I receive all packets as long as BASE0/1 and PREFIX0/1 and...
now, i have a question: i have a buffer 100byte data to send, when i send data package via sd_ble_hvx() continus,delay 20ms after each send ,but it will lost some data , i...
HEllo,
I am facing and issue with undefined references for the linker. The compiler is able to compile, but I get linker errors like these
.../pca10040/s132/arm4...
Hello everyone, I recently use the nRF51822 with SD9 and S110, I found that the device name was define as: #define BLE_GAP_DEVNAME_MAX_LEN 31
is it means the max length of...