when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
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...