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...
Hi. Is it possible at all to link a GPS module to an nRF52840 SoC and being able to advertise coordinates without having to connect the nRF52840 to the remote node? Thank...
I want to change the local device name by calling sd_ble_gap_device_name_set() and then send a services changed indication to the client so it will read the new name. The...
Hi, I'm making a device that will probably be encapsulated In silicone, which means it won't be possible to change the battery easily. It's got to connect to android and iOS...
Hi,
I have the nRF52833-DK and try to implement the OOB Input method over a simple button press, but at the moment I don't see how this can be managed.
In mesh_provisionee...
How to do BLE DFU without flow control(UART) using serialization application on host controller side. do you have any document or link where the procedure is explained ? ...
We are having problems staying on AT&T's CAT-M network in the US using Twilio Super SIMs. We are able to successfully stay connected with other roaming SIMs such as Hologram...
Hello,
I am trying to get central to concurrently connect to multiple (as many as possible) peripherals and stream data from each peripheral concurrently at 12KBytes/s....
Hi,
I am trying to build the Thread network using nRF52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.2 SDK. I tried to load the \examples\thread\cli\ftd\uart\pca10056 exampl...
Hello -
We are using SDK 15.3.0, FreeRTOS and the nRF52840-DK board with SES. We implemented wakeup from System Off sleep using the nrf_gpio_cfg_sense_input() API, which...
Hello Support Engineers,
I have observed some interesting behaviour on my custom board vs the DK. In the DK, the current spikes is very even and steady around 10mA. However...
Hello everyone,
I'm working in an application where I need to store a string in flash so I can keep that value like if it where settings when doing a firmware update so...
Hi,
I've got a question regarding voltage compatibility. The nRF52840 will be driving many LEDs. Would it be possible to use a separate 5V supply with the LEDs and use the...
Hi,
I am developing a Linux PC application interfacing nrf52840 dongle using pc-ble-driver v4.1. I am trying to use the Long Range feature with Coded PHY. The setup in like...
Hello:
I want to do OTA with Mesh DFU using nrf52832. Now I make sure that DFU works correctly in the mesh and the host can receive the package from the server. The problem...