I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...
Hi,
Does every nrf9160 chip have its unique chip ID? if yes, is it the one which can be read by the AT command AT+CGSN ? and can it be used as the board serial number? ...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
We are using nRf52840 chip with Nordic SDK 15.0 version using SES IDE. When we use debug mode in build configurations program is not working or not debugging got error as...
Hello All,
We are trying to use nrf52810 with S112 soft device and 14.2 SDK.
We have problems with random disconnection with error number 8. This happens when central...
Hello,
I am attempting to run the Nordic-Thingy52-mesh-demo using nRF Mesh v 1.1.0 for Android but the nRF Mesh app's scanner cannot see my DKs. I can see the mesh from...
Hello All,
We are attempting to instrument our software and yours. The desired output is data for a call-graph list and time stamps for each entry and exit into a function...
Why does the pushing a button located at GPIO_9 not call the interrupt handler and therefore print the statement to RTT?
#include "GPIO.h"
#include "app_error.h"
#include...
We are currently using nRF51822-CEAA rev2 on the production boards. As this part is obsolete, I was made aware of nRF51822-CEAA rev3 as a replacement . So I have some questions...
Hello,
I have a nrf51822 application which is communicating with iOS (iphone) via BLE HID service. It's only purpose is to send a screen lock HID code to iPhone. The bad...
Hi,
I've been using nRFgo studio to program hex files to the board.
Most of the time it has been working trouble free.
However, a while ago we got one, and than one...
Hello,
I am trying to program my own provisioner. I am able to connect to a device, following this Provisioning Procedure .
How can I now configure the node? As far as...
Hi,
My team is building a wearable application similar to a smartwatch.
Our system requires two main operating voltages. 1V8 and 3V3. I was thinking that we would use...
Hi there,
I am using the nRF connect app on Android to see my dongle's name. I want the name to change every 5 seconds from one name to another. This is just for evaluation...