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...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
Hi,
I'm just getting started and tried to run the lwm2m_client sample from the v1.2.0 release of the nRF Connect SDK which I assume is the latest stable version? However...
hai ,
in my apllication i am using nrf52840 , i merged a code code of peripheral and central (app_blinky example)
i need to connect a peripheral to central (with esp32...
I'm working with the nRF52840 PDK and I'm wondering how to change the PHY (preferably to CODED) in a Mesh. Has that been implemented yet? Or when can we expect this feature...
When developing the dfu upgrade device, the code can be loaded to 100%, but the prompt "remote dfu invalid crc error" The compiled firmware can be upgraded with the old nRFtoolbox...
Hello,
I'm trying to get the PCA10056 to communicate with the MPU6050 Motion Processor (I think that's what it's called), but still in the very starting point.
1 - I've...
I've been using STM32 controllers with LoRaWan mostly GNU based and bare metal. Recently, I have been looking at the STM Nucleo STMWB32 communicating with a Raspberry Pi and...
Hardware:
PCA10040
V 0.9.0
2015.47
Hello,
I connected the above development kit to my PC today and was prompted to update the J-Link firmware ("Strongly encouraged...
Hi,
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.When I use my iphone xs max,it works on well.But it come out some faults when it...
I have a compile error currently: "section .heap overlaps absolute placed section .stack"
The heap size is currently set to zero.
I am guessing I am just going over the...
I keep getting this error code and while debugging I'm able to resume execution. This error seems to be thrown during my DMA transfers over SPI. Is there somewhere I can look...
I have a Thingy 91 and trying to connect it to nRF Cloud without any success so far. It is not connecting to GSM Network.
I updated both modem software and application...
At least using the LLD linker, it is possible to locate RAM segments of known size (.bss, .data, heap) at the end of RAM. Normally this allows placing the stack under these...
Segger Embedded Studios 3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 custom board
Hi,
I use this code to start network formation on Zigbee:
zb_bool_t comm_status...
I've had nothing but trouble attempting to get the SUPL library work. I finally was able to get it working on the 9160DK with the latest modem software and GPS sample. However...