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:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
I have a requirement that in BLE Beacon Packets, I want to send the time stamp information with in Beacon packets . My questions are : 1. Is it possible to include time stamp...
Hi All ,
I am designing a project and having some doubts here.
Basically project is about tracking actual work hours of Laborers in the construction site.
I have already...
We are designing a product that allows multiple users to connect their phones to the same peripheral device. I wanted to check it out with this example:
infocenter.nordicsemi...
can somebody tell me where to find these error codes?
error = app_twi_perform(&m_app_twi, als31300_read_sensor_transfer, 2, NULL);
APP_ERROR_CHECK(error);
perform is returning...
Hello
I am trying to implement Device Information Service using the sample code "ble_app_bps_s110_pca10028" in nRF51SDK 7.2.0.
But I couldn't get any change when I edit...
Hello,
I'm using the openthread border router (wpantund) along with another end device running the simple_coap_server example that exposes a "light" resource.
I have connectivity...
The "Bluetooth Low Energy Characteristics" tutorial, a beginner's tutorial,
devzone.nordicsemi.com/.../ , uses a version 11 of SoftDevice. But I need a it in version 12...
Hello!
I use the NRF51228 board like this PICTURE
The ICs revision QFAAH0.
I use Keil-uVision 5.17 and ST-Link V2 from STM32F4 Discovery board to load firmware HEX as...
Hello,
I am just getting started with my nRF52832 and went through the first getting started tutorial . I use the SDK V11 with Keil and Termite as described and an iPad...
Hello,
I run ble_peripheral\ble_app_uart example from this link : devzone.nordicsemi.com/.../36
Used PCA10040, SDK 11, S132 2.0.0
I use Termite3.2 and IOS nRF toolbox...
Hello, I am toggling two separate pins at different rates but it looks like for whatever reason the when I go to clear one gpio register it clears everything. I understand...
Hello,
I would like to make use of white list advertisment for my heart rate application on my nrf52832 s132 pca10040, currently I am using SDK12.2, is there some example...