Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
MY application is using SDK 12.2, SD132 v3.1 and freeRTOS. I'm trying to debug a sensor that uses TWI. When I enable logging. #define NRF_LOG_ENABLED 1, NRF_LOG_BACKEND_SERIAL_USES_UART...
Hello Everyone,
I am new to keil and nrf51822 programming.
Currently I am using softdevice s130 with hex file for bootloader from
folder : nRF5_SDK_11.0.0_89a8197\examples...
Hello,
I would like to instruct my application to read the battery voltage on my nRF52pca1040 DK, I am intending to do so through the SADC.
I will feed the board with...
Hi,I have some problems in debug with experimental_ble_app_buttomless_dfu project.
First i build the experimental_ble_app_buttomless_dfu project,so i get the app_buttomless...
We am improvising nrf blinky application, we have got stuck in a problem, after button is pressed from nrf52-dk code goes into forever loop and after a while connection is...
I have two nrf51822 modules and first one is sdk8.0.0 / s110 / peripheral device, second one is sdk10.0.0 / s130 / central device. I've sent a 10-character data array like...
Using:
SDK14
Softdevice132 V5.00
app_uart driver with legacy, no easy dma.
UART is set up with hardware flow control.
The pins should be set up correctly: rx-tx , cts...
i want to konw ble evt struct 's content of meannig . i want to find what's the return value when packet send fail and what is the channel id different from other ruturn value...
Hello,
I want to falsh nrf51422 device. I ma developing software using Eclipse and SDK_7.2.0.
The soft device is 130. I have build the project successfully and Hex/elf...
Hi
I'm trying to communicate between nrf51-DK and arduino using twi. I was able to send data from nrf51-DK to arduino using nrf_drv_twi_tx but when I'm trying to send the...
Reference PWM_driver sample code,
I set the customer status of the LED,
And it also can change status by button,
static void bsp_evt_handler(bsp_event_t evt)
{
void...
Hi,
I want sample code for configuring baud rate of UART from mobile application (nRF Connect). So I don't need to hard-code the baud rate in my program.
Please share...
With version v2.0 of S332, I checked for a return of BLE_ERROR_NO_TX_PACKET when using the ble_nus_string_send function. I use this test in a routine which writes buffers...
I called these command:
nrfjprog -f NRF52 --eraseuicr
nrfjprog -f NRF52 --program app.hex --sectorerase
During the eraseuicr I see:
Erasing UICR flash area.
Applying...
Hi there,
for my Application, I want to listen for all BLE packets on a fixed channel.
No SoftDevice is used.
I receive all packets as long as BASE0/1 and PREFIX0/1 and...