Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
Hi
I am currently working on a custom nrf9160 board and I have a random bug that appears to be in this function mqtt_client_connect_tls.
For 3min, the board consumption...
Dear all
Just upgraded my SDK to latest v2.1.0, and also copied my custom board folder [boards] to my project folder and named as boards, but it does appear on Add Build...
I am trying to connect two CAN devices mcp2515 to the SPI3 on the gpio spare of the tingy91 but I have a problem compiling the overlay file. Is there someone who can help...
Hi,
I am a novice in the Nordic world. I have to say it is really new conception for me. I am used to work with STM32 and freeRTOS.
If I understand corectly, when I...
Hello,
I'm getting the following error during migration from 2.0.0 to 2.1.0:
FAILED: zephyr/drivers/bluetooth/CMakeFiles/drivers__bluetooth.dir/hci/rpmsg.c.obj C:\ncs...
I am using nRFConnect for desktop to program bootloader / softdvice / application.
After programming the images I click the read button to see what the layout looks like...
Hello,
We have a product developed using nRF5 SDK for Thread v4.1 based on mqtt-sn sleepy publisher example.
Thread border router image supplied by Nordic also have mqtt...
good day,
may i know another way to combine the bootloader, softdevice and app hex files into a single hex file?
already created a bootloader setting before merging with...
Hi All!
I am working on nrf52833DK using Zephyr RTOS, NCS version 2.0.2. I am using peripheral_Uart & Central_Uart to add Coded_Phy and conncurrent Connection features from...
Hi all
We are using the nRF52833 and are implementing the DTM in our project.
Do you know if the DTM must support all features that are supported by the chip (i.e. nRF52833...
Hello,
I bought a Danalock V3 type smart lock. The manufacturer sent me the firmware file. The first time I uploaded the file 2 out of 2 processes ran:
UPDATING: Part...
Hi,
Mesh SDK: v5
Using 2 nRF52DK's for range testing
I wanted to know how we could increase the node-to-node range by making changes in the firmware (Like changing...
Hi
When I try to use bt_conn_le_create to reconnect a Peripheral device, sometimes it returns -22.
After debugging, I found the bt_conn_exists_le return true with...