We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...