hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
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...
I want to use inner flash to work as event log storage.
So in pstorage_platform.h I set PSTORAGE_NUM_OF_PAGES as 60. So I can use 60 pages.
#define USER_BLOCK_SIZE 64...
The documentation simply says: 1 for variable length and 0 for fixed length.
What exactly does changing this do? Do I save space by setting it to fixed? Why does BDS set...
I don't understand why i have a current consumption of 0.535mA in system off.
In my soft i use PWM, SPI a Button,, I put all things off before i go to system off but still...
hi all:
I download the nRF OpenMesh from the GitHub.
There are 4 example in this folder:
(1)Bandwidth_test
(2)BLE_Gateway
(3)ping_pong
(4)Template project
I prepare...
Hi,
Starting from the LED Button Service found in SDK_12.2.0/examples/ble_peripheral/experimental_ble_app_blinky I'd like to add two characteristics on this service. I...
Hello!
Based on you example I try to develop a simple HelloWorld example that follows chapter 11 of the specification. It says that to form a network a energy scan should...
Hello,
I have been investing a couple days now in order to get the DFU procedure working properly, but it seems I am stuck...
This the setup that I am currently using...
Hello,
I seem to be having some errors with my current project. I am using SoftDevice S310 Version 3.0 and SDK 9.0. When i try to communicate with one of my I2C sensors...
Hello,
When using hal_w2_read() and hal_w2_write(), should the 7 bit address of the slave be passed in or the 8 bit read/write address?
It seems to me that passing in...
I downloaded the nrf52 SAADC Low power project from the GitHub
github.com/.../saadc_low_power
I'm trying to migrate it over to version 12 of the SDK and I think I'm having...
Hi. I'm using nRF52832, SDK13, S132V4.0.2.
I'm trying to test DFU.
I have 2 questions.
Q1. How can I make image for merged files?
I can see it works very well when I...
I am in the process of porting an nRF51822 (s130) project to the nRF52840 (s140), moving from the SDK V11 to V13.
I was using the BLE_EVT_TX_COMPLETE event in the SDK V11...
I've seen in two different posts that some people were trying to use this Torex XC9265A181MR-G in terms of being able to use a 3.7V LiPo battery. Can someone tell me if he...
I just bought the NRF51DK and going through this getting started guide: devzone.nordicsemi.com/.../
I opened the file ble_app_uart_pca10028_s130.uvprojx in folder ..\examples...