I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Hi everyone !
We migrated a functional code from IAR to GCC compiler. But we got some trouble working it with GCC. The code compiles but it doesn't act properly with GCC...
I have used Arduino for some time and i am very new to NRF. So i am struggling with any thing i do. But i am really motivated to learn it.
Completed setup for eclipse to...
Hi, I am designing a PCB which consists of an analog circuitry (microphone + analog front end) and the nrf52832 chip. I am using inbuilt-ADC of this chip to sample the acoustic...
I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844)
change rep_map_data[] add mouse and Consumer,but restart is no work ...
Hi,
(I'm a computer scientist, please be kind)
In the below attached image, I have collected the data outdoors (so no signal reflection or signal fading) from a single...
Hello all,
I am using nRF51822 BLE SDK 9.00 PCA10028. I want to configure the gpio pins as input to sense the voltage as high or low. how to configure it please suggest...
hi
i'm developing to nrf52832, sdk14.0 version.
for example, ble_app_uart project..
NRF_LOG_INFO("UART Start!");
printf("UART Start!");
-> In serial program,...
I have an application that do SW download to STM32L151 processor using NordicDongle with MasterEmulator.dll (Version 2.1.13.14)
It works good on my desktop windows 10 computer...
Hello,
we are trying to test the mesh functionality with nrf development kit. We erased the flash on the dev kit and we programmed it with softdevice version s132v3.0.0....
As stated in the topic. We use BLE to simulate UART. As for now, we have defined our own UUIDs but there would be more straight forward to use the well defined and used one...
Hi,
I have known your board support jlink ob;I want to debug through it ;
I want to know if i need to buy the software-license from SEGGER ?
and if i need buy the software...
Now facing the problem "After disconnected, the electric current increases"...
I think softdevice is working hard even after disconnected when connecting once.
Could you...
Hi,
I'm trying to write unit tests and have arrived at the point to write tests for ble characteristic addition to a service.
To offer some background, I have written...