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...
Hi all,
I am studying the nRF52840 development kit. While studying I am tested the working of ble on nRF52840.So I am tried to connect the ble with my mobile phone, unfortunately...
Hello fellow Nordic-ians,
I see that on the Nordic Thingy 52 I2C bus interface (SCL and SDA) is provided at 3 different ports i.e. P4, P5 and P7.
From other related...
Hi there,
I'm just starting out to interface a sensor over i2c. Not having any experience I dove right in and succeeded in issuing single write and read commands via nrfx_twim_tx...
Hi
We are designing a custom board using only nRF9160 as a tracking device. I am connecting Switch and LED to generate various events. Is is possible for me to program nRF9160...
Hi everyone!
We are currently trying to use the nrf9160 DK in order to test the LTE-M coverage & low-power capacity. We ran into some issues regarding the low-power measurement...
When I used "nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_uart_c " , it run ok . But my hareware is used PIN33 for RX, PIN32 for TX. So I changed pca10040.h ,please...
Hello. I wish you a good day.
I'm developing the Nordic NRF5_SDK.
I'm developing the Ble_Central and Peripheral.
If you know how to add the Uart to the Fle_Central and...
Hi,
I would like to request the HEX code for part#nRF52840-QIAA-R in order to load the bootloader program into the chip.
Can you please help to check and advise?
Thanks...
Hi
Im trying to figure out how to migrate my quite large older project from and softdevice s132 to using s140 (SDK14.1 )in order to experiment with long range.
Besides...
I was looking at the nRF52832 used for Bluetooth modules. And I was trying to understand the Analog to Digital converter in the nRF52832. I was wondering if anyone had or...
I'm trying to make the initial connection and flash/debug my adafruit NRF52840 express through a Jlink EDU to SWD on the NRF board. I am trying to flash to the board in the...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...