Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
I'm trying to make the initial connection and flash/debug my adafruit NRF52840 express through a Jlink EDU to SWD on the NRF board. I am trying to flash to the board in the...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...
Based on mesh3.1 sdk15.2 Can I add DFU service to light switch server? Used to upgrade firmware via APP nrf Connect? I added a dfu service to the light switch server with...
Hello,
I wrote the code for HT1632 using SPI Protocol
while debugging when it comes to below function it will stop debugging
HT1632_5X21_init( LED_MAX_DISPLAY_X, LED_MAX_DISPLAY_Y...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Currently with one device...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I am using FDS module to write into Flash. I...
Hi there,
I' d like to develope dfu by receiving byte stream (mimeType) over USB or UART
I am almost newbie for developing dfu.
I already checked dfu over ble and...
Dear Nordic,
I try to compile the Keil project inside the thingysdkv210.zip file but it does NOT work.
I use Keil uVision V5.24.2.0 on Windosw 8.1.
There are so many...
Hi,
the evalboard seems successfully implementing the command start_rx_sweep by placing the receiver in the sweep mode.
infocenter.nordicsemi.com/.../nrf_radio_test_example...
Hi,
I am trying to connect with nRF9160-DK to our local network. After first restart of the device I was able to connet to the network, but straight after that Asset Tracker...
Hey, I am trying to incorporate an app timer using the app timer function already on the code in the central and peripheral examples of the SDK for the UART examples. Specifically...
Hi Nordic,
I have old NRF52832 product which is developed by SDK11.0. The bootloader start address was set to 0x79000. Now We want to upgrade the it firmware by using...
Hi,
i'm using BLE MESH 3.0 Light Switch Example code. i want to send Light on-Off command every 2 second Timer base instead of Button press.
i got an error below.