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...
In the below picture, it says Thingy 91 is certified for the bands given below.
Can you please confirm if this board is certified for AT&T , Verizon?
Regards ...
Hi, am I able to communicate over mesh with long range (coded phy) and simultaneously communicate over GATT (say to Android phone) using 1M phy? If so, could you point me...
Hi,
We are switching from vanilla zephyr to NCS and would like some directions about support for zephyr LTS2. Can we expect Nordic to keep patches to NCS 1.8.x tracking...
I had described my problem in my previous question .
In short, after a long time of a bunch of central BLE devices regularly connecting and disconnecting to my nRF52840...
I've did my homework and googling but got more confused than ever.
Basically I'm trying to printf to the debug (printf) viwer window to help me demonstrate certain information...
Hi Everyone,
Hope you all are doing well.
I'm using nrfConnect sdk v1.7.0 and vscode for development.
controller : nrf52833
Here I tried to build image with bluetooth...
Hi. I have been using this document to work on the Fanstel USB840F device. USB840F_User_Manual (squarespace.com) After erasing the device, I could'nt run this below command...
Hello, I am developing a custom board using the nRF52810 WLCSP package. I realized I made an error in the board layout after placing my order, the error being that I placed...
I made a DFU Bootloader for my nrf51822 that waits for two seconds before starting the application, so I have time to connect and flash.
That process was working with the...
If I set two separate UUID scan filters as below:
Is it possible to discern which event triggered the filter match?
At the moment on the scan_filter_match callback,...
Hello,
it's a nice concept to include sensors via the device tree and simply enable them in the project file. But I feel like I'm losing control of the sensor a bit. I don...
Hello nordic. I've been using the PPK2 to measure the current draw of the nRF9160DK. However, spi peripherals are not included in these measurements. I was told that if you...
Hi
I´am pretty new with the nRF connect sdk. I want to check the features from BLE long range /coded phy.
In the past I have allready worked with the ble_att_mtu_throughput...
hello Sirs
How can I put nrf5340-sdk in to extended mode to transfer 250 bytes of data over BLE radio?
the sample code I am using is Peripheral-uart example code.