I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
Hello Team,
I am trying to port the example of nRF5 SDK for Mesh to IAR Embedded Workbench for ARM (Dev Kit (nRF52832).
I am using nRF5_SDK_17.0.2_d674dde and nrf5_SDK_for_Mesh_v5...
I'm testing the Serial LTE Modem application on the nRF9160DK with the LTE Link Monitor. I want to use the DK as a UDP client to send data
to my remote server via UDP over...
Hi,
I am working with a custom board that has an nRF9160 SiP (B0). I am using SDK v1.6.0 on a Windows 10 machine. Modem FW is v1.2.3.
Our device uses GPS periodically...
Hello all,
I'm trying to use P0.05 (AIN3) as output, but it does not work.
in file .dts is used as: rts-pin = <5>; status = "okay"; of uart0, I have to change this config...
I'm evaluating feasibility and developing a Proof-of-Concept for a client using the NRF9160 + NRF52840. This is a second generation product where the client wants to evaluate...
Hello,
I'm currently using SDK 17.0.2 with NRF52840. We have our SPIM3 device up and running nicely. I'm now de-risking our SPIM0 device and noticed that chip select isn...
hi,
i am adding dfu feature to ble_uart code.
i did all steps as explained in https://devzone.nordicsemi.com/f/nordic-q-a/48872/how-to-merge-one-application-with-dfu-feature...
Hi Nordic, you should add a BIG warning label, as show below, under the UICR description for all nRF52 devices, saying UICR registers cannot be erased when APPROTECT is enabled...
Hi Team
For some reason, I need to disable CONFIG_BT_TINYCRYPT_ECC. But I don't know if our BLE controller in NCS rely on Tinycrypt lib when it need support the ECDH paring...
Is not something like
missing in https://github.com/nrfconnect/sdk-nrf/blob/master/applications/serial_lte_modem/src/main.c#L227 ?
Error return code should be handled...
Hey all,
I'm currently working on a ble_app_blinking in which I added a temperature service. I can connect my phone to the bluetooth of the board in nRF Connect application...
1) Why nrf_delay_ms(500) is required in twi_sensor example, in main.c, while(true) loop?
2) Is the __WFE(); interrupted by NRF_DRV_TWI_XFER_RX inside twi_handler?
3) From...
hello,
i am using nrf52832 customised board with sdk 15.2 and using ble app blinky example my need is to scan and advertise the nearby beacons in one advertising packet...
Hello everyone,
I'm using a modified version of SDK 15.0.0 ble_app_hids_keyboard on my nRF52 DK. It sends a volume up and a volume down command when I press buttons 1 or...