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,
When I reference of SDK Coexist examp of uart for adding in Experimental dimming example.
I get success in it.
I take dimming level from uart, and publish it via...
Hello,
Just received the nRF9160-DK and followed instructions but it seems there is no connection, only LED3 is blinking
Location is Belgium close to Brussels
Hi,
I'm using the PCA10056 dev kit to verify the workings of the DCDC converter. I added the following code after nrf_sdh_enable_request() :
e = sd_power_dcdc_mode_set...
Hi to all,
I'm new with the nRF52 DK developpement board and I use Zerynth ( Python ) for developping a simple application for a product who are still existing. ( MOKO M1...
Hello,
I am developing in Windows 10 machine in visual studio code. I cannot use Seggar studio. Devloping for nRF52840 dongle with nRF15 sdk.
I have written the below...
I am using SDK12.3 and the Flash Storage module to store some data in Flash. I frequently need to update some of these data basing on received commands.
When I use "fs_erase...
Hello,
we are developing a machine that is in pre-production. We need to be able to update the firmware and until now all works well on android. but on IOS the dfu does...
I'm trying to get the LTE Sensor gateway running on the nRF9160 DK. The documentation says to run the HCI:UART example on the nRF52840. When I click on the link for that example...
Hi,
I need to know if it's possible get the firmware work using 52810 with 192K flash. As far as I know, S112 takes 100K, APP with secure connection takes ~85K(ble_app_hrs_pca10040_s132...
nrf52832 S132 v6.1.1
i want to write saadc data in flash, so i call "write_to_flash" function in "void saadc_callback(nrf_drv_saadc_evt_t const * p_event)"
sizeof(data_array3...
Does anyone know if Segger Ozone is licensed for commercial use if used with Nordic Semiconductor devices, similar to the use of Segger Embedded Studio? Or, do we need to...
Hello Everyone,
As mentioned above I wanna know how to send Energy Expended data from nRF51422_xxac device to BLE mobile application using HRM characteristics or HRS Services...
Hi,
I'm starting to work with Nordic Semi Develoment boards with a Thingy:91.
And I wanted test the GPS module and send it over HTTP POST using the LTE of the Thingy...
Dear,
I am using :
ncs: v0.4.0
SES 4.16
firmware: mfwnrf916007029alpha
Hardware: nRF9160 DK v: 0.8.5
I want to do:
1. Enable and get GPS position ("AT\%XSYSTEMMODE...
Dear ,
I tried to use HTTP POST to POST the information from GPS to my webserver.
But I couldn't combine 2 of them together. ( they, GPS and HTTP POST, worked well separately...