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...
hi
i am working on custom card in which nRF52832 is used.i am facing issue with advertising if i uncomment uart_init(); .it does not advertise if i uncomment uart_init(...
Hi,
I'm using S112 nRF52805 as the BLE Peripheral, and Mobile App as the BLE central.
So far, It's no problem to send data from peripheral to central. Could I send data...
Hello all,
I am workiong on nRF52833-DK evaluation board to implement our custom developement.
Using Generic OnOff light switch server and light application, I am transferring...
Hello,
I ran the throughput example ,but I found that setting the MTU size actually requires calling the bt_gatt_exchange_mtu function, which is different from sdk16.0 ...
Hi everyone!
I'm working at ble multilink throughput, and the basic info shows as follows.
chip: nRF52832(one central and eight peripherals)
sdk: nRF5 SDK v17.0.2
...
I am getting below error when editing dfu secure project as the baseline
/nrf_crypto_allocator.h: No such file or directory
the project is modified as below
<folder...
Hello everybody
With me is nrf52840_dongle that am using for wireless communication together with the protocol enhanced shockburst. To increase the signal range, am thinking...
Hello guys. Here with me I have both nRF9160-DK, hardware version 0.8.3 and Thingy:91 boards. I am on the nRF Connect SDK tag 1.2.0 and have nrf9160 SiP modem firmware updated...
Hello,
I have been searching in DevZone and looked at the nRF Connect SDK documentation but I am still confused about a thing: I have developed a BLE Mesh device and I managed...
Hi!
I'm using nrf5340dk development kit to program and debug my own custom nrf5340 board. Everything works and I can debug the code with SES but I can't see the RTT logging...
My application is a Central using SD140.
The connection to the peripheral is made successfully. What event will I get when the Central successfully writes to the connected...
Dear Members,
I want to wake up the chip whenever there's a radio signal from ANT sensor without pushing a button,
Will this function sd_app_evt_wait() help ?
I...
We are evaluating use nRF52832 to develop our BLE product. We don't want use normal BLE connection to do the communication as we facing some connectivity failer issues in...
After I did an update of the nRF connect together with the programmer app, I found out that DKs could not be recognized once I click the Select Device.
This was tried...
Hello,
I am currently using the nRF9160 DK from Nordic.
I am working on connection with the AWS IoT sample code for Zephyr on VS Code.
The problem is that I cannot...