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 all,
I need to upgrade an nRF52 device with SoftDevice 5.0.0 and bootloader.
I have to upgrade from SD 5.0.0 to 7.2.0.
I use this command to generate the zip file...
Dear all,
I have some problem with SPIs co-work.
I enabled two SPI instances in this project.
SPI Instance 1 function(non blocking mode - DMA enabled, 4Mbps): reading...
Hi there, Thanks in advance for your time and attention. We started to see some cases where our devices boots and gets a NO_PAGES error after having been turned off(or at...
I try to simulate system hang by adding while(1) after calling watch dog feeding function. But watchdog event handler _wdtEventHandler() isn't called.
int main(void) { ...
Hi,
I am currently trying to read the GPIO latch register in my Zephyr NRF SDK 1.9.1 C++ project with the following line:
This is resulting in the following compile...
I have downloaded the nRF connect for PC and successfully managed wo work with the dongle using the BLE General tool but when I tried to use the power profiler tool probably...
Hello Nordic Team,
I have a nRF52833 DK and I am running Light switch Server and client applicaiton in it.
I am in the moment customizing the application for our custom...
Is there a way to disconnect from devices that have exceeded the maximum number of connections allowed?
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral...
When I want to implement my edge impulse model to my nrf5sdk code using vs code I found this errors,
Terminal will be reused by tasks, press any key to close it.
> Executing...
I've just updated my nRC Connect SDK from V1.9.1 to V2.0.0. I did this via the nRF Connect for Desktop Toolchain manager. I'm using the nRF Connect extension in Visual Studio...
Hello everybody,
i currently develop two devices, one master and one slave (sensor). Both devices have the dfu service completly working.
My problem is that the master...
Hi
I am trying to FOTA download with AWS S3 bucket.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html I am using HTTPS...
I installed the nRF Connect extension pack which also contains the nRF Terminal extension but I cannot make it work in VS Code
In the command pallette I select nRF Terminal...
Is there a way to manually initialize the nRF5 802154 radio?. I am using an external NOR flash LittleFS partition for data and the nRF5 802154 radio driver keeps complaining...
I'm trying to make some driver code to talk to a flash chip via SPI. I'm using the nrf5340 and SDK 2.0.0. I'm also doing this for the secure board environment the DK app,...