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...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
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...
Hello,
To improve the performance of SAADC, I would like to isolate the SAADC from the bad effect of DC/DC and RF.
I assume that SAADC has some noise because of DC/DC...