I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hello everybody, i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the...
I have created custom characteristics by
BT_GATT_SERVICE_DEFINE ( vnd_svc ,
BT_GATT_PRIMARY_SERVICE (& vnd_uuid ),
BT_GATT_CHARACTERISTIC (& vnd_enc_uuid . uuid ,...
I am using the current nrf-sdk v2.1.0, which includes the matter version v2.1.0 from the Nordic repository.
I encountered an error that setting CONFIG_DEBUG will result...
Hi
I have successfully used the TIMER & GPIOTE to generate dual tone frequencies for a BFSK project. 200kHz & 400kHz. ( 50% duty cycle square wave)
I wonder if the same...
Hi,nordic
I am using 52832. The SDK is mesh500 and sdk1710. I want to check the data sent from the PC through the serial port. Where am I and how do I read the data?
I am using the NRF52 development kit and I modified the uart example main.c to simple TX and RX application using printf function. The board is directly connected to the PC...
Good morning,
I ended up changing the design to use the nRF52810 chipset and I wanted to find out if Nordic would be able to provide some schematic feedback for my design...
Hi Nordic expert,
We are K5DET1/3/5/7/9/11 output high level, then string 10K resistor, K5DET2/4/6/8/10/12 through the mercury switch to read this high level, while adding...
Hi,
According to the documents of NCS, CoAP Server sample uses native OT CoAP API while CoAP Client sample uses Zephyr CoAP API, and the Zephyr CoAP API is recommanded....
I've googled all over, and I'm having a hard time finding any documentation that digs into how to use the nRF Connect SDK. Most documents point to examples, however the wealth...
Hi,
I developed with ncs 2.1 samples esb ptx and prx using nrf52840 make a low latency application,There are two problems
①On the ptx side, packets are sent twice in...
Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have...
Hi,
I'm trying to write a simple python application on Windows 7 that communicates with a BLE peripheral running Nordic UART Service. I'm using the nRF dongle and pyserial...
Hi,
I'm trying to config my SAM-M8Q with an array of HEX.
It's work beautifully with app_uart_put like the picture below.
However, when I try to implement LIBUARTE...
Hii
I have a problem pass the address while advertising
I should pass the adress using 9160_dk
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART...