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...
Hi,
I'm using the reference project "Experimental: Eddystone Beacon Application" to transmit Eddystone URL packets and I'm sniffing the data with Wireshark.
I noticed...
Hi,
I'm using nrf51822 board with SDK 10 and S110 softdevice.
My application is based on uart over ble. It take 20 bytes data from a android device using nus, store that...
I have created files before with s110 sd8 with the
nrfutil.exe utility using a bat file.
nrfutil.exe dfu genpkg --application nrf51422_xxac_s110.hex --application-version...
Hello,
I want to connect one board trough SPI to my nRF51-DK. Using SDK11 and SD130, the nRF51-DK is the SPI master, I call the function nrf_drv_spi_transfer() but the...
Hi ,
In my project , i can use the battery service in my project.
But if i want to use the another four ADC channels , how to add it ?
my project is working at SDK 9...
Hi,
I am using 2 nRF52832, one for ESB Tx and one for ESB Rx used to send payload through UART using SDK11.
Tx board is used has a low power transmitter which transmit...
hi all,
i am a begineer to nordic. i want to send data over ble and read that using master control pannel.
please say wat api i want to use and how to use. please give detail...
Hello I'm new of nRF seriese.
nRF51822CEAAD00(0x004d)
SD130 ver2.0.1
kail Ver5.18
SDK11.0.0
I just finished the tutorial and now I'm making my new project with twi...
Hi, I am using Heart Rate rate monitor code to send floating value instead of unit16_t.
I am using the heart rate service to send the data. Instead of using simulated sensor...
Hi,
I am new to nRF5x BLE devices.
I need to create a project and would like you to help me out.
I need to connect two nRF51822 devices. If one of the devices goes...
hi dear officers
since the datasheet states that value 1 stand for connected, does it mean this pin is active-low.
in order to physically reset the device, could i connect...
I have tried ble_app_uart_c project in SDk 9 , SDK 10 or SDK11 , but they have the same problem.
Problem is that slave(SDk 9,ble_app_uart) can send data to master(by terminal...
While trying to bond an iPhone 6 (running nRF MCP App) with an nRF52 with S132 2.0.0 I encountered the following error:
On the first try, when the iPhone is not yet paired...
I am trying to set up a button interrupt by adding the following functions:
void button_interrupt_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_gpio_pin_toggle...