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...
hi,
currently i am using maste r(nRF5_SDK_15.3.0_59ac345\examples\ble_centra\ble_app_uart_c) and slave (nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ ble_app_uart ) example...
Hi
After migration from SDK 14.0.0 to 15.0.0 our FW crashes during SPI session
We use EasyDMA , so we use SPIM driver directly without wrapper nrf_drv_spi
The crash...
Hi,
The central part of multirole example is not able to connect to peripheral (other board with ble_app_uart peripheral) and error returned is in the on_ble_central function...
We're using LTE to communicate somewhat large data packets over MQTT, and we'd like to build in some robustness in case the link goes down or a publish fails to receive an...
as soon as I built and run my firmware program on SES ARM 4.22, RF connect scanner can find the ble device (NRF52832). But after 10 seconds later, i do rescan in RF Connect...
Hi, I need to activate uart on pca10059 i can't find where pin TX and RX in pca10059. i already read the schematic and try uart example but end up with can't send or receive...
Hi,
I get an error saying that size_t is an unknown type name when I include at_cmd.h. I checked the source and at_cmd.h include zephyr/types.h, which includes stdint.h...
I want to assign NCP /dev/ttyNCP and CLI /dev/ttyCLI port. I tried this by changing udev.rules. Sometimes usb info command returns ATTRS{product}=="nRF52 USB Product" and...
When I do a "git checkout master" and a "west update" I don't seem to get all of the latest files on the nrf playground.
I can see that there are new GPS drivers in the...
Hi,
I'm trying to generate a ZIP file for DFU update of the bootloader only. I'm using nrfutil 5.2.0 (but also tried the master branch of the github repository pc-nrfutil...
Hi,
Say we want to migrate from the nRF52832 that we're using currently to the nRF52833, what are the implications, i.e. are they "code compatible"?
Br, Ask.
Hi,
I'm working in NB IoT (AT%XSYSTEMMODE=0,1,0,0), trying to communicate with our private UDP server using the UDP_with_PSM sample. After configuring the main.c file (changed...
I have successfully setup the build environment for SES using the NRF Connect Getting Started Guide. I verified operation of my board with the at_client and mqtt_simple projects...
Hi,
We are working on a project based on nrf51822. We have an application that needs to send 2 byte values to the mobile app every 200 milliseconds accurately(ideally 5...