Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
Dear Sir .
I have on my custom board 2 spi , spi1 and spi3.
&spi3 { status = "okay"; compatible = "nordic,nrf-spim"; sck-pin = <31>; mosi-pin = <9>; miso-pin = <30>;...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi.
I programmed the firmware in " https://github.com/NordicSemiconductor/pc-ble-driver " share folder to a nrf52840 dongle.
NRF_SD_BLE_API=6
I took the example heart...
I can send a command to a custom cluster through the Zigbee CLI, which is installed and running as a Coordinator on a nrf52840 dongle.
However, I must respond to commands...
Hello Nordic!
We are going to develop the device under the following conditions - nRF52832 - SDK11 - SoftDevice S132 v2.0.1
We are planning to add Serial DFU feature to...
Hi, I am porting an app from SDK 14.2 to SDK 16 (nrf52832) and noticed some strange behaviour with nrf_delay_ms - it is not delaying anywhere nearly long enough. I have built...
I have been able to program the nRF52 DK perfectly the past couple weeks and just recently got an nRF9160 DK.
I tried to update the 9160 DK to the latest firmware using...
Hi,
What is TWI transaction manager? Is this a hardware or just software library? Does it work with TWIM (with easy DMA)?
I have a suggestion that when making an example...
I see that there is a significant drop in average current with DC/DC on, will this also be true if I already have a 3V from a BMS (with its own DC/DC) supplying to Vdd (won...
Hi, I have one service UUID ffe0 that has two characteristics: one of has UUID ffe4 use for "notify" and other one has UUID ffe5 use for "write and read". Now i want to get...
Hello,
I'm having a system consisting of an nRF52 and another processor, with UART between them. If the other processor restarts, nRF's RX line will be pulled low for some...