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,
I am using NCS v1.6.0, nRF Connect for Desktop v3.7.0, and the Bluetooth Low Energy app v2.5.1 (part of nRF Connect for Desktop). I am using the nRF52840 Dongle with...
Hello! I am using nRF52840 develop product. When nRF52840 circuit board has been moved away from the cell phone and is out of the BLE range, I want to send message via UART...
Hi all ,
I have a buzzer that I will order using the library pwm and it works succefully .
But Now I want to turn on the PWM if the temperature value is greater than 40...
Hello,
I was wondering if Nordic provides any examples of Green Power Proxy devices being implemented in a system?
Also, NXP has a comprehensive document here outlining...
Hi,
My system has both PCD card reader (such as adafruit_pn532) and nrf52840 internal NFC. How to make them work together and use the same antenna?
1.when i connected...
Hi there, Is it possible to flash bluefruit nrf52832 feather with nrf SDK example, particularly ble_app_beacon (as in https://www.novelbits.io/ibeacon-nrf52/ )? I have tried...
Hi everyone,
I connect an external device to my nRF52840 DK via UARTE and I receive the data properly via PuTTY.
I want to transmit the data via BLE. So I implement ble_app_uart...
Hello,
I am trying to use the NCS with the nRF52DK and I'm trying to use the SPI.
This is my prj.conf file
And this is my .overlay file
However, when I compile...
Hi
I've taken the ble_app_uart_coexists and ported it to the 52840 DK with S140 softdevice.
Works great.
Now I am trying to swap out the on/off mesh model for what is...
I am attempting to programmatically access the nRF5340 network core using pynrfjprog on Windows, but am continuously hitting:
`pynrfjprog.APIError.APIError: An error was...
We are calling nrf_pwr_mgmt_run which in turn calls sd_app_evt_wait. We set a timer with the app_timer code to wake us up. I verified that the handler is called. However sd_app_evt_wait...
Hi, I want write code on rust, but build system of nrf sdk for nrf5340 too hard for creating bindings, so I decide to create own HAL on rust and embed it in C with BLE stack...
Hello,
I am working on a project that I built using the nRF52DK and then created a custom PCB. The software I wrote works on the DK with a breakout board for the RTC and...
Hi,
I am using a nRF52832,and to begin with I have to erase my memory,so I connect nRF52832 and click erase all.
The result is shown below,I wonder why I can't erase my...
After trials and tribulations I have finally gotten a pulse ox device to work as I needed to. I started with the health thermometer example in the 12.3.0 SDK which is the...