to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi there,
Anyone out there that can help me assemble a firmware for nRF52, consisting of UART bonded communication over peripheral mode and scanning of advertisements via...
I'm developing a product that, among other things, uses an ARM M0 and an nRF8001. I think I'm just too lost to make any sense of the documentation, and at this point I really...
I`m representing a Norwegian company that wants to etablish contact with developers that can help us develop BLE 4.0 firmware/app for ios/android. We´ve been in contact with...
So I made my own version of blinky using version 11 of the SDK with the S130 SoftDevice. This works fine and I can flash it to my dev kit (nRF51 PCA10028) with no issues....
I'm using s120 v2.1, with SDK 9, on an nRF51 with 256K ROM and 16K RAM. With s120 I only have 6K of usable RAM for my application. I am running critically low on RAM, and...
I am using a nRF51 dongle as a BLE tranciever and using UART to communicate with an 8bit AVR. I used BLE_APP_UART peripheral example and mostly just changed the pins used...
Hi,
I am trying to update the battery level of my Battery Service but get keep getting an error. The error code is : 0x00003002. I cannot find any mention of what this...
I am trying to start programming in nrf51822 module with the waveshare kit. but the kit always shows the error as switch to boot-loader mode . how to solve this problem?
i am using nrf51822 wavshare kit with ulink2 debugger.
when ever i try to program the kit using keil the error pops like "overlapping of address in 00014000H".
then...
Hi,
I am using nrf51822 and SDK 8.0.0 , SD2.1.0 as an central and SD8.0.0 as peripheral. I am following ble_app_multilink_central and ble_app_multilink_peripheral example...
Hello,
We have a custom board using nrf51822.
In keil the board is detecting at 20khz clock for SW port in the debug window, we are able to program through keil.
...
This fork of the MBED CMSIS-DAP firmware seems to be the latest updated one. The title says, 'Interface firmware providing USB CMSIS-DAP for debugging, USB MSD for programming...
Hello,
I try to change a value by using sd_ble_gatts_value_set(...). If there is a connection, this works fine. But now I have to change the value also, if there is no...