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...
Hi
I'm using SDK_17.0.2 with softdevice S132_7.2.0, can anyone advise DFU SD version code for this?
I can't find it in list below, the last version is S132_7.0.1, thanks...
Hi.
I am developing on a custom board using nRF82820 / SDK 17.0.2.
A project was created by modifying examples \ble_peripheral\ble_app_gls.
There is no project for...
Hi,
I am trying to use nRF connect desktop with nRF52840 dongle.
But, in Bluetooth Low Energy app, when I select connected dongle in the drop down list, it always return...
Hello,
My sensor based on nRF52833 will have soldered non-rechargeable battery and it will be potted in resin compound to insure waterproofing.
I wonder, what if for some...
Dear community, good afternoon
We have been working with a coordinator, a router device and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b...
Hi,
I'm currently trying to load my firmware into some custom nRF52832 boards. It seems that several of them have been locked up after previously working. Other boards...
Hi, we recently purchased a Nordic Thingy 52 module and were trying to program it. We used a J-link recorder and a cable for the connection between the J-link and the Thingy...
I have installed CMSIS according to this
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.1.0%2Fsdk_config.html
documentation. After...
Hi Team,
One of my application needs the UART driver in both Interrupt and DMA mode for more data bytes transfer. No need of timeout operation or polling mode.
Can any...
Hello Nordic;
I use SDK 17.0.2 and gls example . We know for security in pairing, considered a password which that is randomly generated in SoftDevice and sent to UART....
I am having problems loading an existing project that I successfully built and ran in the past.
I open IDE from nRF Connect > Toolchain Manager > Open IDE
The SES opens...
Hi,
Our Nordic app is doing BLE<->SPI communication.
All works fine when running in debug mode with SEGGER IDE.
Once we run without the debugger running, the SPI transmits...
Any idea why I need to send write enable twice, without reading the status in between, to get the write latch set?
It doesn't work this way, but if I change "#if 0"...
Hi,
I'm using nrf52840 on a custom board and have a sensor connected over the pins P0.9 and P0.10
which are NFC pins that have been converted to GPIO by using macro (CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
which hex file shall i install for an LTE application ?
It is basically step 7 of this tutorial: infocenter.nordicsemi.com/index.jsp
I wanna have a LTE application...