Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hi i am using nordic nrf52840 chip.
i programmed one application at 0x27000 address, and now i want to calculate the size of that application code in run time.
i have...
Hi
I have a project as the follow
What I have done:
1. Compiled app.hex ( Configured with my board), works fine.
2. Compiled bootloader.hex ( Configured with my...
Hi, I've adopted the DFU part of the NRF Toolbox app in my own app. I want my app to be bi-langual (English / Polsih). I can do this for all the texts that I've created, however...
Hi,
I had a temperature adc reading accuracy issue in lower temperature such as -40.
It is similar to this post issue ( https://devzone.nordicsemi.com/f/nordic-q-a/80859...
Hello,
My application is built with TFM in order to use mbedtls. I am currently using UART0 to send/recv serial data from another board. If I don't call psa_ps_get_info...
Hi,
We have developed one application using nRF52832 SoC and Sdk v15.0. For our application we have use ble_app_uart example as a peripheral and multi-link central example...
Hi,
I am using s112_nrf52_7.2.0_softdevice with nRF5_SDK_17.1.0 and iar embedded workbench. I can flash and run the application without any problem but when i try to program...
Hello Devzone,
I am trying to run timeslotted 802.15.4 alongside BLE using NCS. I have started from this example, replacing the propiertary RF calls with calls to 802...
I was able to set up 2 thingy91's using the nRF9160DK to update the firmware and the asset tracker is working on the 2 thingy91's. I've tried to provision the DK and I get...
Hi,
I am trying to port the nRF5_SDK_17.0.2_d674dde\examples\nfc\writable_ndef_msg and my linker cant find the definition for the following symbols-
linking... .\_build...
Good afternoon ladies and gentlemen,
Just a really quick question/observation... am I going bonkers? or is the link to Segger Embedded Studio on this Nordic Page incorrect...
Hi nordic:
I use nrf9160 to test the new driver mainly due to the following two problems:
Environment: sdk 1.8.0-rc2 modem: nrf9160_1.3.1 lwm2m CONFIG_LTE_NETWORK_MODE_NBIOT_GPS...
Hi There,
I have a question now. If I want to alter the frame format in the data linker, how do I do?
I try to find the source code of the data linker layer in the Mesh...
Dear Members, I want to log my ANT+ HRM into SDcard, I tried with flag, but it never goes to main loop, I'm using nRF52840 Code ANT HRM interrupt :
on the main loop...