Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hi,
I have nrf52840 DK and PCA63511 Power Profiler.
I have two questions:
1. The Average Current Consumption measured with profiler is 110uA (18 mA max, over 10 s...
Hi,
I have Raspberry pi board which i want to use it as a gateway .on which server will get set up.
nrf52840 will be the beacons which i have already set up for sending...
I am trying to use the NRF connect mobile app on android 8.1.0 to try and connect to a Bluetooth server serving GATT request to verify functionality.
The server is running...
Hello,
I am using these pre certified modules https://www.nicerf.com/product_147_88.html in a project which is basically nrf24l01+ with a PA and LNA.
These support ...
Hi,
Just been testing the data rate of write without response commands, I'm only getting about 250 bytes / second which seems incredibly slow?
I've just got a simple little...
Hi,
Is it possible to route an analoge signal through a digital GPIO pin to access the inner analoge pins of a nRF52840? I want to avoid using via-in-pad to keep the cost...
Hello,
I can't get the hex file to come out correctly in segger studio. What happens is, I build the solution and create the hex file but when I go to program my device...
Environment - nrf52832 - SDK 15.3
- SD 6.1.1 - with FreeRTOS
- Project: ble_app_buttonless_dfu
I have project with 4 timers and 3 tasks. Everything works fine when...
I have made changes from here in order to configure data rate at Coded PHY for mesh application.
Tested with two phones: Moto G5 Plus (Bluetooth 4.2) OnePlus 6 (Bluetooth...
Hi,
I am tring to display some information using NRF_LOG_HEXDUMP_DEBUG(). However, I can't see anything on the terminal. If I use NRF_LOG_INFO("xxxxx"), I can see the...
I'm using two nRF52840 DKs with SDK 16.0 with one as a central, the other as a peripheral. I'd like to setup an IRK whitelist on the peripheral. I've taken a look at the hid...
Hello,
I'm having trouble getting my program to compile with the SAADC. I started with a BLE template then added the battery service with sensorsim from ble_app_hrs and...
Hi.
I am trying to use nrf52840 on a custom board and configure it as spi slave, and an STM32H7 controller would be the master. I am using the spis example for nrf. I...
Hi guys,
I would like to know which pins of my MAX30102 Heart rate module connect to my nrf52832 SoC and where do they connect to on the chip?
Do the SCL and SDA pins...
Hi i am trying to reduce the adc read times to a minimum we currently have it setup for 3us acq and 32 samples so expecting something close to 160us Its getting around 250us...