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...
Hi all, At present all my custom projects are running on sdk11.0.0 now I need signed bootloader for these I ported experimental signed bootloader from sdk10.0.0 to sdk11.0...
Dear friends,
I am having trouble connecting the Rigado BMD-300 with my Segger J-Link.
I am using the official breakout board from Rigado. I've connected all GND pins...
We are designing an additional "mbed-host board" that makes our nRF52832 based sensor board mbed-compatible ("Aistin Blue-2" board, see predecessor e.g. at www.kionix.com...
I use nrf51822 and soft device s130. I transmit some data using the printf function, and i need to clear the buffer before send data because sometimes i have noise in the...
Hi,
I'm new using XCode and I'm trying to use this guide:
github.com/.../documentation.md
I created a simple Cocoa Application, then I added iOSDFULibrary.framework...
Hello,
I'm experiencing a hardware fault followed by a reset when running the nRF5_SDK_12.1.0_0d23e2a ble_app_hrs_freertos with the following configuration :
PCA10040...
I'm using interrupts on nRF for the first time and have some trouble wrapping my head around / struggling with uncertainty in how to use the interrupts/GPIOTE efficiently...
Hi,
the system that i designed based on nRF51822 have two mode :
the first mode is the normal mode where the nrf should have a high connection interval of 2 to 3 seconds...
Hi,
I need to have a custom service which allows configuration of multiple parameters (perhaps 50 or more - which control registers in external peripherals)
I've looked...
I am reading the device manager code of SDK10.0.0 for nrf51822. I came across the dm_gatts_context_t , dm_gatt_client_context_t . I didn't understand what they store in their...
test1.hex
1.png
2.png
When i used board 0 extension board to program nRF24LE1 QFN24 OTP/Flash. it notification of error "An error occured when programming the infopage...
I'm looking for information about bandwidth utilization in crowded environments, something like a sports stadium.
Has anyone at Nordic collected data on potential congestion...
I write some function, it can run ok before I start he BLE function.
When I start the BLE function, the function can not run ok.
but , I get some data from APP throuth BLE...
Hi,
I've written code to use the "gpiote in event" to sense an interrupt from a peripheral (acceleromenter), but as soon as I enable the in event, I notice the current...