I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Good morning....
I have an application that needs a remote control to communicate to six end nodes that are about 200' away in warehouses. It is a one-way communication...
Hi
the latest Errata sheet of the nRF52840 lists number [228] RADIO: No interrupt is generated for SYNC event.
Checking it, I was a little bit surprised finding actually...
i am using BLE template from examples BLE Peripheral and adding some custom characteristics and not changing any advertisement data. But the device is advertising with only...
Hi,
I want to set up visual code studio for development. I was able to successfully run the blinky app on PCA10040 board and also emulated PCA10040e example.
After this...
Hey folks,
I don't know what's the problem but I am really struggly to implement a simple UART into my heavily modified BLE Multilink Central Example (SDK16)..
Maybe...
Hi,
In my application, I would like to transfer data from MCU ---(UART#1)---> BLE#1(Peripheral) ---> BLE#2(Central) ---(UART#2)---> PC. I start my code based on ble_app_uart_pca10040e_s112...
I am using nrf52840 pdk for sniffing zigbee network. After flashing firmware from this link on board . After connecting nrf usb port to pc , windows giving error "Unknown...
I am receiving repeated POLLHUP and reboot on my nrf91DK board (see attached log).
1) I have loaded the modem firmware with mfw_nrf9160_1.1.1.zip. (I also tried version...
Hello Nordic,
I have a sparkfun nRF52840 mini and I want to know which project from nRF5_SDK_15.3.0_59ac345 should I use to have my nRF52840 slave in the TWI communcation...
I am currently working from an SDK16.0 peripheral example utilising freeRTOS and polling the softdevice (NRF_SDH_DISPATCH_MODEL == 2).
This has worked fine for nRF5 SDK...
I have some problems with the TWI (I2C) and it seems that TWI1 does not send anything. I have managed to create a simple example to recreate the issue. I am using TWI1 instead...
Hello.
Is it possible to send more than 1B data via blinky characteristic from central to peripheral? I made my project with two characteristic (my own 128-bit UUID) basing...
I am using android ble with kotlin. I ported the Blinky example to kotlin. There is a reference escaped in object construction when on construction the BLEManager invokes...
Dear Nordic Team!
I am verifying my tools chain for nrf52840 Mesh project development by mesh light-switch example. I have 4 PCA10056 and make them to 1 provisioner, 1 client...