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've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
I am trying to get external_lib example application to compile for NRF5340pdk. I am using nRF Connect SDK v1.4.1 and picked the example provided in zepher/samples/application_development...
Hello,
I was testing modem_shell demo in terms of using ppp. I'm using nrf9160dk board.
I found issue present in ncs v1.7.1 https://devzone.nordicsemi.com/f/nordic-q-a...
This question was asked a few years ago, but I don't know if the feedback was incorporated. I'm working on SDK 16 and was wondering if there is an internal constant that identifies...
Hello,
I use nRF52810 in commercial product. I modify examples (ble_app_hids_keyborard_pca10040e_s112 and ble_app_uart_pca10040e_s112) a bit. If softdevice S112 or the examples...
Trying to build one of the sample applications from the SDK using VSCode and nRFConnect SDK v1.8.0, when attempting to create a new configuration for a project, the build...
Hi All,
SDK => v17.1.0
IDE => Segger
Project => ble_app_bps
I use LightBlue to connect my board,and going down to the device information service I choose system...
Hi,
I'm using nRF5340 DK, one board is programmed as central and 2 boards are programmed as peripherals. When I flash the central program it is selecting a random board...
Hello,
we are currently experiencing issues with the SPI interface which we suspect is due to the behaviour of the MOSI line in idle state. We have noticed that during communication...
Hello,
I am planning to test ethernet module on nRF9160, use SEGGER SDK v1.7.0 for compile the programs. In Q&A I saw using can bus module & ENC424J600 ethernet controller...
Hey,
I try to read the CRC from E-Paper display series 1.02 inch (GDEW0102L4f) with no success (I'm working with nRF52833 Development Kit)
My code and the official Goodisplay...
Hi
I can‘t find the bank size configuration in the project secure_bootloader_uart_mbr_pca10056。 For safety reasons, I want to artificially divide the size of bank0 and bank1...
Sir,
I am using a U-BLOX NINA B302 (nrf52840) connected to a SEGGER J-LINK to program it!
Using the J-LINK flash i can program the NINA B302
But, on VISUAL STUDIO +...
Hello!
I am having 3 nrf5340 devices; 2 Gateways and 1 Headset. I am trying to achieve the scenario where I can allow the Headset connects to selectively one of the 2 Gateways...
I recently got the nrf52840dk board and I am trying to use it with the Nuttx embedded OS. However, I am having some issues flashing the nuttx binary on my board.
this is...