Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
Hi all,
I am developing a mesh network and i am using pca10001 EK V2.2.0 for nrf51822. Some one suggested this link: github.com/.../sdk-8-support
I did what they suggested...
hi
in my nrf51422 v2 there r one phone that cant detect my nrf and i think its because of the phone because other phone can detect my nrf
now what parameter is important...
I configured nrf51 with MIN MAX connection inverval this way
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(100, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(200, UNIT_1_25_MS...
Hey pro´s,
first thanks for this great community! I´ve read a lot of conntents here, and there is a huge amount of knowledge in this forum!
But since 2 weeks i´ve got a...
Hi,
i did an app, that shows battery level. it's working, and show the vlaue i publish.
The app is the client and Master Control is the server ( the master control connect...
hi
i have nrf51422 v2.
is uart over ble want another microcontroller for send and recieve?
i mean can we send information by uart over ble by itself or i need another micro...
The configurability of the HCI Transport Layer for UART-based DFU in components/libraries/bootloader_dfu/hci_transport/hci_transport_config.h leaves something to be desired...
In the nRF SDK version 11 (specifically, this download ) some functions are either declared or defined to be __WEAK .
I will use app_error_fault_handler(uint32_t, uint32_t...
Hi, I found a bug with weak function declarations in SDK11, using GCC.
app_error_weak.h contains the following declaration:
#ifdef __CC_ARM
void app_error_fault_handler...
Hi Nordic Community and Developers,
I'm a beginner in the RF world and I'm designing a small Bluetooth module using nRF51822 to acquire the RF knowledge and to use it in...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi,
How Can I verify if my CPU has entered Low Power mode??
I have power manage function running in the main loop , but when I put breakpoint on sd_app_evt_wait() or...
I am trying to read data from SPI slave on the nRF51DK using mbed online compiler. To do this the mbed SPI library (class) includes a method called transfer. When I try to...
Hi,
I am trying to save some parameters after disconnection pstorage_clear or pstorage_store will not return to the pstorage callback function. I am working under SDK 9...