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...
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...
Hi,
After building and testing separate HTPS and GPS examples, I am getting modem errors when combining both projects into one application. One of our goals is to send GPS...
I am experimenting with the UART example. I can connect the nRF USB port to the USB port of my computer. I used realterm to see the serial output. The example works as described...
Hello.
I'm migrating an existing project from SDK 15.3 to SDK 17.0.2.
I'm having trouble updating my build scripts, specifically merging the settings page + BL + SD +...
Hi,ALL:
As top:
1.When Compiling file NRFX_TIMER.C,it warns :ISO C99 requires whitespace after the macro name. AND :"APP_TIMER_V2" redefined。 and I only can find the APP_TIMER_V2...
Hi,
I am using 2 esb devices to test my packet send and received.
My use case is:
1. Node-1 and Node-2 is power-in in PRX mode
2. Node-1 switch to PTX and send a packet...
Hello guys,
I am new in the BLE world.
I am currently using a BLE Android application running on a tablet + nrf52832 communication with another chip through UART.
I...
I understand only the flash memory that stores the boot image is available. We need ca 32 Kb of persistent storage. How can that flash memory also be used for additional persistent...
Hi, all
I'm using nRF52832 pca10040, s132.
I successfully read peripheral characteristic using 'ble_app_uart_c' example.
However, I read once only when the connection...
Hi,
I am struggling to find out why my device will not immediately start my application after an OTA DFU upgrade.
I am using buttonless DFU on a custom nrf51822 board...
HELLO,All: When using SDK5 From 52840 change to 52833 ,There are some errors,as below: 1.Output/Release/Exe/ble_app_hids_mouse_pca10056_s140.elf section `.init' will not fit...
Hi:All:
A: Since I have getten help to make left/right button working well, but I just want to know the dataflow from the button being pressed to released. 1. It means that...