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,
i'm new to bluetooth development so i have got a Tiny BLE. ( wiki.seeedstudio.com/.../Tiny_BLE)
the Chip is: nRF51822
i use for the development at the moment the...
Does Nordic, or any third party, provide an iOS app that utilizes the features of BLE 4.2? Specifically the larger packets sizes, and is there example code? Wish list would...
My net is a star type with many nrfL01P+ units.
Now i simply use only pipe 0 with no acknowledge (and same frequency for all units).
My question is if can I use pipe 1 ...
Hi,
I'm building a device with an nRF52 or nRF51 Module (still undecided), but still need a second MCU for USB Host functionality. Unfortunately, USB Host requires a precise...
I modified the nRF51 SDK_v5.1.0 .36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_hrs proj and downloaded to my self-made pcb,and it worked well. Then I want to update to...
Hi there,
I'm using an input GPIOTE based on SDK11. The interrupt is consistently being fired. On the other hand, if I use "if(Pin_6)" to check the trigger, it does not...
I am trying to use SEGGER_RTT_printf with SDK12 in eclipse.
I have added the appropriate lines to the makefile and SEGGER_RTT_WriteString works fine.
My Makefile lines...
I followed this blog entry ( devzone.nordicsemi.com/.../) setup IAR to debug in monitor mode (by adding Jlink_monitor.c, jlink_monitor.h, jlink_monitor_isa_iar.s, add EnableMonMode...
Hi,
In our project we need to store data onto the internal flash memory.
The data that's stored will be transferred and modified via "BLE uart service". When I tried...
Hi guys,
I'm working on an nRF52832 chip (PCA 10040) with softdevice s132 (v3.0.0) and I'm facing with a big problem; in my project I use an spi (instance index 0) and an...
Hi,
we have the need to develop an application that needs a precise second counter over time.
Our firmware is using the S110 SoftDevice (v8.0.0) and SDK v8.0.0 to perform...
Hi!,
I'm trying to compile GitHub examples, for example this github.com/.../nrf51-ble-tutorial-service
I cloned it into nRF5_SDK_12.1.0_0d23e2a/examples/peripheral....
Hello,
I have custom board with nRF52832, and I want to have possibility to DFU over UART.
I tested example bootloader (nRF5_SDK_11.0.0\examples\dfu\bootloader\pca10040...
I am using nrf51 SDK v.12.1.
And I found NRF_LOG_INFO("BLINKY START\n");
where can I find this log?
Is this different from SEEGER_WriteString or something?
Hi
We are using "gcc compiler" to compiler our programs. To download our programs we use "nRFgo Studio" app.
From the above image, when we load SDK into the device...