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...
Hello, Is there any NFC sample for Thingy:91 . I need to connect a device to Thingy:91 using NFC for a project. I am using v1.1.0 tag of ncs repo.To understand how NFC libraries...
I need to set REGOUT0 to 3v3 for a custom board. What's the best way to do this using the armgcc toolchain? Right now, I'm setting the value first thing in my main:
Is...
Hi,
I try to write some data into the flash memory, but I always get a hardfault when I try to use the write function provided from the examples:
No I think this...
Hi everyone,
I am trying to start a data length update procedure from a central that I am developing with python using the library pc-ble-driver-py.
However, I keep having...
Hi,
I try to store some variables into the flash memory using the fstorage library provided by nordic. From the example I got the following implementations for testing:...
As I mentioned in my other question , I've been playing around with the bearer layer of the Mesh-Stack, to get a better understanding of how to get a robust basis for a multiprotocol...
Good day! Tell me how you can configure access to UART with DMA in the example freertos_coap_server for receiving and transmitting arbitrary messages. Also, please clarify...
I am using this sample https://github.com/NordicSemiconductor/Android-nRF-Blinky . I noticed that when device rotation is changed the device stills connected.
I changed...
Good day. I can't find the schematic of the EVAL NRF52-DK version 2.0.0. The previous version I used was 1.2.4 where I cut the following welding points for testing.
SB22...
I am able to log information to the flashlog backend. When I use the cli interface "flashlog read" I see my information stored (e.g. "operation took %s seconds to complete...
I am trying to download the NRF UART and Nrf Toolbox service the same ones used in the playstore are different than the one on github. The NRF UART v2.0 is different and doesn...
Hi,
I setup one ble mesh network, and it works good for a while. But I encounted a problem that when I power off the mesh node (note: the voltage drops slowly) and then...
Hello,
I am working on nRF51822-QF-AAFQ chip using SDK 12.3.0 in IAR embedded workbench.
My question is, can I impliment DFU in nrf51822 chip?
If possible suggest Starting...
Hello All,
I am trying to add DFU service in the small example with the custom service.
But is not working, facing issues.
I am working on the nrf52810 board with...
Hi all
I am trying to pair nrf52840 (as a central) with ESP32 (as peripheral).
Now I want to get the service uuid so that i can pass to advertising service in ESP32 code...