Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
Hi What is the ADC frequency range and operation at nRF52833 ? we are interfacing the TUSS4470 with nRF52833 ,WITH SPI communication . is that the frequency range supports...
In past I try to solve this problem:
https://devzone.nordicsemi.com/f/nordic-q-a/51249/state-chaneged-flags
Now I have new informations about this problem.
Using hardware...
Hi
using nRF52840 I'm implementing a USB connected keyboard with swiss layout.
is it possible that app_usbd_hid_kbd.h in nRF5_SDK_16 is incomplete? It defines keys up...
I need to develop a Bluetooth keyboard with nrf52833. I have Nordic's nRF Desktop modules (the keyboard is PCA20037). I follow the nRF Connect SDK 1.2.99 documentation. After...
We need to build a device that acts as a peripheral (with some custom characteristic to transfer data toward a smartphone and having OTA/DFU functionalities), as a beacon...
Using nrf52840, is it possible to change advertisement from BLE5 long range to BLE4 on the fly?
i.e. interval of 2 sec, first BLE5 long range, than BLE4 and so on
I activated the iBasis SIM (Rochester, NY), but LED's 1 and 2 don't blink. LED5 is mostly on solid with a 1-second slight off-pulse.
AT commands from nRF Connect just timeout...
1. How do I generate a tls certificate? 2. How do I download a tls certificate? 3. How does mass production import tls certificates? 4. Can each device write the same tls...
Hi,
I am developping on a nRF52DK board with the PCA10040 and reference nRF52823 using the SDK 16.0.0 and the nrf5 SDK for Mesh v4.0.0 and have successfully been able to...
Hi team,
Customer want to make RF module for nRF52833 aQFN and QFN package.
The schematics is same as reference design.
Only at aQFN , they add another path or RF...
Hi, I tested "Simple_coap_client" and "simple_coap_server" on NRF52840 using Threading SDK.
I want to change the transmit power, so I used "otPlatRadioSetTransmitPower ...
Hi all,
Is there an absolute maximum duty cycle when the radio is in nrf 1MBit mode? I am currently in FCC testing and the lab wants to calculate average power with the...
Hi Team,
My requirement is to Read and Write the data of the variables at specific Flash storage/ Flash data storage(FDS) address.
Eg;
__root const uint16_t FLA_kold_version...
I need to interface a MAX30003 IC via SPI to a NRF52832 via SPI.
I am currently developing the hardware and thus my question:
MAX30003 need an external 32.768kHz clock...