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,
I want to create 2 softdevice tasks, 1 for advertising and 1 for scanning. I have ported the dependencies and some code from the ble_app_freertos_pca10040_s132 into...
I have two Nordic nRF52840 DK Boards and I need to check the performance of BLR-LR i.e. how much range do I get in Indoor Environment and in Open Environment.
Can someone...
Hi
We want to add one flash partition to use to store external host files by http downloading, so we changed the dts to below:
then we duplicated the dfu_target_mcuboot...
Actually i was working previously on nRF51422 DK, to test its range by configuring my DK as an advertiser, and observing RSSI values of the beacon on nRF Connect app.
the...
Is it possible to have both BLE and NFC passive device at the same time.
I tried combining 2 examples but I am running into a conflict of SOFTDEVICE_PRESENT definition....
When using emStudio and configuring a project via the GUI menu (Project -> Configure nRF Connect SDK Project), the resulting config is generated in <build_folder>/zephyr/...
Dear all
I am currently using the ble_peripheral>ble_app_uart example to send data from my central device (BMD300 with nRF52832 SoC) to the peripheral (nRF51 dongle),...
I have modified the template app to advertise several custom UUIDs and one SIG UUID. All UUIDs are being sent as a Scan Response. I have selected expanded data size. S140...
I am using a TIMER1 compare event to generate an interrupt. Generally the code all works fine, but I have noticed some strange behaviour when loading the CC register with...
Hi,
is there any Tx ACK register or return value in ESB protocol RF..??
I am working ESB Tx/Rx. I want to check Tx ACK in Transmitter code once data is received by Receiver...
We are developing an application that requires the https connection to the server. I am using SDK v1.2.0 and https_client as a sample example. The trouble I am having is that...
Hi,
I have the Serial_LTE_Modem application running on the nRF9160DK. I am exploring its functionality in LTE Link Monitor. I am having an issue with AT#XTCPSEND in that...
I inherited a Nordic project that is running on the 52832 board with the 15.3 version of the SDK. The project uses CLI, TWI, and logging. The developer has to jump through...