I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
With conventional python virtual environment and Zephyr west, things seems to work well. I decided to give it a try to nRF Connect for VSCode and I observed that it not use...
I'am currently porting code from NRF51822 to NRF52805. In my old code I used the following line to initialize softdevice: ``` SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I am designing a custom board based on nRF52820 SoC. I see that its matching network is different in reference compared to previous SoCs on which I have worked i.e....
I want to know what is the max payload size of BLE with extended adv i can send 1022 byte,i want to know what is max tested payload size which can be send. with out any inferance...
Hej
Im trying to mount two littlefs filesystems. One on externl flash and one on the nvs.
Up until now I have been using littlefs on my external flash without any...
HI.
I am trying to implement the mass storage example (zephyr/samples/subsys/usb/mass in the 2.2.99 SDK) on the nRF52840 dongle for windows 10 but using an internal RAM...
Dear support team,
Currently, I create a custom board using nRF52833-CJAA SoC, but I not found nRF52833-CJAA package in nRF Connect SDK v2.7.0.
Could you please help me...
I'd like to make my product appear as a USB drive when plugged into a computer. I want to save sensor readings to CSV file, and allow users to read/copy them.
I found the...
I am currently working on encrypting "Provisioning public key PDU" with a public key of end node that was received out of band the by provisioner before transmitting it to...
Hi, all:
I use 9160DK to test GPS standalone mode as follow steps with AT command example:
Approach 1:
1、set ”AT+CFUN=0“ to power off mode;
2、set " AT%XSYSTEMMODE...
Hello,
I am using three nrf52840 DKs to test sending gatt notify data. They are one peripheral and two central.
When they each have only one Gatt Customer Service, peripheral...
Hello,
I'm facing a problem in pc-ble-driver-py. I adjusted the uuid_count, but the code still fails at the service discovery line:
ble_adapter.service_discovery(new_conn...
I try to use st25r3911 and try to achieve low power consumption.
The code configures interrupts: gpio_pin_interrupt_configure_dt ( & irq_gpio , GPIO_INT_EDGE_TO_ACTIVE ...
Hello,
I work with the Zigbee Light Switch exemple from SDK 2.7.0
After association, the device never use the Poll data as for end_device role. But, it sends continuously...
We have created Thread Network include Leader, router and end devicewitch nRF SDK v2.5.0 on nRF 52840
We found the Thread connect will offline after 15 minute and not reconnect...