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 am developing on NRF51822 custom board but I had a problem on how to init TWI driver to communicate with MPU6050.
In short, when receiving a BLE_CONNECTED event...
Hellow,
I'm using app_timer to play the buzzer.
The default behavior is
1. key in
2. timer start: 8Sec for key action stop check
3. Buzzer on (pwm1)
3. buzzer...
Hi, I am using sdk 12.3.0 sd130v2. I have the hardfault_implementation.c included in the project. But I am not able to keep breakpoint anywhere in that file. I have made HARDFAULT_HANDLER_ENABLED...
I have initialized SPI0 master by this code:
static const nrf_drv_spi_t spi = NRF_DRV_SPI_INSTANCE(0);
...
nrf_drv_spi_config_t spi_config = NRF_DRV_SPI_DEFAULT_CONFIG;...
Recently I have been working with the serial bootloader from SDK 11. I can upload a softdevice, and supporting application using this bootloader without issue, as long as...
I started working on mesh 51 series ,
Points for which we need inputs
Data packet size for transmission
Process for association and address assigning during commissioning...
Hi,everyone
I am using S132 and SDK13 to set two peripheral links,now i want connect two centers using different connection parameters at the same time,for example,connect...
Hi,
Can the nRF52832 support higher data rates:
UART TX baud rate of more than 1Mbps, such as 3 Mbps without bitbanging.
TWI of 1MHz
any trick to get them...
Hi,
I recently purchased the NRF52 DK. I'm using the ble_uart_example for the SDK 11. I'm using the softdevice PCA10040.
I noticed the the SDK 11 includes the RTT c...
I want to use the nrf52840 with DCDC in high voltage mode to drive the circuite directly from a LI-ION battery.
Is there any reverse current protection built into the chip...
When you start a receive task, what will the radio do if the HFXO is not stable? Not begin to ramp up until the HFXO is stable, OR begin to ramp up but not become active until...
nrf52832, returns an error even with parameters
IROM1: 29000 57000, IRAM1 3CC8 C338, softdevice_enable() works without errors.
#define PERIPHERAL_LINK_COUNT 1
#define...
im working on nrf51822 using sdk 9 ....i completed bonding using ble proximity example without privacy key.....now i wish to add privacy key ..what all changes i have to make...