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...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
I have successfully upgrade 2 thingy 91 with the latest modem firmware 1.2 via MCUboot, and it worked.
I then tried to upgrade the existing standard application from 2019...
The nRF9160 v1.2.0 does not respond "OK" after AT+CFUN=0 !!!
2020-05-07T12:21:07.489Z DEBUG modem >> at+cfun=0\x0D\x0A 2020-05-07T12:21:08.489Z ERROR Error: 'at+cfun=0
Hi Devzone,
I am a beginner in BLE development. I have a nrf52840-dk and want to test the ble-app-uart example in SDK-16.0.0.
I firstly use NRF connect desktop programmer...
Hi,
I recently procured a nrRF52 DK board (PCA10040, v2.0.0 with nRF52832) for our new product development activity.
I tried following precompiled binaries present in...
Dear Nordic Tech Support & community,
The SDK 16.0.0 supports only one button long-push at time. Attached you can find a SDK-patch to add the support of multiple long-press...
Hi Team
I am trying to implement the firmware upgrade for master controller nrf52832 on chip using esp8266 over uart and I am very new with this boot-loader part.
I...
Hi
I had implemented a DFU module in esp8266 where I am trying to upgrade nrf over serial (UART Communication).
I had success with Init file write but when I send the...
Hi,
I am using nrf52833 EVB as an SPI master. The data is sent properly and well-received at the slave, however, I have a problem with the data received.
The problem...
Behaviour:
- Bluefruit the feater (nRF82832)
- Bluetooth BLE
- Implementation of Fitness Machine Service (0x1826)
- What is correct : all characteristics notified...
Hello, Nordic!
Our project is at evaluation stage. We aimed to build an Bluetooth 5.1 AoA indoor locator system, where the reciever should know the location of the transmitter...
We are using nrf52840 USB dongle to get PIR sensor readings and send measurements over the Bluetooth Mesh Schematics are following: We increased power for peripherals to 3...
Hi:
When I use nRF51822's 2.4G Radio(not BLE),I want to improve anti-interference level,Make sure that all my pairs of host and device can communicate normally.
Thank...
Hi
Looking at the AGPS sample code, it seems GPS/LTE is turned on and off using AT commands (AT+CFUN=x, x in {20, 21, 31}).
Do you recommend NOT using PSM when using AGPS...