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...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
Hi everyone! I'm a beginner with BLE. I'm trying to test Eddystone beacon. I'm successfully run "ble_app_eddystone" example in NRF52 SDK, and I also successful connect to...
We are doing some rapid prototyping using PCA10040 boards. I have a bench-top setup with a PCA10040, and some sensors. We want to place our sensors on an Arduino shield, enclose...
Hi there,
I just found an example, Experimental: BLE Multiperipheral Application, https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_multiperipheral...
Hello there,
I have a decent amount of experience using arduino IDE and the arduino micro-controllers to generate PWM signals, but wanted to create an BLE app using the...
Hi
I have sd+dfu uploaded and can download app through dfu with no issues. But if I make any change to the app and try to upload app using Keil uVision then nrf52832 not...
HI,
When I use the SAADC example, I found that the data collected during the simultaneous 8-channel acquisition has abnormal data on both channels。
I've ported the SAADC...
I am working on creating a mesh network consisting of sensors and output devices.
I am using the serial example with interactive_pyaci to provision the network from a PC...
Hello,
I'm new in IOT field and in firmware developping area on Nordic SIPs, microcontrollers, but I'm experience in firmware developping area on STM32 microcontrollers...
Hello,
I'm using nRF SDK v15.0.0. I have have added battery service using this online tutorial: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/ . The code...
I try to eddystone url beacon with advertise every 5 second. I changed
#define APP_CFG_NON_CONN_ADV_INTERVAL_MS 5000
upload code in nrf52832 module I used NRF connect...
Dear Sir,
I am working with SDK15, nrf52832 and softdevice s 132.
I am using ble_app_template with slight modifications.
Now it will advertise for a duration of 10...
Hi
I am using nrf sdk 15.2.0 for MEsh networking.(Mesh SDK version 3.3).
Hardware platform -nrf52832(pca10040).
Steps followed:
1. Compile and Run light switch demo...