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 S130, sdk12.3 NRF51422_xxac
I have been successfully testing bootloader DFU example (secure_dfu_secure_dfu_ble_s130_pca10028) on the NRF51 dongle...
Hi,
I had tried the Thread Topology Monitor using nRF52840 PDK which was connected with PC via USB cable, and flashed it with Thread CLI example. But there was no serial...
Hi, I am having a problem related to BLE security.
My application model is a nearby network with no connection using BLE. My plan is using advertisement channels to broadcast...
Hello all,
I'm working on updating bluetooth communication. Currently using a module that receives AT style commands.
The first step will be replacing with nordic device...
Hi,
I need to use the SAADC to check battery status (infrequently).
I would like to do this in blocking mode without accidently leaving the easyDMA powered-on unnecessarily...
Hi,
We use the flash manager to store our custom data structure in flash.
Since it growed and eceeded FLASH_MANAGER_ENTRY_MAX_SIZE we get an assert in flash_manager_entry_alloc...
Hi,
i was interfacing oled with nrf52 board. I got some example and modified bit to use it with GCC.
But it is now working. Oled not at all starting.
oled is 0.96 inch...
I'm using the Custom service example as by base. Now this was really itching me to not know the reason which causes it. I'm giving an "if-else" condition inside a "switch...
Hello,
I'm working with :
- nRF mesh SDK 2.1.1
- light_switch_proxy_server
- I implemented the generic model on / off
I work with a module (server) that has two...
i got this error when i am porting the code for nrf52810.i am working on the spi protocol i am porting code from nrf52832 to nrf5810. I am done the as per instuction given...
Hello,
We are currently using RTC1 and RTC2 to keep track of various times. RTC2 is our dedicated clock to keep track of time. I want to ensure that indeed, our application...
Hi All.
I need to add to Generic Access service such characteristics as Peripheral Privacy Flag (0x2a02) and Reconnection Address (0x2a03).
Does SoftDevice give an opportunity...
Hello everyone,
I would like to extend one of my program to use the new features of the BLE 5.0. It works in broadcast mode with BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hi Nordic,
I'm starting a project using the Thingy 52 and I'm going to connect Thingy with another sensor.
I have four communication options from the sensor:
UART, I2C...