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!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
This is a break from another thread where I was having issues getting the .emproject to show up. Now it is complaining about a missing file...
OK so I went back to the getting...
Hi, I wrote a simple program to communicate with ICM20948 IMU .
The IMU correctly acknowledges its address.
But, when I try to read its WHO_AM_I ID, the program halts...
In previous SDKs (e.g. version 15.0) the following macros were defined in app_util.h
As described in this post these needed to be modified to support more than 15 connections...
I am trying to do the segger development for the 9160 lte ble gateway. When I do the setup info for segger I keep getting a popup saying it can't find the .emproject file...
Hi
I'm working my way through learning how develop BLE Services and Characteristics for an NRF52840. I'm using the 'ble_app_template' example from the SDK (version 15.2...
Hi,
I have the following lines:
NRF_LOG_ERROR ( "This is an ERROR message." );
NRF_LOG_WARNING ( "This is a WARNING message." );
NRF_LOG_DEBUG ( "This is a DEBUG...
I am inquiring about an issue with the SPIM communication. I am reading the who am i sensor of an MPU9250 and it reads 0x71, as it should most of the time but not always....
uVision V5.26.2.0
Error #541: 'NordicSemiconductor::Device:Startup:8.24.1' component is missing (previously found in pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.24...
I have a complete implementation of OTA DFU where iOS app performs a DFU to a nRF based BT Device. Now i am implementing a fix for the situation where:
During DFU, if...
Hi,
I am currently having issues compiling the thingy52-mesh-provisioning demo from github with cmake. The Readme talks about using SES to compile it, which works fine,...
Hello, I have read multiple postings on this problem about how you have to "forget" the MCU on your android to reconnect through Bluetooth. This does not fix the problem at...
Hello,
I am having an issue where the nRF52840 dongle does not properly reset. I'd appreciate it anyone can help.
I was evaluating the DFU options, and erased the IC in...
Hi,
I am currently using the nRF52832 and I just recently realized that it does not have USB capabilities. I am building a custom board with this chip and I want to use...
My environment: SDK 15.2, SD 6.1.0, SES 4.12
I can build and run the BLE blinky example on the nRF 52832 DK with no problems. I tested LED on/off by writing to the BLE characteristic...
All,
We have an issue with the data transfer rate between a device that uses a nRF52480 (Rigado-340).
We are sending a number of data chunks, approximately 400, where...