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...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi
I'm playing around with the configuration of the hci_rpmsg as child image in the NCS 1.5.1 release. I've added a hci_rpmsg.conf file in a "child_image" folder and added...
I need to read analog sensors and am trying to decide whether I need an external ADC or whether the NRF52840 ADC will be sufficient. I am currently evaluating using an Arduino...
Hi,
I created an example using gsm_modem application, after network connected, I create tcp client socket then send data to the server. After several sendings, I got the...
Hi Nordic Team,
I am new to embedded programming. I am trying to explore pairing using NFC(Near Field Communication).
I am working with nRF5340 and nRF Connect SDK v1...
Hi guys,
I just want to ask you is it possible to write a struct into flash using sd_flash_write() function. I can successfully write and ready INT values, but the problem...
I want to test zigbee functionality on nRF5340 DK board.
I have download nRF Connect SDK app and done the setup for its toolchain.
I have tried to find out zigbee examples...
Product specification does not list the maximum power level allowable at the RF input / output pin. What is the maximum allowable signal level at the RF input for the NRF5340...
Hi I have a question with nRF Connect SDK. I've already used nRF Connect SDK for a while and now I want to try with BLE and DFU on my PCA10040 board (nRF52832). When I look...
Hello, i would like to know what is actual heap and stack size because in segger memory usage i see that 8kB stack and 8 kB heap, but in my runtime memory view options i have...
Hello, can you please provide more information and instructions on how we configure the input capture on nrf52840 dev board using zephyr? All sample examples only cover pwm...
Hi,
Recently, we have ordered PCBAs using nrf52832 to online PCB manufacturers.
During a test, we found that some boards can use OTA firmware update, but some are not...
Respected Sir/Ma'am,
I have attached my schematic below.
I need to perform Offset calibration operation for which I need to control the SCLK value.
I am sending...
board : nRF9160DK
SDK : nrf connect SDK v1.5.0
sample : \v1.5.0\nrf\samples\nrf9160\lwm2m_client
Hi, i am testing lwm2m_client example and
Q1. i dont know how...
I'm trying to implement an immutable bootloader + MCUBoot + (SPM and APP), and then update the app via fota.
My implementation is based on the asset_tracker_v2 example....
Hi,
I'm working on an app where I need to collect data from a sensor, and send it over NUS every 10ms.
I'm using nRF5340-DK (0.11.0), and I'm using nRF Connect SDK v1...