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 all,
I'm trying to use the experimental ANCS example with an iPhone iOS 8.3. My Nordic SDK is 8.0.
The sequence is the following :
Flash the example on the dev...
Hi,
I'm looking at interrupts from three different GPIO-pins. I'm setting it up like this:
static void gpiote_init(void)
{
uint32_t pins_low_to_high_mask = INTERRUPT_1...
Hi,
I'm using device manager for bonding starting from a sample application in the SDK.
I see that the DM_EVT_CONNECTION is raised before the BLE_GAP_EVT_CONNECTED but...
Is there a way to prevent nrfjprog from disabling target power from the J-Link when programming? I've tried setting power on perm but to no avail, nrfjprog powers down my...
I would like to know the RAM usage of my nRF51822 application. I found this post discussing some of it, but there is no obvious conclusion yet. I am using Keil for development...
I am using nRF51822-QFAA_Rev2. S110 7.1.0, SDK6.1.0.
First, program bootloader, then program \s6310\s110\ble_app_hrs\arm\ble_app_hrs_dfu code.
I use Android nRFtoolbox...
When performing a DFU using the latest iOS nRF Toolbox I keep getting an "Error on init Packet Message:Operation Failed". The DFU works fine with the same firmware application...
HI:
i use master control panel to write data to 51822(sdk8.0 ble_app_uart),but i can't write successfully.i do as help information.and i have selected the right UUID and...
I've just got up and running with the nRF51 DK. I've had a play with some of the examples, and now I've started on my own project using ble_app_template_s110_pca10028 as a...
After startup, I was able to send a spi msg from the master (app chip) to the slave(nordic). But when I try to sent the second message, I did not get any response from the...
I am using the SPI Slave peripheral and attempting to send the nrf51822 bytes from another MCU.
Am I right to assume that there is, basically, a 256 byte max per transaction...
Hi,
I have nRF51822 board which works great with my app when running on iOS 7
The application listens for iBeacon transmission and displays them.
When i installed my...
Hi, I made a custom PCB.
I use a Revision 2 MCU.
The antenna is printed. I didn't used the chip antenna.
Sorry for not showing both the full schematic and the...
Dear all,
I'm trying to connect the NRF51-DK (PCA10028) with a LSM330DLC accelerometer over TWI (I2C). I'm using the ble_app_uart example, included the twi_master.h file...
I need to implement a function to store some parameters such as uart baud rate and use these parameter for device initialization, The parameter could be modified when the...