Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
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...
Hi,
Im getting an error while running the debug ("Stopped by vector catch") see pics. I have read about this problem and the issue can be that the option "Memory Segments...
Hello, i am working on the Light switch proxy server example with SES and i want use TWI driver, and i added the files and the path for "nrf_drv_twi.h", i put #include "nrf_drv_twi...
Dear,
Firstly, I configured the GPIO pin 9 and pin10 as GPIO by defining the CONFIG_NFCT_PINS_AS_GPIOS in my project.
And in my project, button1 uses GPIO pin 10 and button2...
I have successfully run the SAADC example, and make it a multi-channel example. I see the function saadc_callback(nrf_drv_saadc_evt_t const * p_event) which performs the printing...
Hello,
I have a trouble handling new chip nRF52832 I recently changed.
what I previously used is nRF51822, and there wasn't that kind of problem.
I'm using my custom...
Hello!
I'm attempting to flash a Thingy:52 with the Thingy firmware using Segger Embedded Studio. At this point, I'm just trying to replicate what comes on the Thingy...
I am trying to get Interrupt from UART Rx, so that if any data is received on RX pin it will go to its interrupt routine, but I am unable to find any interrupt routine that...
Hello,
While developing on the nRF52840, we noticed recently that the IRQ priorities that we find in app_util_platform.h (from SDK 15.2.0) differ from the ones we can...
Hi i'm a newbie in nordic chip. Can someone please explain to me that how to enable and disable sleep in nrf51822 and what kind of setup need to be done?
Example in Arduino...
Hi all,
I'm currently working on adapting this example to fit my needs for testing a Bluetooth Mesh network.
I want to add the functionality for nodes to send to each...
Hi All.
I am aware that the USB nRF52840 Dongle does not support debugging but, can this device issue AT commands to a remote nRF52840 module in order to check the value...
Dear,
After adding the peer manager module of the SDK 15.2 and some other codes about configuring static passkey in the example "ble_app_uart" in ble_peripheral, I can successfully...
Hello,
I just install the nRF sniffer and have some trouble.
I use the following software version :
- Wireshark 2.6.4
- python 2.7
- pyserial-3.4-py2.py3-none...
Hello,
I am currently sampling SAADC every 1ms using PPI. Samples are collected in predefined buffer, and then send over BLE with ble_nus_data_send() function.
I would...