Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
Hello, you great people!
I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The...
Hi All,
I want to send data, like some number, via BLE from smartphone to nRF52. I have to use an external module for this project, because my application uses also bluetooth...
Hello,
I'm using nrf52 with SDK 11 and softdevice s132 v2.0.0. We are close to release our product for testing and I need to add DFU on it. The non secure bootloader is...
I am trying to upload a bootloader to an nRF52832 chip. (This chip is on the ruuvitag and is programmed through their developer board).
I got the bootloader working on...
Hi all,
I'm attempting to develop a feature that will allow our users to personalize their device name. The user will have the ability to change the device name while connected...
Hi
I add the fstorage to ble_app_uart on the SDK v14.1 to work on nRF52810. After fstorage initialization, I could write data to flash.
However, if I write the data...
Hi, I'm testing the light control example from Mesh SDK 0.10.1.
Although I have received an answer about the future plans of mobile Mesh SDK from developer Hung Bui that...
Hi,
I have some data which i want to send from nrf51-dk to ESP8266 . i have tried Ble UART central example to write data serially but doesn't achieve any result. I have also...
I have 2 Channels with SAADC taking samples. They are configured to respond to BLE characteristics that have read and notify properties, each channel has its own characteristic...
Hi,
As in the Product Specification of nRF52, pin number 9 and 10 are configured as NFC pins. However, this setup is conflicted with our pin mapping for other sensors in...
I am trying to store a small amount of data on the nRF52832 with the FDS module.
I followed the following code found in another question:
devzone.nordicsemi.com/.../...
Hi,
We are currently migrating our codebase from SDK 13 to SDK 14 for NRF52832 based board. One major difference we see is that SPI transfer completion callbacks are not...
Hi Dear Nordic!
We have prepared 200 pieces of PCB (used nRF52840) to pre-test our Product.
Now we are waiting for nRF52840 IC to solder.
Is it possible to buy ~...
Hello,
I've just found the Zephyr project which provides very interesting features and many questions are rising in my mind, but I don't know if this is the correct place...