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...
I have a nrf52833 pca10100 which can connect to nRF Connect Desktop to program fine. EVBW833 should have the same chip DK but it is not being recognized. Is there a way I...
Hi
On my custom board, I have an external flash connected via SPI. . The nrf runs on mfw 1.1.0.
Without activating the flash, I get an average current consumption of around...
Hello,
I am using nRF51 DK and it is programmed with s130 soft device and uart application hex file with nFGo studio.
It programmed successfully but device not showing...
Hi, guys. The codes in Nordic Github like
Android-nRF-Mesh-Library / Android-BLE-Library / etc
are written in Java.
https://medium.com/@nithinjith.p/ble-in-android-kotlin...
Hi,
I'm currently evaluating the nRF9160 chip as a potential replacement device in our internet-connected products. In most cases the zephyr documentation and examples are...
Hi,
I modified your USBD BLE UART Example by commenting out the button and LED code to run on a dongle with J-Link debugger soldered on.
I removed the bootloader and set...
Hi I am new to NRF52832. I am using SDK 16, Multlink Central (ble_app_multilink_central).
Here are my questions:
1) The software keep resetting when I flashed the code...
Setup nRF52840 DK S140 nRF52 SDK v16.0.0 nRF SDK for Mesh v4.0.0 Goal I would like to be able to disable the Mesh stack and all radio operations so that my application can...
Hi,
[Softdevice 6.1.1]
I am developing an application which uses the radio timeslot api in conjunction with BLE. Even without starting BLE advertising, or any other BLE...
I did some evaluation on nrf9160dk recently. I try to run some at command to control lte modem, but some wired thing happen.
After I introduce at command in to one work...
Is there is an option to change the payload of NFC t2t after setting the payload.
So the requirement is once there is a polling device is in the field, we need to change...
In ble_app_blinky_pca10040e_s112 example, Generic access service has read and write permission.
When writing the name, I want to handle this event and change the advertisement...
Hi Team,
We are using nRF52840 DK with the latest SDK 16.0.0. We know that SDK have multiprotocol support for BLE+thread and BLE+zigbee. Its okay for that and we tested...
Hi, i have been trying to get GPS and HTTP to be able to work with eachother, but im having some struggles.
After the GPS starts, the program begins spewing out "Invalid...
Hello,
I have exercised the flash driver and that is working fine. I want to save a certain value into a specific address in NVM and I want that part of the .hex file. I...