I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hello,I am using SDk14.1.How can I use NRF52832 connect to a specified host?I already know the MAC address of the host but have never connected to it。Can NRF52832 initiate...
Infocenter "Download offiline documentation" link is broken (see attached images). This occurs when using either IE or Chrome.
Please advise how to download SDK API.
Hi, Unfortunately, I'm stuck on this issue with running SDK-mesh example on Dongle. 1) I did: - took the project: nrf5_SDK_for_Mesh_v4.0.0_src\examples\light_switch\client...
I saw in this reply that the number of friendships a friend node can handle was limited by available RAM on the friend node. I set MESH_FRIEND_FRIENDSHIP_COUNT to 50 and after...
Now I come across such a problem, when the device is sending serial port data, at the same time to the mobile phone and bluetooth connection for related business processing...
Hi,
I am trying to implement energy efficient(batt powered) application for nrf9160, using UDP/DTLS/LWM2M as comm stack. Got "hello world" working, but now I am really confused...
Hi,
We're developing a product based on Zephyr for the NRF52840 (currently seems to be Zephyr 1.13 OpenSource variant). When doing power measurements, it seems that the...
nRF Sniffer is capturing packets, but I see no device names in the Devices List, and I cannot sniff a paring procedure.
The source address in the Devices List also do not...
I'm using the NRF9160DK, the asset_tracker example works fine over Cat-M together with the iBasis sim.
I want to run my applications on NB-IoT, so I'm trying to connect...
Hi,
I have an issue of watchdog in my application.
I think it may occur due to an interrupt (NFC trigger), which calls the function xTaskGetTickCount () instead of...
Hi community ! I saw a lot of subject about "Mesh throughput" which was outdated and i still have questions. I'm using nRF52840 DK with nRF5 SDK for Mesh v4.0.0
1) Does...
Hi,
I'm using nRF Connect to connect to the secure bootloader. In the debug log I see that an MTU of 185 is requested and 183 is replied. I also see this in the Wireshark...
When I used nrf52840 to connect the peripherals with pc-ble-driver-py, I had my own custom UUID, so I needed to add a custom UUID. I referred to this article , but the following...
Hi,
I know that there are different ways to set up the radio, but generally speaking, is there a general practice for how commercial devices' PHYs are set up when advertising...
Hello people, Honestly this is a problem more related to a Raspberry Pi than the nRF52832 but I'm getting same difficulties here so I will explain my situation. I have been...