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...
Hi , i have implemented a event to flash handler with NRF_SDH_SOC_OBSERVER and it work . But I need to know which operation is related to the event , Es: void FlashEvent_Handler...
I am trying to open HTTPS client project from \v1.2.0\nrf\samples\nrf9160\https_client i am facing below error.
I tried opening different project still i am getting same...
Hi,
I followed this thread ( Link ) to implement a simple message model on the light switch example from nRF SDK for Mesh v1.0.1. I created a "send_simple_message" function...
Hi,
Our custom NRF52840 device uses a cellular modem. We communicate with this modem using AT commands.
We will also be hooking up our devices to a custom server that...
Hello,
I have recently purchased an nrf9160-DK for a project I'm working on here in the UK. Having fired it up and realised that the iBasis coverage is minimal where can...
I'm starting to try to figure out a secure OTA process using the 9160 and tools that Nordic has provided in the SDK and I am confused by one thing I'm encountering.
What...
Hi.
I want to test my iBasis SIM card for NB-IoT with nRF9160DK. So, I tested with the "AT_client" example. I have followed "Getting Start with nRF8160 DK" instruction and...
Hi, I am trying to run ble example - uart in segger embedded studio. I am using 11.0 sdk. I have imported keil project into segger embedded studio. I have the error stating...
Hi devzone,
I'm using translation.
I use nRF52840. I created a firmware like the attached one based on the SDK15.3\examples\peripheral\bie_peripheral\ble_app_blinky. ...
Hi all,
I have a custom board with LED on PIN 11 of nRF52832, and I am using SWD P20 configuration to program my board through nrf52 DK PCA10040. Apparently, nRFgo Studio...
Hi
this is not a question - I'd like to give feedback about the peripheral example usbd_hid_generic.
I'm new to 52840 and new to USB. As learning lesson I tried to build...
Hi All
I am now developing BLE application on nRF52840 DK. I have a question about BLE retransmission process.
When master sends a packet to initiate a connection event...
Hello All,
When I was testing our ble keyboard, there was a problem with the Lenovo tablet connection pairing binding. Please help me, thank you!
1. Ble keyboard is based...
Hi,
I need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...