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...
i have one huge process one get positon sensor using i2c bus and another get led color also using i2c bus.
when color function is added in the process,positon sensor data...
Dear all,
I defined "DEBUG" , used UART peripheral and "printf()" in the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. I find nRF52832 always dead in the place at...
Hello,
To determine the current network topology I hoped I could use the heartbeats to determine the RSSI and the number of hops. The RSSI of the last node is in the example...
Hi,
I found this example here for nrf51.
github.com/.../nrf51-ble-gzll-device-uart
And this is more or less what I would need for my application.
Is there a way that...
Hi All,
Scanning with a nRF52840 Dongle, Is there a way to know if one of the scanned devices is using Coded PHY modulation to advertise? And if the answer is negative,...
OS :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARM Cortex -M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15...
Hi,
I am using "ble_app_uart" code and added battery service to it as custom changes.
I want to update battery level at every 3 seconds.
Code is working fine and starts...
Hi - In the examples provided, a peripheral will go to power off after completing its transactions.This means the the application does not have to "clean up" afterwards. ...
in pca10056.h, there are 4 buttons.
I want to add one new button, //#define BUTTON_5 NRF_GPIO_PIN_MAP(1,06).
However , it failed.
I debug and find the issue, #define...
i used SDK9.0.0 to implement the function that bond to cellphone.
case 1:when i set the IO_CAPABILITIES to BLE_GAP_IO_CAPS_DISPLAY_ONLY,the process of bond is ble device...
Hello,
i m using sdk15.2.0 in nrf52840.
please help for increase adv data size from 31 byte to 45 to 50 bytes..
i had tried with "BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
RTC connect through I2C and GPS connect to UART. I am getting large amount of data from gps contentiously . In the mean time i should read time from RTC . But i am getting...
i have 2 setups, one on a pca10040 running sdk 14.2.0 s132 and the other one on a pca10028 clone running sdk12.3.0 s130 with a 51822_xxaa mpu
the ble_uart examples from...
I just want a simple and clear PWM driver to generate a duty cycle on a GPIO pin - 25% on and 75% off. Just that. What is the most power efficient method?
The example PWM...