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...
To the kind attention of Nordic team,
About what has been said in https://devzone.nordicsemi.com/f/nordic-q-a/51879/saadc-in-sample-convert , I'd like to know if the blocking...
Dear Member,
I want to call nrf_libuarte_async_rx_free from another file outside main.c
nrf_libuarte_async_rx_free(&libuarte1, (uint8_t *)&GPS.rxTmp, 1);
I got
.....
I was following the article here on programming the nRF52840 Dongle, but am running into issues, and I have other questions as well.
(+) nRF52840 Dongle Programming Tutorial...
2021-02-01 EDBOND Hi Nordic and fellow nrf users
In my project the host cpu is SPI master, Thusthe nrf52 needs to spis slave. Using 2 DK-52 Boards, - nRF5_SDK_17.0.2_d674dde...
Hi,
I am doing some research for the antenna matching of the NRF52832. Now the product specification v1.4 on page 551 states:
"A matching network is needed between the...
How to make the nRF52840 SPI work in 8M with 1.8V supply?
We test the PCA10056 nRF52840 DK board, and find the 8M SPI CLK&DATA wave is very bad. The 8M SPI works fail with...
hi
I tried zigbee tx carrier mode start at 11 channel and tx power = NRF_RADIO_TXPOWER_POS8DBM.
But, When measured with measuring equipment, i got zb tx power -20 ~...
I recived nrf5 SDK V17.0.2
I'm testing with in "nRF5_SDK_17.0.2_d674dde\examples\peripheral\radio_test" folder.
I tried zigbee tx carrier mode start at 11 channel and...
The application I am designing gets a pulse ox measurement from the user, sends it, disconnects, and shuts off. Are there any deleterious side effects of exiting the main...
Is it possible to fill some field when sending advertise message.
We want to change some filed periodicity, so is it possible every time sending the advertise message. ...
Hi,
I still have issue with programming.
I don't understand why i always have trouble with DLL.
I'm able to program with SES, the bootloader and my application. But...
I have a BMD-300 Eval board with the nRF52832 programmed as SPI slave using the SPIS example program. It works, but I cannot figure out how to send a message back to the master...
Hi,
I have done some reverse eng on a nrf24l01+ emitters using spi spy and managed to catch datas using an arduino leonardo + nrf24l01+ using the following register setup...
Hi All,
I have an nrf52833DK and now I want to debug the program.
I am using NCS V1.4.99 and using SES for development. I created a 52833 project, but I used the nrf...
Hello,
I am trying to implement the IAS Zone on a nRF52840DK, with reference to the CLI agent example.
How do I get the IASZone.h and zcl_option.h file?
Where do I include...