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 am working with nRF52 DK, SES4.30 and SDK 15.3 with SD 132.
This error just started occurring once I set up app_timers. My code for setting up my timers is below:
...
Hello,
I ordered a nRF5340-PDK board and i'm trying to get it to work.
When flashing the Heart Rate hex file I couldn't find the device (i pushed the reset button)....
I am using SDK 15.3, SES 4.30 and softdevice 132 with the ble_app_uart_c as the core functionality for my system.
I've read many dev support threads about this issue and...
hi... I am working on nRF52832 . nRF52832 ,RX TX is connected to the esp8266 of tx,rx . i want to send the data from nRF52832 TO ESP8266 via uart . which function can i use...
I'm running the ble_peripheral\ble_app_uart example on my nrf52832, it works great.
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART" /**< Name...
Nordic Support,
I came across the following thread that says that SWO is not supported on the nRF9160:
https://devzone.nordicsemi.com/f/nordic-q-a/56098/is-swo-on-nrf9160...
https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ADXL375_5F00_I2C.zip
i was using the code from above link
my sdk is 16
when...
Hi,
I am testing NFC on the nRF52840 preview kit that I have (PCA10056, v0.9.2) using the included NFC antenna. I am running the pre-compiled examples from the 16.0.0 SDK...
Hi
My company is currently using nrf52810 for a tracking application, but I see there're some new features on your nrf52811 iteration, as phased-array aperture and thread...
Hi!
I'd like to get a minimal "Hello World" example working for data transfer over 802.15.4
I have two of Makerdiary nRF52840 MDK USB Dongle, one as sender and one as...
Dear all,
I'm using nRF52810 with nRF5_SDK_16.0.0_98a08e2 and s112_nrf52_7.0.1_softdevice
I've implemented a custom service which exposes 4 characteristics.
2 of them...
Hi, I am trying to build ADXL362 with pca10090ns for nrf9160DK (PCA10090) (west build -b nrf9160_pca10090ns). I have added the following configurations in prj.conf. Though...
Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit...
I am evaluating the nRF52840-DK dev kit and want to to make changes to the 'LIGHT_SWITCH' application so I understand better how this is achieved. I have some demo code, but...