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...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
When I try to use the mergehex tool to combine all three my application never seems to get properly combined.
What I'm doing:
mergehex -m softdevice.hex myapp.hex -o...
I am using Nordics sample bootloader and I really want to make sure that given a freak accident in sending it the firmware or in the firmware code itself that the bootloader...
Please,
We want to develop our BLE related application on PC and we find that "GAP/GATT driver for windows" is a good way to achieve that. While our system is based on...
I upgraded to:
Keil V5.11.1.0
J-Link 4.90
nRFgo Studio 1.17
S110_nrf51822_6.0.0
The blinky demo works fine, but s110 demos like the ble_app_hrs won't advertise. LED...
Hey folks,
I am having a little trouble with my nrf51822 at the moment and needed some help.
I am currently using a highly modified version of the ble_app_temp project with...
Hi,
I am measuring die temperature of the nRF51822 using sd_temp_get() at the timeout handler of the RTC1 timer every 2 seconds.
I am using the battery service for a...
Hi,
just for understanding what soft device do i have to use when i want to build an application wich use observer role and broadcaster role at same time?
Can i use S110...
In our application, we need to save a group of data objects,
how many data objects in a group is dynamic.
also each data object has different sizes,
a few bytes up to 100...
Hi,
I am using nrf51822 custom board.
I'm trying to make intterrupt when a pin is 0 (or 1) and do some calculations while it remains 0.
However I could not manage...
Hello,
I am trying to use SPI on a mbed nRF51822 and am following the documentation suggestion. We've deleted all code except the minimum to try and track down the problem...
Hi,
i want to build an applicaiton with gcc and eclipse setup and S130. I use OSX.
if i don't use the softdevice and run it with the blank linkerscript my blinky code...