Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...
onkey_full_20170814.hex
onkey_0000.hex
onkey_boot_s132.hex
This time 14.0 sdk was updated.
There was a problem after the update
Problems when uploading bootloader...
Hi,
I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51 controller.
I am using muliple nrf51 devices to connect each other and share sensor data with each...
I'm using a pin for trigger switch input with the following codes
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;...
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask...
Hi,
i am working on custom nrf52 board which is operating by Li battery of 3.7v 27mAh battery. now the battery is dead i didnt find 27mAh batteries in the market near to...
Hello there,
I am working with a peripheral device that we are testing with many different devices, and have run into a very unusual issue. With a brand new Android tablet...
Hii all,
I'm working on a project that device will have both central and peripheral capabilities so we are using s130. I tested my application with 2 central links and...
I have installed and un-installed all the required components to run the dev kit with eclipse. As everyone knows this is complicated because there are multiple sources of...
Hello!
I'm from a small company located in Austria. We are in the smart lock business and at the moment working on passing the CE certification with our newest hardware...
Hello All,
I am designing one custom board where i want to Handle the LEDS, Like in Nrf51DK when we connect through UART_APP from smartphone blinking LED1 on DK gets constant...
Hello,
I have a project in witch I want to send the data received from an Arduino by UART, this data has a size of a little bit less than 80 bytes, this data is received...
Hi
We are trying to port our app from softdevice v3.0.0 to softdevice v5.0.0. We note that the data length and bandwidth configuration procedure has changed drastically...
Hi,
I need help with alert notification service. I am working on alert notification example provided in the SDK 12.3.0 with S130. I tried this example on nrf51422 development...