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...
I want to undestand this. I can't see any examples with it. In the example ble_app_proximity I always received 100% level.
If it possible, can anybody give a ADC config example...
I am working with a Blend Micro Board (Arduino IDE with RBL_nRF8001 sdk), using
Evothings.
Using the RedBearLab Simple control example I can easily connect to the board...
Following this tutorial : devzone.nordicsemi.com/.../
I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:
[278]: *** [_build/nrf52840_xxaa...
Hi all,
I measured the delays between a GPIOTE event and a Task (in this case toggling with another GPIOTE) through PPI.
The results are showed below:
For the...
Hello, I followed from the link . I successfully program bootloader, and bootloader setting and program. And my program is working fine.
But I cannnot update from DFU. Everytime...
Hi,
I am working on with nrf52 with SD132 v2 SDK11 since we need serial bootloader.
I tried a gattc long write sequence to write 22 bytes. Everything works well, peer...
OpenThread recently merged a DNS client into the main branch. DNS would be extraordinarily useful because my code accesses content behind load-balancing servers with dynamics...
In this example code:
nRF5_SDK_13.0.0_04a0bfd/examples/ble_peripheral/ble_app_proximity/main.c
Where the ADC is configured to read the battery voltage:
nrf_saadc_channel_config_t...
Hi,
I've read a couple of threads in this forum that suggested that the DEVICE_MANAGER_APP_CONTEXT_SIZE value (which should be a multiple of 4) is supposed to be 16 bytes...
We're using the nrf51 with the RFAxis (now Skyworks) 2401C amplifier, which is a fixed gain 20dBm amplifier. The goal is to have a longer range 'beacon' type product and the...
What would be the best BLE Library or Framework for Raspberry-pi to exchange with nordic?
I'm trying to get data from the NRF51's GATT data.
But there are no reference...
I recently was trying to test my nrf52 DK. After lot of failed attempts i was able to do DFU update over BLE and also Serial upload .
I am now trying to test the BLE UART...
Hi
According to previous answers ( 1 & 2 ), the limitation on the maximum number of devices that can be added to a whitelist is 8, and is due to softdevice timing limitations...
I have downloaded the nRF51 SDK from here www.nordicsemi.com/.../nRF51822 and I'm trying to run HCI-UART examples as explained here developer.nordicsemi.com/.../a00063.html...
Hello,
I use SDK 13 on nRF52832 with a SD card (nRF port of fatfs lib).
I have a long sleep and i want to minimise current.
With SD card, it's okay i switch off SD...