Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
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 am designing a board with a host cpu and Nordic nRF52832 as companion chip in order to have Bluetooth capabilities; the two SoCs are connected each other through the uart...
Hello,
I've been trying to program my nrf52832 board with an st link v2 dongle or an st32 disco board with no luck with eclipse(Didn't find a dedicated tut for using all...
Hello
i am using the nrf52840 with sdk 13.
on the client side i saw you are catching the cccd_handle. for the heart rate characteristic.
basically i am leaning the basic...
Hi all, is it possible to use NRF51-DK for Master Control Panel?
I dont have NRF51 dongle so I was thinking if there is a way to make NRF51-DK work with MCP.
Hi,
I have the following situation:
1 central connects and bonds to 2 peripherals. All the above 3 devices are power cycled.
Now, the central need to remember the...
My system's data rate is 16MHz.it input to nRF52832 is parallel 8 bits. Is it possible? I want input the data to RAM by easyDMA,please to tell me how to do it ? thanks!
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
I am working in sdk14 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I set the .allow_repairing flag to true :
static void pm_evt_handler(pm_evt_t
const * p_evt) {...
My system's extend IC need a 16MHz clock ,because the nRF52832 work in 64MHz,so I want to use nRF52832 to generating a 16MHz clock output to a GPIO pin .please tell me ,how...
Hi,
I'm using nRF52832 and nRF52840 to work with MCU, then we should do the firmware update by the uart. I have compiled the bootloader_secure_serial project in the SDK...
I have ordered two "nRF51822 Bluetooth Smart Beacon Kit"s on this page:
www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit , and got these two:
I've downloaded...
Am building a HID Mouse device, starting with the nRF52-DK as hardware target and the BLE peripheral HID mouse sample app. Builds, loads and runs, apparently fine (i.e., can...
Hello,
I am trying to add an extra service like "experimental_ble_app_blinky" into "ble_app_hids_keyboard" example code. "ble_app_hids_keyboard" example code has 3 servcies...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...