I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Dear Sirs, good night
Currently developing hardware using nRF52840 based module (BT840X from Fanstel)
Wanted to ask if following assignment would be OK for controlling...
I would like to know What is the limit on the number of ble devices that can be tracked concurrently by one Nrf52833 acting as an AoA device?.
Is there any reference antenna...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
when i use that message to pass some data value to nordic device, in generic onoff server. i face problem that when i try to send the message to nordic device, it sends again...
I'm running on a custom board with mfw-1.2.0 and ncs-1.2.0.
AFAICS, it seems that the unit requests AGPS data on startup, but when taking positions every 5th minute, it...
Hi there,
I am connecting the nRF9160 DK to my Mac and when opening the Programmer everything looks ok. The DK shows up in the drop down menu but when I try to select it...
I using nRF52840, SDK: 16, Softdevice: s140 with Keil uVision5.
In my application, I want to merge many example codes like iBeacon, BLE as UART, SPI etc. I have successfully...
I have an application built on the 52840 which is using a software interrupt triggered by the event generator unit. Occasionally my SWI function is being passed a zero for...
Hi everyone,
I want to set by BLE device advertising itself for 30s and then go to sleep. To that I set the APP_ADV_DURATION = 3000. What is not clear to me is the difference...
Hello ,
I am playing with PDK NRF 5340, I am trying to write a simple code to configure a PIN (0.10) which is not already in use by PDK.
When I print it's state it always...
Hi,
nRF52 SDK Version: 16.0
Example: examples/ble_central_and_peripheral/experimental/ble_app_multirole_lesc
File: main.c
I made two different binaries of this code...