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...
Hi! We're working with a gateway comprised of a workstation running RHEL 8.5, a Bluetooth USB dongle with a nRF52840 chip running the connectivity_4.1.2_usb_with_s132_5.1...
Hello everyone,
i know that there are many similiar questions on the DevZone but i am not able to get it work and i dont uderstand it yet. I want to flash a custom board...
Dear Nordic Team !
I think I found a bug in the ble_db_discovery module of Nordic SDK 15.3.0, maybe other SDKs are affected too. I am implementing a BLE central device for...
I received my NRF52840-DK board, today, from Digi-key. I followed directions in starting it up - power set to USB, switch to on. When I turn it on, all LEDs flash and pressing...
After a lot of stumbling around (the documentation for the ANT+ examples needs to be improved) I finally got some of the ANT+ examples working on my nRF52 DK board. When programmed...
HI
How can I to send 512 characters over BLE NUS?
I saw in Ble uart example this
I received 247data from BLE NUS
can I to receive 512?
how can I do that?
...
Hi,
We are currently going through the Verizon self certify program, using an adaptation of the asset_tracker_v2 firmware on our device. Verizon said to reach out to Nordic...
Look like a hard coded bug in API generated in build\zephyr\include\generated\syscalls\flash.h ?
-- Found BOARD.dts: zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840...
Hello! I have a serial device (RN8209 power meter) which is connected by UART to a nRF52832 with 4800 Baud. I am using SDK17 nrfx UARTE to access it, but I have observed,...
We have a custom board with a uBlox Nina-B1 module. Pin 0.05 is connected to an analog switch (NX3DV2567) which powers a microphone and capacitive switch. When the pin is...
Hi everyone,
I am using nrfConnect 3.9.3, And SDK v1.7.0.
I am working on a project based on uart example.
My question is if there are some way for clean/discard all...
I'm unable to get a cloud response using the XPING command with some IoT sim cards on the nRF9160. I've been working with serial_lte_modem projects on this chipset. I've also...
I cannot find any information on how to update mcuboot over SMP when using the immutable bootloader.
I have my NRF52840 setup with the chained bootloader: b0 -> mcuboot...
Hi,
First of all thank you for your support and suggestions.
As I am planning to use nRF52840 SoC in my design, (Project: BLE based Environmental sensor). The circuit...