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...
Hello,
I am trying to debug a sample program using VSCode with nRF Connect SDK v1.7.0.
1. #include errors detected based on information provided by the configurationProvider...
Hi, from testing I discovered, that it is not possible to perform an OTA update with the nRF Connect for Mobile App on a HUAWEI P20 lite (Android 9). The problem is, that...
Hello,
As I have already connected two peripherals at the same time, the central can automatically receive and display the data only for the first connection.
While I...
Hi Is there any dev kits available to c reate a PoC for this technology? Also what software do we use to visualise the location of devices detected by this technology? I am...
Hi all:
I want to add RTT log in nrf_desktop of NCS SDK.
there is no prj.conf in nrf_desktop ,then I add prj.conf file and set two options as below,
CONFIG_USE_SEGGER_RTT...
Dear friend,
I followed the steps below and failed to compile the v1.7.0\nrf\samples\matter\light_bulb program: 1. Enter the v1.7.0\toolchain directory and double-click...
Hello,
I am trying to run a run a simple motion detection ML module on my nRF52840 DK, and I am facing issues building it.
I followed the documentation and was able to...
hi,
I'm working on the Ble_app_uart example where i need to enable, TWI, PWM, and Ble, as a transceiver. with s12 SD and nrf52832.
Issue
I need to detect the button...
Hai i got some problem with Gazell comunication in library gzll_dynamic_pairing host and device, i already can connect 2 device nrf51822 with gazell but i dont know what is...
Hi All:
My certification company requires products that contain ANT+ to provide additional
"product Identification software method (software ID method)" documents,
and...
I'm running an Eddystone beacon on a 52832 running Zephyr v1.6.0. Does anyone have an example of setting the Tx power level. I'm really new using Nordic processors, Bluetooth...
Hi guys
For the nRF52833 and nRF52832 i can only find voltage range specifications for the GPIO peripheral .
Do those values also apply for the nRESET pin? (Since it could...
Hi,
I have a question regarding the nRF5340 Development Kit.
Is the SWF RF socket where the external antenna can be plugged into or an external antenna cannot be used...
We need to connect to multiple devices at once. We are controlling the SD via a serialised connection, with another chip controlling the parameters.
If we scan using interval...
I want 3 Axis Acceleration and Gyro data Via I2C bus, I have tried several ways and used some external libraries but nothing worked for me. And I am New to this so Please...