Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hello,
I am new to nrF52 480 chip. I am working on SDK15.3.0_59ac345's beacon code but have no result in the attempt to add device name to the existing beacon example. ...
Hey guys. I was working on a PCA10059 dongle. Now, I need to select suitable NRF52840 module. I know that there are some changes required in the code when I use module like...
Good morning,
In order to save some user data in flash, I want to fix page size to 32 bytes. It will be more useful for me, and it will be easier according to my project...
I've been playing around with the UART drivers on SDK 15.2. No issues with the Legacy (w/DMA) however I've tried switching over the NRFX_UARTE driver and I can't get the driver...
Hi,
Our device is based on nRF52840 SDK 15.0.0
The device verifies signature of incoming messages (which were sent over BLE from PC application) using ECDSA with spec256r1...
Hey guys. I am making a firmware using nrf52840 dongle which scans nearby bluetooth devices. I do not want to connect to any device, just send scanning data to another device...
Hi Because I have a custom board with the nRF91 module, there is no possibility to send data to nRF cloud, because it works only with DK boards. I would like to send asset...
I want to use this sample application, to connect with nRF52832 DK loaded with Running Speed and Cadence Application. In other words I want to use nRF9160 as a gateway for...
Hello all,
my compiler can't find the definition to timer functions : nrf_drv_timer_init(), nrf_drv_timer_extended_compare() and nrf_drv_timer_enable(). bellow my code :...
I am using Nordic nRF52832 Development kit . I want to interface Load Cell with the Development kit. Which examples in SDK i should refer to get started with Load Measurement...
Hello ,
i am facing some issues regarding nrf mesh uart example.i am using nrf52 sdk and trying to use uart for my project to send a data to a particular node in a group...
Hello All,
I am trying to merge the "secure_bootloader_s132" and "ble_proximity" examples.
I have combined all file .
(Here i am using Segger embedded studio with nRF52...
Based on the mesh sdk3.1 operation dfu, according to the operation instructions, dfu_mesh.zip cannot be generated.
nrfutil dfu genpkg --hlep Found no parameters for mesh...
Hello everyone,
A nRF52832 with SDK 15.0 was used for my application. I am trying to send a large amount of data via BLE with a custom BLE service. I extended MTU size so...
Hi
I have been developing a 'custom' firmware to be used in a nrf52 based device. The idea is to replace the original firmaware (too limited) and burn my own.
Hence, I...