Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hello, I am trying to develop a rehabilitation exercise service using Thingy52.
Thingy52 is the only device to accomplish my objective which needs motion detection using...
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...