Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask...
Hi,
i am working on custom nrf52 board which is operating by Li battery of 3.7v 27mAh battery. now the battery is dead i didnt find 27mAh batteries in the market near to...
Hello there,
I am working with a peripheral device that we are testing with many different devices, and have run into a very unusual issue. With a brand new Android tablet...
Hii all,
I'm working on a project that device will have both central and peripheral capabilities so we are using s130. I tested my application with 2 central links and...
I have installed and un-installed all the required components to run the dev kit with eclipse. As everyone knows this is complicated because there are multiple sources of...
Hello!
I'm from a small company located in Austria. We are in the smart lock business and at the moment working on passing the CE certification with our newest hardware...
Hello All,
I am designing one custom board where i want to Handle the LEDS, Like in Nrf51DK when we connect through UART_APP from smartphone blinking LED1 on DK gets constant...
Hello,
I have a project in witch I want to send the data received from an Arduino by UART, this data has a size of a little bit less than 80 bytes, this data is received...
Hi
We are trying to port our app from softdevice v3.0.0 to softdevice v5.0.0. We note that the data length and bandwidth configuration procedure has changed drastically...
Hi,
I need help with alert notification service. I am working on alert notification example provided in the SDK 12.3.0 with S130. I tried this example on nrf51422 development...
I have tried to use sd_app_evt_wait() to sleep cpu, and use gpiote interrupt to wake up cpu from sleep.
However, gpiote interrupt cannot wake up cpu.
When I use __WFE()...
Hi,
I am trying to send sensor(accelerometer) data through beacon. I am basing my logic on the beacon example. I am putting my sensor data into an array and passing it...