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...
This may seem rather pointless and stupid, but are there a set of APIs for asking the SDK it's own version, and getting it to ask the SoftDevice it's version?
Good morning,
Some contextualization first:
At my company we developed a product that is based on your NRF52832 microcontroller.
We are currently entering the certification...
I am encountering some problem in building eclipse project following the tutorial at devzone.nordicsemi.com/.../ .
Previously I succeeded in building with another simple...
Hi,
We bought several nRF52 DK with nrf52832 and intention is configure one of these as a gateway router to cloud via Rasberry PI.
I have IAR installed and I tested blinky...
Hello,
I've been all over the forum trying to solve my problem but I just couldn't find enough information.
I'm trying to set up notifications in my application, but...
Hello,
We're using SDK v14 and nRF52. To pass some data between reboots we're using the general purpose retention register. However, it seems like it's impossible to call...
I try to transfer the codewords from nrf51822 Dk board to a dongle board, while the dk board is PCA10028 and the dongle board is PCA10031, when I change the port numbers and...
I'm new to the nrf51822, i was connected led to one of the gpio pin of nrf51822 development board. In 1 minite i want to toggle led 20sec and remaining 40 sec in sleep. After...
The SDK 12.1.0 documentation for the FDS library says the following:
FDS_THREADS: If set, the FDS module can be used by multiple modules at the same time (for example...
Hello,
I am trying to measure the current consumption.
i could cut the SB9.
and i use analog discovery and measured!!
the picture is shown in below.
gyazo.com/b9f5607148cd9415ea7d1ee6ac644373...
Hi
I have tried to make use of the FDS for storing data and encountered this behaviour.
The required setup of the sys_evt_dispatch() & fs_sys_event_handler(sys_evt) are...
Hi,
were are looking forward to redesign our PCB. The nRF51822 will communicate via I2C which sinks up to 3 mA and 15 IOs will source the maximum rate of 15mA. Additional...
Hello,
I implemented a function to add characteristics to a service, but I'm having a problem when I add notifiable characteristics. I pass a set of flags to my function...
Hi,
I set a debug LED on as the very first thing I do in main. Randomly (sometimes 2 in a row, sometimes 1 in 100), sometimes my debug LED never comes on and no code is executed...
Hey Everyone,
I am new to nordic development. I am really used to programming with easy environments like the Arduino. I have seen some examples using the printf() command...