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...
Dear.
In my project using twi function(nrf_drv_twi_tx, nrf_drv_twi_rx).
I am faced with parameter problem that length(uintt_t) of nrf_drv_twi_tx function.
I want...
I am having an issue where i use a GPIO pin to start and stop a timer based on device state and a GPIOE toggle event. The issue i am seeing is that nrf_drv_timer_enable and...
Hello
I need a second UART, one for adebug long on the PC and the other for communication with another device.
My application is based on NRF51822 which has single UART...
Hello,
I am attempting to achieve UART Serial Communication with the ADAFRUIT FONA 808 Board, this has a SIM808 Cellular Modem.
I have attempted to re-purpose the examples...
I'm in the process of developing a BLE-based system in which a series of sensors will need to sequentially go through a pairing process with a host computer. There could be...
Hi,
We are using ARM mbed compiler and the nrf51822 which has 256Kb of Flash. We are trying to see what is the maximum bonds we could store on the nrf51822 as this is the...
I tried to set up the ANCS example. It works fine. But how is it possible to set a higher MTU. I set the NRF_BLE_GATT_MAX_MTU_SIZE to 247. But the Log says after a connect...
Hello, somebody help please.. I want to implement Machine Learning using tensorflow, KNN or whatever is good for my module, that consist of Bluetooth Low Energy nRF51822 type...
I want to start with the following nRF52 ADC example .
While doing so, I found that the example is built on SDK v13 and SDK v13 doesn't have Seggar Embedded Studio support...
Hi
I successfully merged SDK for mesh v1.0.0 to nRF14.2 by following the example in https://devzone.nordicsemi.com/f/nordic-q-a/28936/merging-sdk-14-2-with-mesh_sdk .
...
nrf52832
SDK 14.2
My application is locking up, and finding the cause is proving to be difficult. I've enabled DEBUG and DEBUG_NRF and included the hardfault library...
I have an application that requires talking to 21 sensors wirelessly. The bandwidth required by each sensor is relatively small - roughly 2KB/sec. The sensors need to talk...
Hello,
The mesh lightswitch on/off example only calls 'sd_app_evt_wait' in the main loop.
I'd like to use '__WFI' instead. (Im combining some code with mesh, and i'd like...