I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
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...