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...
All the SDK health device examples appear to have a rather complicated relation between the BSP buttons and the behavior of the device (advertising, connected, etc.) which...
Hi Everyone,
I am having some trouble on nrf5380 PDK. I can not connect it to my PC.
I attached photo of nrfconnect.
There were 3 serial ports but I have used just one...
when using the TIMER, I set the TIMER's time_ticks=53328 which means that every 3.33ms, the TIMER will call its callback function and start ADC sample. However, when I use...
Hi.
We are evualuating and testing NRF9160 DK and after a while testing and reading different threads of the forum I know the mode GPS + LTE in the nrf9160 only work in...
Hi. I'm using external board with nRF52832 and GPS. (SDK15.0.0)
I used ble_app_uart example and succeed in receive data in my nRF UART v2.0 app.
I got this kind of data...
Dear all, Im experiencing the following error that pops out on RTT console during the first few lines of main():
I understand the definition here: https://infocenter.nordicsemi...
This is my code:
This is the results of the logs in the code:
<info> app: tx buffer length = 8 <info> app: AA <info> app: FF <info> app: 10 <info> app: 08 <info> app...
We are using an MX25R6435FZNIL0 part on a design with a nRF5340 module and wish to test that 48MHz operation of QSPI is working, we are using the latest master version of...
I am using Keil and trying to debug one of the examples in nrf_SDK_12.3.0 and half of the lines are not accessible in line by line debugging. Those lines where one can set...
HI!
I use flash data storage (fds) to store some user inputs in flash. Everything works fine, but I am surprised by the fact that the function fds_record_update() is not...
Hi All,
Using SDK15.3, NRF52840 USB Dongle.
After a few experiments I would like to clarify my understanding on how the usb bulk write works.
I am currently writting...
I am using Nordic Thingy 91 Kit.
I have uploaded modem and application firmware URL : Nordic Thingy:91 - Downloads - nordicsemi.com
I am facing following problem while...
The following issue is for NCS version 1.4.0 and 1.4.1 for an nRF52840 DK target.
When CONFIG_BT_AUTO_PHY_UPDATE =y for both a peripheral and central, I see in Wireshark...
Hi,
I am using the following snippet in my application. it is working fine sometimes but the other times it's not coming out of the while loop.
can anybody point out the...