Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
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...
I am developing a wearable using nRF52832 and looking for best debugging practice. I have given provision for SWD pin connection on PCB board. What is the best suitable JLink...
Dear all,
I'm looking if there is a easy way to add custom commands to the OpenThread CLI without touching the OpenThread core ? I didn't find anything in the API.
Thank...
Hi Nordic team,
I having problem understand TWI_INSTANCE_ID and what are usage of this configuration?
For example, if I were to use 2 different TWI hw port (SCL1,SDA1...
I am using a raspberry pi that is running a NUS service. The PacketList in Wireshark shows the advertising packets from the device, but the device is not showing up in the...
Hello, in sdk 15.2 there is an SES version of radio_test for pca10040, and within main.c, starting on line 121, there is reference to NRF52810_XXAA. Is this to understand...
Hello,
I am developing an application in which mesh client in some cases needs to send consecutive messages to the mesh server. I use a modified version of Simple On/Off...
Hi,
I am trying to modify the enocean switch example to send the commands from the switch to different devices connected in the mesh. Example shows that the a0, a1 control...
I'm trying to create more groups in mesh.We know that all the nodes(servers) are divided into two groups called ODD and EVEN,so I want to create more groups.
I have changed...
I posted recently ( https://devzone.nordicsemi.com/f/nordic-q-a/40381/interfacing-with-mcp4725-with-twi-registers ) and after editing the post, I can no longer access it ...
Hello, boss, I used twi read/write data from others device, I find a strange problem, When in no-blocking mode, mainly loop use "sd_app_evt_wait" TWI can't write data to others...
Hi, all. I have been going through the mesh examples and have been able to do the light switching, dimming etc examples and have used the RTT as well as physical buttons to...
Hello everyone,
My problem is the next one :
I bought a Nema 17 stepper motor (this one : https://www.pololu.com/product/2267 ) and it’s driver (this one : https://www...
It appears to be an error in the function signature `sd_ble_gatts_hvx()`.
Since the call is made via software interrupt, the const qualifier is cast away regardless.
So...
I am trying to implement the HAL interface for USB devices in Mbed for the nRF52840. Mbed is currently on nRF SDK14.2 so I may not have all the most recent bug fixes for the...
Hi,
I would like to run a different LWM2M client other than leshan LWM2M. Could you please answer me following questions:
i) Can i run any other LWM2M client written in...