I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hello,
My 10031 dongle worked perfectly up to the point where I flashed it using MCP. I was able to run simple programs such as blinky, but now I cannot revert to the previous...
I want to set up an SPI communication between nRF51422 SOC (integrated on nRF51 DK) and Arduino board. I know that it is possible since I've read it in various posts and nRF51...
Hello,
I am developing a simple app for nRF51822 which sends notification data to a characteristic with a random value. All seems to work good but while testing in-depth...
i want to modify advertising data by calling sd_ble_gap_adv_data_set, the advertising data include advertising data flag and Manufacturer specific data,the format of advertising...
Hello,
can someone share a piece of code or a hint to the right functions that can enable/disable notifications on all peers? All I want is that the central toggles notifications...
I am using the PCA10031 as a serialisation device connected to a Windows laptop. The PCA10031 is programmed with connectivity_with_s120_1.0.1.hex and I am using the nrf51...
Hi,
I'm just debugging, why global C++ object c'tor are not called when using gcc/newlib. I stombled over the fact that within the linker script, provided with the sdk 8...
I have a blank nrf51422 that I have successfully loaded with the latest S210 softdevice and working application. However, I do not see the bootloader region occupied when...
Hi pros, Im recently working on 51822QFAAG2 with S110 v7.10 and SDK v6.10.
My app always triggers this assert after BLE is enabled and busy transferring for some time....
Hi Nordics!
I am developing some device using ANCS example.
But I have a same problem with this flow.
devzone.nordicsemi.com/.../
Is this issue solved?
I'm working on the UART with BLE application example. I'm trying to see into which struct does the characters entered on the screen gets saved. From the documentation, the...
we now using GPIO as input. when it rise then start timer. but it seem failed. No GPIOE IN event happened.
what's timing need for rising/fall edge detecting? < XX (us)...
A a couple of years after initially giving up on BTLE (due to Apple's refusal to implement reception certain advertising modes) I am back to have another go at it.
Basically...
Hello
This is probably a very simple problem to solve but I'm having trouble disabling an RTC0 interrupt by using a GPIOTE PORT interrupt on an nRF51 board.
Basically...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...