Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
Hi,
I use nRFgo Studio(v.1.21.2.10 win7 x64) "Program Application" to program the combined file(SD+Bootloader+application), it will indicate an error as the attachment...
Hello,
There is an issuse in my project that using nrf_gpiote_drv lost interrupt.
SDK: nRF5_SDK_13.0.0_04a0bfd
Chip: nRF52328_xxAA
Board: PCA10004
There is two...
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...