Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
I have VSCode 1.63.0 (Universal) on macOS 12.0.1 with ncs v1.7.1 and a board with an nRF52840 MCU. I'm using the "hello_world" example. If I power cycle the board I can start...
Hi,
I'm trying to connect to hook-up a debugger in VSCode to my target but am unable to. The hardware is custom and JLink connects fine with nrfjprog to program and erase...
Hi,
I'm trying to ,create a development environment for Alexa gadget in nRF52832.
here is the thing which I'm using:
1. nRF connect for desktop version v3.9.1
2. Toolchain...
I had a Thingy91 that I think I bricked in trying to upgrade the firmware. I'm able to see the device in desktop programming, but it says erasing then gets to a 100% screen...
Dear, I am new to Nordic. I created a simple project for testing. There is a small fucntion to display "Hello World". After , Re-build Solution.. the memory used is as shown...
Dear community,
I am evaluating the nrf52 chip on the nrf52dk. I am using the peripheral_uart example, built for nrf52810. I have stumbled upon an error which I'm not sure...
In our BLE connections we often receive a BLE_GATTC_EVT_WRITE_RSP event with gatt_status 0x01F2.
Looking at the list of GATT_STATUS values, this must be an error in the...
Hi, based on my previous posts ( 2nd post , 1st post ) regarding the ble_app_uart_c multilink example I now face another issue.
When I run the multilink example on my nRF52840...
Hello,
Until now we compiled our company project using SEGGER Embedded Studio command line tool 'emBuild' that was called from a custom Makefile like this:
But we...
Hi all,
I want to self provision my node. I am using nrf52832 dev board, mesh SDK v 3.1.0, light switch client example. You may wonder why self provisioning, when there...
Hi, I am currently utilizing an app that supports multi link; however, I was only able to get 7 maximum stable connections. My goal for this multi-link is to connect a sensor...
Hi,
I am trying to run the DNS example provided in the Nordic Infocenter as part of the Thread Border Router setup, but it is not working. I am getting "Error 28: ResponseTimeout...
Hello,
I tried to implement the HX711 example from Vidar mentioned here ( https://devzone.nordicsemi.com/f/nordic-q-a/34112/best-approach-to-interface-hx711-with-nordic...
Dear, I am developing first project for self training using Nordic MCU. I want to interface few Buttons, Leds and LCD. I read the Datasheet nRF5340_PS_v1.0.pdf. In it in the...
We have selected ble_app_hrs_pca10059_s140 file in peripheral and ble_app_hrs_c_pca10040_s132 in central device, Now we can able to send heart rate value to central board...