I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hi,
I have a nRF52840-DK which comes with an o n-board SEGGER J-Link debugger/programmer to use with the internal microcontroller or an external one.
Also, I bought a...
Hello Sir/Madam,
I'm using Nrf52833 for ble_uart + saadc but this device given only 2 meter distance range .I want to increase that distance range.
How to increase distance...
Hi
I want to communicate with nRF52BK (nRF52832) board via its UART.
Eventual goal: Get Android device, acting as USB host, to connect with nRF52DK board's UART Short...
Hi.
I'm trying to run the http client sample for nrf9160 using nRF Connect SDK, but when I flash the board it gives this output:
Waiting for network.. Failed to connect...
We are seeing FOTA fail when updating from SLM using NCS 1.9.1 to SLM using NCS 2.0.0.
In summary, it appears that when NCS 2.0.0 image boots up, it never confirms and is...
I have a question about BD_ADDR.
SDK: 15.3.0 example: ble_app_multirole_lesc (I changed the source from the sample) device: EYSHJNZWZ (nRF52832)
1) Is it possible to change...
Maybe I am being too newbie but in our own modules that handle state I am surprised not to find one to use, the closest that I can think of is:
#define EACCES 13 /**<...
I Need to write into external flash (attached in the development kit mx25r64)in a development kit nrf5340dk. I am using the code https://github.com/nrfconnect/sdk-zephyr/tree...
Hi,
we are developing a device which should go to system off on receival of a command either via USB or BLE. If the device is connected via USB and is put into sleep it...
Hello,
I bought 2x nRF52840 and I used the "nRF Connect for Desktop v3.11.1 to program them. Unfortunately, after clicking on the "Write" button, the programmer reach correctly...
Hi,
We have a product which needs to connect to both a peripheral and central device (a phone), after a pairing is made they get whitelisted.
The state in which the problem...
Hi All,
Sorry for such a very basic question, but I've tried many things and combinations and cannot make this work.
I'm trying to discover BLE sensors using nrf_ble_scan_init...
Dears
My customer is using nRF9160,Two SPI interfaces are being used,one for LCD,Another one for SPI Flash,LCD SPI has been debugged,SPI Flash is a newly added device,U8807...
When I try the gateway & headset example of the nrf5340_audio application in the NCS,I found that the syncronization precision is different,which the BIS is more accurately...
Hi,
I've been trying to modify the flash partitions in the nvs example provided in ncs 1.7.0, namely, I want to greatly increase the size of the storage partition so I can...