I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
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...