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...
Hi guys,
Does anybody know how to send the sensor data from the nrf52832 device to the terminal when it is not connected directly to the PC with USB cable. I tried with...
Hi,
I know that a peripheral device can wake up from sleep by app_timer, but can a peripheral device whose power state is System ON IDLE be woken up by a scanner nearby...
Hi, We are developing a product based on the nRF52832 and have been measuring the current consumption on our first prototypes with a Keysight N6705 power analyser. We seem...
Hi,
I'm using SDK 1.2.0 with modem fw v1.2.0
My goal is to improve the fixing time while moving (pedestrian speed). For that I implemented SUPL on my project with the...
Hi,
My Thingy 91 wouldn't connect so I tried to update the firmware. However, I seem to have a different hardware version to what is described on pages like https://devzone...
Hello,
We are considering using the Thread protocol for in an application where we have one or more central devices distributing data to several peripheral devices. However...
I'm working on TWI with nrf52832 dev board, using examples from SDK 16. Here's the code:
I see no activity on the logic analyser and the application gets stuck in the...
Hello, Im working on project that communicate with gps/gprs and it works with the example/peripheral/libuarte. but when I want to integrat it (add) it to central peripheral...
Hello Support
I have an error when I try to add a custom CLI command with the API "otCliSetUserCommands()" . I added two commands for my example. The commands work fine...
Using the following:
Rigado BMD-360 nRF52811 development board.
Softdevice S140 7.0.1
SDK 16.0
Using two development boards inches apart, one development board sends...
I flashed two nrf52832 with a black magic probe. Unfortunately after reconnecting the USB, I wasn't able to flash them anymore. So, I tried the nrfjprog command line program...
Hello,
Our application is currently based on the Nordic SDK services such as app_scheduler and app_timer. It is not possible to change this to use an RTOS do to regulatory...
Hi Devzone:
I am trying to gauge the power consumption after nrf_power_system_off() is called.
So is there a list of the hardwares that "nrf_power_system_off()" shuts...
I am using nrf52832 radios to communicate using ESB without DPL. I have selective_auto_ack=true and I set the payload.noack=true. But each time I transmit and there is not...