Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
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...