Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello everyone, I would like to make an unconnected broadcaster to send data to the advertising channels ... I come from a X-NUCLEO-IDB05A1 board and that's has been pretty...
Hi
in the release notes of the SDK14.2 the following is written
The following toolchains/devices have been used for testing and
verification:
- ARM: MDK-ARM version 5...
I have written an interrupt program to blink an led at port P1.01 by pressing the button 1.So i added the code in ble_app_blinky example so i can blink the led from the board...
I want to read integer data on the cloud
for example int a=1001;
This value must be displayed on the cloud service after every 5 seconds.Also i want to increament the value...
I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga...
We are working on an IoT application using the nrf52840 Preview DK and would like to interface an external Wifi Module for transfering the acquired data to the internet. Could...
I am using SDK 14.0.0 with Softdevice S132 V5.0.0 and the accompanied DFU libraries. In the examples\dfu\bootloader_secure_ble example I think the logging system has a problem...
Hello,
When I try to read data from UART RX port using serial library, I'm not able to read the data beyond the number specified by
SERIAL_FIFO_TX_SIZE and SERIAL_FIFO_TX_SIZE...
Hey, I'm using raspberry pi 3 model b, with the rasbian strech os running in it. I have followed the tutorial provided by nordic using this link for BLE over IPv6. When I...
Hello, In my case, i'm using some PTX and one PRX. It's working well. Now i want to extend coverage, can i use repeater/forwarder? I tried but have problem with PTX: after...
Hi,
we are using a custom board, with codes tested on a NRF52 DK. We reconfigured the pins and when using pin P0.09 (by default NFC) as an input "active_high" and with ...
Hello,
I've done this steps:
I erased the whole chip: nRFgo Studio/ DeviceManager/nRF5x Programming/Erase all
I programmed the Softdevice s132_nrf52_5.0.0_softdevice...
Hello Nordic Team,
i use SDK 12.3 and SoftDevice S130.
In the template project ( \examples\ble_peripheral\ble_app_template ), the BSP module is used to indicate advertising...
Hello,
For my project I need to send raw data (without prefix or timestamps ) along with system logs trough the same UART.
So far one possible solution is to use NRF_LOG_RAW_INFO...