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...
Hi! We use nrf52832 for product development. The SDK version we use is nRF5_SDK_15.3.0_59ac345, the software device version is s132, and the APP for debugging is "nRF Connect...
Hi...
I want to communicate the external sensor with nRF52 using I2C protocol , here i used twi sensor example and modified . constantly i am getting 0 value
Here i am...
I am new to the Nordic Enviornment am having problem getting my first application running.
I am using IAR 7.40 with the nRF mbed dev board that has a nRF51422 on it. I...
hello,
i am using nrf52832 and sdk 15.3, we are building our project in ble_mouse example, after our device is connected to PC it directly getting disconnected and showing...
Hello,
We have noticed that with an iPhone 11 with IOS 13.2. We have a lot of disconnection because our device simply didn't respond to a ping request.
Our device is an...
I am using the Adafruit nRF52 Feather development board and their implementation of the Nordic blob for Arduino. I am having the problem where the output data is as expected;...
Hi,
I have a nRF9160DK with a Sim Card from a local provider, that supports NB-IoT.
I modified the example program in \ncs\zephyr\samples\net\sockets\echo and wanted to...
SDK: 15.3.0
I has ported cli example to my application.
There is a problem with displaying the text. (using custom board + USB to TTL tool)
as you see, "\n" doesn...
I have read a number of posts here about creating new projects, most are a couple of years old. I just want to make sure I'm not missing anything.
I am able to compile and...
Hi everybody, I would like to adopt an nRF52840 DK example to the nRF52840 dongle. ( There is a ble_uart_app example for the PCA10056 DK but not for PCA10059 dongle. I followed...
We are considering the nRF52840 for product integration and testing out now. We are looking for an RTOS example running in Segger Embedded Workbench and having problems -...
Hello,
im trying to use secure bootloader from SDK v 12.3. I have custom board with nrf51822 and one oscillator. I changed flags to custom board. I was able to compile the...
I need to update firmware in an nRF52 via TWI. It seems like it would be fairly easy to modify the serial bootloader/DFU provided with the SDK, but I'm not finding the code...
Hi, I'm using SDK15.2.0 and A nRF52832 for my project.
I followed the "flash_fstorage" example give by Nordic, to write in the flash memory in my project.
When I run my...
Hello,
I am using System ON mode for low power. Still it is consuming 2mA. I heard i can go down to 60uA. I am using UART for Communication. In Sleep I tried to disable...