Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
when i downloaded a git-hub ble-advertising tutorial and then tried to compile using segger. it gave me this error.. i am using nrf_sdk_5.2 and soft_device of S140.. i cant...
Hi,
I've got a suggestion to use for nRF52832 Multilink Universal FX or Cyclin FX programmers.
Even though the Segger programmer only suggested by Nordicsemi.
Can you...
Hi,
Last week I bought two NRF9160 DK. I downloaded the nrf connect on pc and then i followed the steps carefully from this webpage https://devzone.nordicsemi.com/nordic...
Hi,
I'm trying to send out 3 bytes just before I reset the chip. I am using nRF51, SD 130 1.0 and SDK v10.0.0. UART works well in other parts of code.
My original solution...
I'm using the nRF52832 +SDK11.0.0 +s132. I am making a making a library with floating point calculations and compiling it with GCC. A couple of test functions are:
I noticed...
Hi, noob question here I'm sure, haven't done any development in a while..
I'm trying to use the <windows.h> library for my program. I am using SES for my project. I added...
Hi,
I noticed that some of the GND_Shield pins on the nRF9160 (described in the product specification) are not connected on the nrf9160 DK. Why are they not connected to...
Hi ,I'm using nRF52832 Bluetooth DK and (SDK15.3.0) , I am trying to switch between beacon mode and uart mode without the need to reset button , e.g with reset button from...
Hi,
using a stock nRF52840 dongle and willing to enter bootloader (same as pushing the relevant button on the dongle) from app. How can that be done, using stock bootloader...
Hello,
I am using custom board with nRF52810 (QCAA, QFN32), SDK14.2, and softdevice S112 v5.1.0/S132 v 51.10 according to the compatability matrix. I am programing the board...
I have a question about LE Secure Connections (LESC).
As an example, consider the following behavior. 1. "Device A" scans as "Central". 2. "Device B" advertises as "Peripheral...
I have a question about "Importing Keil projects".
I want to run "ble_app_multirole_lesc (SDK V14.2.0)" using "SEGGER Embedded Studio". However, there is no project file...
Hello,
Currently, I have a product with the nrf52832 SOC and my customer wants to know its life-cyle.. (approximately)
just to take into account possible replacements...
I have a question about LE Secure Connections(LESC).
Is it possible to pair with multiple devices in multi role operation? I am considering the following connection. ・Peripheral...
I'm using ble_app_uart_c example with NRF52840.
And i want to read the beacon device id( 8 byte ) at Central(nrf52840).
The ADDR value could be verified through the questions...