I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hi, We are starting to work on a production tester which will need to program a DUT based on the nRF5340. Both cores will need to be programmed and an external QSPIFLASH memory...
I've put the recommended circuit for the nRF52810 QCAA chip together on breadboard (schematic is below) and am using a J-Link Edu Mini to program.
I created a custom board...
When using Segger Embedded Studio, multiple build targets can be defined. Each build definition can have its own "defines", libraries, etc.
When using Visual Studio Code...
Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER ------------------------------------------------------------------------------------ Hello! I have a similar problem...
Hei!
I am currently working on a project where we have implemented FOTA and I have had a lot of issues with flashing fresh boards with the complete firmware package. ...
Hi ,
I am reading some dummy data trough gatt characteristics, it always comes in the little-endian format
for example, i am giving the dummy data as 0x1122 so while reading...
Hi,
1. I have working `thingy:53` Matter weather station
My goal is to run Linux matter application (node) that it will subscribe and receive temperature measurements...
Hi, I download nrf connect SDK v2.1.1 through nRF Connect for Desktop,
and I flashed the sample direction_finding_connectionless_rx with noting changed.
Then there is...
I want to build a NCS project with a folder structure that might be something like this
How can I achieve this using CMake? Is there an alternate way of doing this? Right...
Hello Devzone Community,
I am working on a dual microcontroller / cell module design, with one of the two MCUs in the cellular module. I am having a Zephyr device tree issue...
hi
I send message from nrf52840_A to nrf52840_B
log shows R eceived CoAP message that does not match any request or resource
Is there a sending format for coap? thx
Hi,
Our product is based on nRF5340 and will run DFU over BLE.
Now I am testing the DFU function via the "Firmware Upgrade" in device manager APP.
In the current architecture...
hi, could you tell why I build SDK17.1.0 (nRF5_SDK_17.1.0_ddde560\examples\peripheral\csense_drv\pca10040\blank\arm5_no_packs) demo code, it appears that mistake (.\_build...
I am trying to send data in peripheral but my central connected to other peripheral .
So I decided to add whitelist in central.
In which function to add whitelist
...