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,
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...