Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
hello!
i am using my nrf52832 with s132 softdevice. basically the ble template with my services and charas.
i checked power consumption in sleep mode and observed something...
Adding a Network Coding Extension to CoAP for Large Resource Transfer
https://ieeexplore.ieee.org/document/7796871
Can I use this coding in your some SDK project?
...
Hi all,
I ned to test DTM in labview. In nRFgo Studio works fine, but I don't have any idea hoe to relize same test in labview. Could anyone help me please?
Thank you...
Hi,
I'm working on nrf9160 DK board version 0.8.5. I want to use analog pressure sensor and read data using GPIO input, however there is a little issue related to acceptable...
Hi,
I'm having issues maintain the connection to a MQTT server. I'm able to establish the connection, keeping this alive and pub/sub some massages, but after some time ...
Hello ?
I try to bluetooth 5.0 Le mode test
but nrf studio program is not supporte Le mode 2M bps
therefore i need to nRF DTM Tool for bluetooth 5.0 LE mode 2M bps test...
Hey, When I initialize the device information service as follow ,It seems that It does not work ,RTT View show There cause a Fatal error 。 But if I initialize one of them...
Hi, I'm provisioning mesh nodes using nrf_mesh APP. After I finished it and added device into mesh network, I have some questions in configuration process.
In nrf_mesh APP...
When I send AT command, AT+COPS?, in example, +COPS: 0,2,"26201",7 will be returned. In this example, it returned one numeric string for MCC and MNC.
Can I simply read this...
Hi,
I don't find any information on the antenna used on the nRF51 DEVELOPMENT KIT. The chip is N51422.
I would like to have information like the gain of the antenna. Could...
Hi,
I'm Trying to add uart with DMA functionality to the asset tracker sample code.
but when running :
I get:
this is my nrf9160_pca10090ns.overlay :
these...
Hi Roshan
I want to use ViewModels in RecyclerView like I have to perform light on/ off (sendGenericOnOff(final boolean state, final Integer delay) android app)r each node...
Hi all,
I am running thethings.io examble of Thread SDK 3.1
I setup border router (Raspi 3B + NCP + ethernet) , Node (NRF52840DK)
In Node, I can ping to thethings.io...
Hello,
I'm currently a student and new to RTOS and modems in general, so please excuse my possibly very basic questions.
We have a running demo with an ESP32, where...