Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hi
I've noticed that the Generic Attribute Service in profile code developed with S110 is missing the READ property on the Service Changed characteristic. It has INDICATE...
Hi, I want to logg faults on my system so in the app_error_handler I want to store some data to flash. This location in flash is erased earlier when no error was present so...
Hi,
I would like to know the time it takes to send the three advertising messages in one advertising period (on channel 37,38,39). What is it? How do I measure it?
Can anyone post this file, or a link to it? I don't have Keil(using GCC with Eclipse) so I appear to be unable to intall the pack that contains this. I am trying to get the...
I want to use timer0 to get exact time delay (without soft device used).
Timer0 configuration is as
void timer0_initialization(void)
{
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi,
At present time I perform many tests with power level and link stability. And noticed that if cover nRF base device with hand or put into pocket the disconnection with...
Hello,
Is there any way to configure the flash data default values during programming phase with Keil IDE?
In IAR, it is possible using a file ".s43" included in the...
Hello, I'm using the nRF51822_QFAA chip on a custom board, but the layout and parts are the same as on the nRF51822 USB dongle . I tried flashing the Board\pca10001\s110\ble_app_hrs...
I am using nRF8001 with EMF32.
inside hal_aci_tl_send function
C : 1, 14,
inside hal_aci_tl_event_get function
E : 3, 132, 128, 130,
It is looks like
Length == 3
...
Hi,
I am working on a small (1 inch square) bio-sensor project that needs Bluetooth capabilities. I like the nRF51822 and was looking into the dev board ( www.nordicsemi...
Hi
I am setting up a production programming script, and would like to know if it is possible to write short strings or numbers directly to flash. For example, i would like...
I use an ISP 130301 Development Kid for getting familiar with the nRF51822.
I flashed SD110 on the Demo Board with nRFgo Studio and compiled and loaded the proximity example...
Hi, I have a project where I need to communicate using UART BLE between nRF51822 and a PC ThinkPad with Windows 8 and embedded BLE4.0 hardware.
I have programmed the nRF51822...
I'm running into a hardfault. I perform some initialization and enter a main loop. At the end of the main loop, I put the soft device into sleep mode and wait for an interrupt...
Hi,
Recently I updated my SoftDevice on beacon from 7.1.0 to 8.0.0. Unfortunately, I met the same problem with advertising timeout which I faced with in SD 7.1.0, but the...