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...
I am using 52840 dongle, program using this: nrfjprog --reset --program _build/nrf52840_xxaa.hex --family NRF52 --sectoranduicrerase, but I got There is no debugger connected...
In the SDK example, it says:
Connect to the device from nRF Connect for Desktop (the device is advertising as 'Nordic_HRM'), then bond to the device.
However, I couldn...
Hi,
After trying to flush a program to the dongle with no success, the dongle got into a state where it's not recognize by windows and no LED flashes on it when plugged...
Is there a way to get “Help”/documentation on nRF SDK functions inside Segger Embedded Studio the same way it does it with standard C functions when you click on a function...
Hi
I used nrf_sniffer_v2.0.1 and wireshark3.1.1 to capture 113 bytes package send by nrf52832
but the package was divided into 5 packages in wireshark while use app receive...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) Instead of UART, I am trying to enable...
I stumbled upon an issue where the LFCLKSTAT register in the NRF_CLOCK peripheral can not be properly evaluated after a softreset if the application that was running before...
Hello guys,
I'm pretty new about embedded development. I want to transfer data by BLE (probably UART?) and then read from COM port of my win10 laptop. Can you give me a...
Hello!
I compare the timer every 1ms and process it. In order to check whether it can be executed every 1ms, I am going to refer to the register value by "TASKS_CAPTURE...
I would like to use Gazell along with BLE using the TimeSlot API. As part of this I need to set the Gazell mode to NRF_GZLL_MODE_SUSPEND while waiting for the next timeslot...
Hello.
I am trying to build project for thingy52 but since latest release of sdk for thingy does not work well with SES -> https://devzone.nordicsemi.com/f/nordic-q-a/27311...
I am trying to interface BMI160 Shuttle Board to the nRF52840 Development Kit using TWI interface. I am using IAR Systems IDE and have modified the "twi_sensor" Example code...