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...
Hello,
I can not find a good example online on how to properly configure nRF9160 DK for i2c. In order to learn the system, I am testing a simple example with the nrf9160...
I just install the NCS in toolchain manager, but after installation, only one toolchain folder is there,no zephry,no examples,
I'm going to play in VSCode.
what should...
I use nRF5340 DK as Central, iPhone as Peripheral.
I start a scan with no filters and in scan_filter_no_match() I check if RSSI is good enough "RSSI > -45" and initialize...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hello,
I am using nRF52833 based BE33 ( Celium Devices ) and using nRF52SDK17.0.2. I am trying to implement my firmware which will consume less current. I have implemented...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. Our custom board has a connection to nRF GPIO...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We need to publish the JSON messages larger than...
Hi, I am developing my own application using the SDK v1.8.0 with Demo direction_finding_connectionless_rx. I notice that in the
cte_recv_cb callback function, the rssi...
Hello,
I am using nRF 52840 DK board and using nRF52SDK17.0.2. I am trying to advertise data in GAP with the name " IG_Last4CharMAC_RFL " for example " IG_4DA8_RFL " but...
hello,
NCS1.9.1, Windows10 X64,nRF5340-DK, nrfx_i2s
in file boards\nrf5340dk_nrf5340_cpuapp.overlay
i've i2s DAC model ,it must use 4 line(MCLK,SCLK,SDIN,LRCK)
but...
I am trying to get this example program https://github.com/ARMmbed/mbedtls/blob/mbedtls-2.11.0/programs/x509/cert_req.c (stripped out all the file handling stuff) to run on...
Hello,
I crated a custom peripheral for my application, I took the code from the Blinky example and i changed the service.
I set the FIRST_CONN_PARAMS_UPDATE_DELAY parameter...
I would like to be able to use 3 different USB descriptors.
1. CDC ACM
2. Mass Storage
3. Composite device with CDC ACM and Mass Storage
These should be selectable...