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...
on the nrf52832 I am configuring pin 10 as an input. There is either 0 or 3.1V on the pin depending on whether a charger is connected to the board.
When I read the state...
Just stumbled upon this:
#define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
Should be
#define TIMER_PRESCALER_PRESCALER_Msk...
I am working on project where I am storing and reading data from an SD card. During the initialization, I would like to print the full contents of the root directory - "/...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I'm using nRF52840-PDK. I created a custom ble service following this tutorial ( github.com/.../custom_ble_service_example) and sent my sensor data over bluetooth. Now I'm...
Hi ,
I am trying to disconnect a connected central (phone) by calling sd_ble_gap_disconnect from my nrf52 configured in multiperipheral mode. . The disconnect call returns...
I am trying to time a capacitor discharge through different resistance sensors for greater resolution than an ADC. I did this using the GPIO functions initially but the SD...
Hi,
Is it possible to use Segger Embedded Studio with nRF51?
I see on your web site it's supported with SDK 14 or greater but this SDK is only for nRF52.
My product...
I have problems with my custom board.
I developed the firmware with the nrf52840-PDK and there the firmware runs standalone (with RTT connected and without) or when debugged...
Hello
I am working on nrf52382,sdk11,softdevice 2.0.
/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-fd3fce63fa6d4ddfa73158194e4d87c3/battery_5F00_pins...
Hello,
I am writting a batch script to flash a PCA10056.I use it to flash the softdevice, the bootloader and my application.
The script works well and flash the device...
Here NRF52 TX pin is connected to Battery to measure voltage Level. i am using NRF52 with SDK 11 and s132 soft device.
Here is my Schematics
here BATTERY is connected...
Hi
I am working with the twi_scanner_pca10056 example found in the SDK. Using a oscilloscope I can detect the logging messages on pin P0.01, even though sdt_config.h defines...