S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
I have a few different Fanstel Eval boards that contain the nRF52840 SoC - starting with the BT840XE. I'm able to flash the board with example firmware and my own custom firmware...
Been working on an unsoldered, untinkered, and in all ways untainted nRF5340-PDK. No jumpers changes. No solderbridges cut. All working fine, but all of the sudden I cannot...
Hi! I want to program a custom BLE application (as Central/master/GATT client device) to run on a Windows PC using a nRF51 Dongle (PCA10031 board) attached through USB in...
Hi,
I am working on the software development of a product based on an nRF52832.
We began our development on the nrf52810 and then moved on to the nRF52832 as it became...
Hello,
I'm struggling to connect to an MQTT-SN Gateway when the device is configured for low power. Currently using MAC-OS Catalina 10.15.3, SES version 4.42 and have tried...
I tried to install the nRF Connect SDK v1.3.0-rc1 error
I open git-bash.exe to execute the ncsmgr init-ncs command, the following error occurred during the installation...
nRF Connect SDK v1.3.0 using nRF Connect v3.4.2 - ToolChain Manager
I am trying to install nRF Connect SDK v1.3.0 using nRF Connect v3.4.2 - ToolChain Manager using nRF...
I am writing a code to blink the LEDS , the 3rd one is not turning off.
Here is the code-
#include <stdbool.h> #include <stdint.h> #include "nrf_delay.h" #include "boards...
Hi,
My device is using nRF52840 with s140 of SDK v16. BLE feature is used with SD .
Sometimes application hard faults in SD are observed in devices deployed. It is quite...
Hello,
I find that after I DFU a new application (using the nRF Connect Mobile App), my device boots into that new application and reconnects to the App, as expected. Then...
Hi,
I am using nRF51822-CEAA with S110 SoftDevice on a custom board which is commercially deployed now. I am using IAR 7.80.2 and Segger JLink Ultra+. I found there are...
Hi community ! I saw a lot of topic about that but i'm working with SDK_Mesh_v4 and i don't get what i want. Does someone have a working example of sending string over Mesh...
Hello!
I have a rather vague question and want to apologize for that beforehand.
I was wondering if it is possible to connect a JPEG camera to the nRF9160 DK (i.e https...
Hi, We are in the production phase of our development, and inadvertently , the mcuboot bootloader set the DCDC on a few units. As described here, https://devzone.nordicsemi...
Problem with setting two uart on pca10040 board
hello
I am reading the log by teraterm by connecting pca10040 board to PC via USB.
I am trying to connect 6pin and...