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...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I'm trying to use gcc and eclipse but I'm getting an error in eclipse that certain variable names cannot be resolved. I know that its not being able to get the variable names...
Hi,
I am developing a small development board of visiting card size, which is powered from a coin cell. I have two questions,
All i want know is there any polarity...
Hi,
do sd_flash_page_erase or sd_flash_write provide any guarantees that the command has executed successfully or should I do a manual check to verify if the page was really...
Hello all,
I am working on nrf52832 Board and i want to use it as translator to send and receive the data , please tel which pins i need to select as UART(rx,tx) pins ...
I am designing a custom board with nRF52840, powered by USB, no battery, using its internal LDOs to supply other peripherals with 3.3V
I have two questions about pins/outputs...
Hi
I generate a pwm signal via changing the state of one characteristic. In general, the pwm works fine. But the problem occurs when I add the timer which is responsible...
Hi guys,
I use the 51822's PWM recently, PWM is made by GPIOTE+PPI+TIMER, and the PWM source code as below(I use TIMER1, GPIOTE[0], PPI_CH[0], PPI_CH[1], period and duty...
Hi all, I'm asking on both BLE specification version 4.0 (or more) and NRF51822 S130 about having support for multiple central connections at the same time while our NRF51822...
Hi,
I get RSSI values like -96 or -97 dBm before the coded PHY connection between two nRF52840 pdks drops. Are these values something expected? TI advertises sensitivity...
Hi, there~ Nordic's Mesh SDK is fascinating! I was thinking of a way how to connect the Internet with Nordic's Mesh devices.
From the web, you might have seen these...
Hello,
I'm working with the thread v0.10.0 sdk release and I would like to customize and add some new packages to the border router.
I see that there is a release tag...
On the BLE Secure DFU Bootloader page of the documentation, there is a typo. See ' Secude ' in the following text.
Configuration parameters
There are certain configuration...
We have certain boards having nRF51 onboard. We want to use them as sniffer. Unfortunately, pins that are used for UART on nrf51DK board are not accessible on our boards....
Dear Nordic Development community,
I have a very interesting project going on based on bluetooth speaker controls.
In short words, i'd like to control the sound level...
i am using uart communication between nordic and some device ,communication was fine upto some time but after some random amount of time i am getting uart_driver error...why...