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...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
Hi,
I would like to secure my application using security mode 1 level 3. LE Legacy pairing with OOB key sharing. (both master and slave device does not have I/O Capabilities...
I'm trying to build a proof of concept for a BLE gateway that captures data from BLE sensors and sends it to the cloud via LTE-M connection. I'm hoping that the gateway can...
Hello all,
We are working on an nRF52832 and use the UART peripheral in the latests Zephyr release. As we have a lot of data to send from the nRF to the linux host we are...
I have created a project using the sample LWM2M client project using SDK 1.9.1. This is then flashed into an nRF9160 DK dev board. The device is able to complete bootstrap...
Hi All!
I am using a custom board having nrf52833/20+nrf21540 to extend the range. I am using the nrf5 SDK 17.0.1 "Radio test" example to do my job.
The issue is that...
Hi,
I have a nrf5340, on a custom board
I call bt_enable(NULL) without error, but when I try and cretae an advertisment set, calling bt_le_ext_adv_create returns error...
Hi,
I have worked on nRF 5340 (nRF connect SDK v1.9.1) for last few days and now able to use and modify some examples.
Recently, I have received the nRF 5340 audio DK...
Hello, I can run "nRF5_SDK_15.2.0_9412b96" examples with the nrf52840 eval kit pca10056/s140 without any problem, but I can't run the same examples with custom board. all...
Hi,
I wan't to report a bug in the newest update of the nRF Connect for VS Code 2022.7.207. When building the first time after opening VS Code everything works fine. The...
Hello,
When I was building my nrf9160 dk project the beginning of this year (2022), everything was building and working fine.
The project was put on hold until a few weeks...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) . In this example the...
Hi,
We have a project that has a custom protocol over UART. We also would like to use MCUMgr over UART as well. What would be the recommended method to integrate the two...
Hi everyone,
Im porting a board from SciLabs to Nordic; since the NRF52811 is in stock I am using it via the nRF52840DK.
The included sample adc application doesn't seem...
Hi,
I'm trying to integrate into my project parts of the SDK responsible for USBD handling, sadly with no avail. Even it I get through all missing files, set all the needed...