Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
hello
Now I use the nRF52832's board and I was measuring the current
But when the board's power is off and i measured, the current was flowed in the board.
Now i am using...
Hi!
I can't start project with OOB bonding. If I set settings like just works (MITM = 0, OOB =0), all works correct. But I need more security for bounding. For this reason...
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...