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 convert the Zephyr gsm_modem sample project to C++. If I include `gsm.c` without using `extern "C"{}` I get this error: ` undefined reference to gsm_ppp_start...
I have an https connection (sending json) that works fine when the response is less 2k. But for responses (from the server) that are over 2048 bytes, recv returns 0 bytes...
Hi,
Our program is now based on ble_app_uart example, and we want to add the 'wake up on NFC' feature. I checked the 'wake up on NFC' example and related posts sending via...
Link: https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs
Clicking "Download files" at the bottom, eg with SDK 7.1.0 selected causes a...
Hi,
I want to configure the bootloader (MCUBoot on a nrf9160) to reject a new firmware image update if the new image is not suitable for the current hardware (e.g. multiple...
Hi Dev team,
I have my Thingy91 deployed and running. I wanted to know how could I locate the base station that my device is connected to. I have the information of MCC...
Hello, i'am trying to display data on my sensor Bme280 aka (temp, humidity and pression but the build is successful and the jlink is well connected the wiring is like below...
Hi,
I was using nRF Connect with all applications listed. But after installing nrfutil from git, the application all disappeared. I uninstalled nRF Connect and reinstall...
Hi, I'm attempting to use an nRF21540 to boost the range of a BLE Beacon, and I'm running into a lot of trouble getting the Eval/Dev Kit set up. First off, is there any documentation...
Is there an nRF Connect mesh sensor example. The light on/off example is great, but very simple. There is an nRF5-SDK-for-Mesh example. Are nRF5-SDK and nRF Connect compatible...
Hi to everyone,
I'm evaluating an application consisting of a bluetooth mesh where each node sends a status message to the others.
The area where the nodes will be deployed...
Hi,
We need to know the list of models (like health, configuration, lighting, sensor, generic on/off) in nCS sdk 1.7.0
can you please share inputs
thank you,
To update the Application, it is necessary to implement the update via CAN bus. Below is the hardware part, we use a CAN-SPI chip to access the bus.
We´ra using Microchip...
I would like to disable completely the 2.4Ghz radio after the 52840 has full soft device enabled and ble stack has been run.
This is after the full sequence of bluetooth...
Hi Devzone:
We put the radio test project on our custom battery powered board and encountered a problem.
When we disconnect the usb cable, the tone emitted by radio test...