I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
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...
We are trying to implement UART driver that will work together with SoftDevice. We can't use UART or UARTE with single-byte buffers since high-priority task like SoftDevice...
Hi,
I am using nRF52840 and Mesh SDK 5.0.0. I want to add a DFU feature in Mesh Light Switch Client and Server example code. I have generated zip files for the Client and...
Hi everyone,
I am new to nrf community. Currently, I am trying to develop an IR transmitter on NRF52832 DK which transmits HEX codes for IR (not raw data). I am unable to...
Hi there,
I worked myself through the Matter DoporLock example including commissioning into a Thread Network using OTBR. I find manually obtaining the credentials from the...
Hi All
Do you know of any Mobile devices/Apps supporting Bluetooth5.1 and Direction-finding currently on the market (or planned to be)?
Is it going to be added to nRF...
err_code = sd_ble_gap_adv_start(m_adv_handle, APP_BLE_CONN_CFG_TAG);
nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
I would like to ask that for the above...
Hi there,
We have a mesh network which runs now for quite some time on our own hardware. We are using heartbeat messages to collect RSSI values between nodes in the network...
Hi Dev team,
I was looking through the documentation of PMIC from the Thingy91 User Guide and I saw that the PMIC in Thingy91 can be used for battery charging (" The PMIC...
Hi,
I do not get any neighboring cells reported using this command. Is one particular state required to receive information regarding neighboring cells?
-Marius
Hello world :-)
I am writing I2C temperature sensor driver over `i2c0` working in `twi` mode in Zephyr with my custom `dts` board configuration and this pops up on the console...
The current platform of the AOA contains 12 antennas multiplexed into one 52833 module
The distance between each antenna is small, hence the angle delta that can be detected...
Hi Nordic Support Team,
It can connect and read the Service UUID and Characteristics UUID, but when I am trying to do the DFU update on the iOS (iOS 14.5) but it will disconnect...