Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...