Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...