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,
I am attempting to achieve UART Serial Communication with the ADAFRUIT FONA 808 Board, this has a SIM808 Cellular Modem.
I have attempted to re-purpose the examples...
I'm in the process of developing a BLE-based system in which a series of sensors will need to sequentially go through a pairing process with a host computer. There could be...
Hi,
We are using ARM mbed compiler and the nrf51822 which has 256Kb of Flash. We are trying to see what is the maximum bonds we could store on the nrf51822 as this is the...
I tried to set up the ANCS example. It works fine. But how is it possible to set a higher MTU. I set the NRF_BLE_GATT_MAX_MTU_SIZE to 247. But the Log says after a connect...
Hello, somebody help please.. I want to implement Machine Learning using tensorflow, KNN or whatever is good for my module, that consist of Bluetooth Low Energy nRF51822 type...
I want to start with the following nRF52 ADC example .
While doing so, I found that the example is built on SDK v13 and SDK v13 doesn't have Seggar Embedded Studio support...
Hi
I successfully merged SDK for mesh v1.0.0 to nRF14.2 by following the example in https://devzone.nordicsemi.com/f/nordic-q-a/28936/merging-sdk-14-2-with-mesh_sdk .
...
nrf52832
SDK 14.2
My application is locking up, and finding the cause is proving to be difficult. I've enabled DEBUG and DEBUG_NRF and included the hardfault library...
I have an application that requires talking to 21 sensors wirelessly. The bandwidth required by each sensor is relatively small - roughly 2KB/sec. The sensors need to talk...
Hello,
The mesh lightswitch on/off example only calls 'sd_app_evt_wait' in the main loop.
I'd like to use '__WFI' instead. (Im combining some code with mesh, and i'd like...
Hello,
This case is a part of a private case. Unfortunately havent responded for few days. I believe he has days off or something, therefore I am willing to receive help...
Hi everyone,
I design own boar with nRF52810 SoC. But i dont know how to programming external. Which pins are using programming? SWDIO and SWCLK pins using programin i know...
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Written a custom script to write product model no into UICR Registers. After updating Model No, DFU was getting failed at state 6 i.e after updating init data after moving...