Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
I apologize if this question is stupid
I want to read data in p_adv_report. I use the command NRF_LOG_INFO ("name =% x ", * p_adv_report-> data.p_data); but it's meaningless...
I am trying to use I2C (TWI) to communicate between my custom nRF52811 board with an Arduino. Currently my program hangs at the while (m_xfer_done == false); loop as m_xfer_done...
Hi Team,
We wanted to verify Sleep current numbers for nRF52833 SoC based custom development kit.
Is there any readily available firmware to verify these numbers?
...
I'm teaching a course, using the nRF52840-DK board as the lab platform.
Students download Segger Embedded Studio and compile the "Hello World" project from the 'nRF Samples...
Hi,
I have built a prototype that has two SPI slave devices connected to it and it works perfectly. I have now tried to add an SPI SD card aswell by following the FatFS...
Hi,
I'm now using nRF52833 DK to do the AoA test. I achieved the IQ sampling for a single antenna, but when I tried to switch between multiple antennas, the IQ results seems...
Hello!
My problem is that I am getting duplicates of the ACK packets I send from my PRX device to my PTX device.
To debug this problem, I configured my PTX to continuously...
Hi Devzone:
Is there a way to designate one ram block exclusively for radio use? The reason I'd like to know is the following:
Under nRF52833 AHB multilayer section, there...
I need a specific extended panid. Refer to the CLI example and add the following program:
Through the log, the extended panid returned by the device is 0000000000000000...
Hi,
I am developing an application with to 7 transmitters (peripheral) and one receiver (central = nrf52DK), all NRF52832.
I have 1 question and one problem to solved...
Hello,
# Issue I'm using a wrapper function for logging, in which you can set callbacks, which get passed the format string, and the va_list of arguments.
I'd like to...
https://community.platformio.org/t/platformio-plus-goes-open-source-improving-embedded-development-community-worldwide/8240
Hi will this means that we can expect to see...
Hi,
I am working on an OTA update using my own wireless protocol . I’m currently developing my own bootloader. I use nrf52832 DK and s132_nrf52_6.1.0_softdevice.
To sum...
I followed the custom BLE tutorial and got the output.
1. The result increments till 19 , but after that the value 20 is appended with extra character. May i know the...