I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
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...
Hi. I am working with nrf52832 trying to get Bluetooth and UART and a I2C peripheral working at the same time. I had a working version of the I2C peripheral and UART working...
hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused...
I am using nRF 5 SDK v 14.2.0.
I'd like to change the tone of the buzzer, how can I do it?
I'd like to make the following three settings.
Treble (+ 1 kHz), normal (+0...
HW: nrf52840
SW: nRF5_SDK_15.2.0_9412b96
source code: blinky_rtc_freertos example
Q1:
I read freeRTOS xtaskcreate operation on the web, it seem that I just need to...
Hi,
I am using Segger IDE.
I encounter error undefined reference to `nrf_drv_rng_init' .
I have include the below header file;
#include "nrf_drv_rng.h"
I already...
Happened when I occasionally compare the NRF_TWIM_Type struct in nrf52.h with the TWI registers (table 127) in nRF52832 Product Specification v1.4, there are many differences...
Will there be an HTML version of the nrf52832 spec document?
I hope Nordic is not expecting me to manually browse through a 550 page pdf document. I regularly use the infocenter...
I'm having trouble implementing the workaround that was mentioned in the following previous post: https://devzone.nordicsemi.com/question/55937/nrf52-sending-an-octet/
...
Hey guys,
i am trying to add new firmware to a cheap fitness tracker I have. After I write the new firmware in the Nordic SDK, I think I save it as a hex file. I’m not sure...
Hey Guys, I am trying to calculate goodput and delivery rate using nrf52840 pdk devices in ble mesh. Does anyone had already tried it before and shed some lights on starting...
Hi!
I am planning to port SPI sending and receiving functions to the sample code of ble_app_uart of SDK 14.0.0.
The transplant was finish, but when I am debugging, if...
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
Hellosupport,
Just got my 52840-DK board (v. 1.0.0), got the pulsing LEDs...
Hi everyone, I'm having an issue with the power draw of my application (SDK 15.0.0, SD 132 v6, Sparkfun nRF52832 Breakout). The application does roughly the following: it...
HI all,
I'm trying to use the ble_nfc_pairing_reference example from SDK 15.0.0
I installed microECC and can now build the example using GCC on Windows.
A first...