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 facing an issue following this guide ( https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/software/posts/using-a-custom-secure-partition-manager-wtih...
I am using running "ble_app_uart_c" example in my Central nrf52 DK board and ruuning "ble_app_uart" example in my peripheral nrf52 dk board..
IF I am sending ASCII values...
Hi,
I'm working on a multilink central device with SDK16, nRF52832.
I'm trying to connect the central to 2 peripherals with certain address. So I added 2 address filters...
Hi all,
I have a nRf52832 Buttonless DFU setup and application is BLE APP UART.
nRF52 SDK = 17.0.2
I need to send a hex file of STM32F4 through UART. Do you have any...
Hello
I'm using sdk17.0.2. And I'm using the ble_nus service with the addition of nrf_crypto (AES_CTR).
I originally used nrf52832 and pca10040 and the test went well...
I just got a new nrf9160DK rev 0.15.0. While plugged in to USB and the switch in the off position, my meter reports 4.95V and 0.016A. Why is this happening? My older rev 0...
From the product spec, the voltage accuracy is listed as -10, +5% from the programmed value. We're using 3.0 V. For our application I need some more specifics on this regulator...
Hi,
I'm building DFU secure_bootloader with oberon crypto library as mentioned here https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts...
Hi,
I'm developing an Android app using the nRF Mesh Library. I have a scenario in which a few phones need to be provisioners given that these will configure new nodes...
prj.conf of light demo:
Can you tell me where CONFIG_LOG is enabled? It is inconsistent with ncs1.5.0. When I enabled CONFIG_LOG_BACKEND_RTT, I was notified of an...
I am trying to program a PCA10059 USB dongle which requires it to go into DFU mode.
I have tried pressing the white button when it is plugged in, and I have tried holding...
I can't seem to find the answer here - sorry if it has already been answered. We were having an issue recently where the root cause ended up being that we were trying to do...
Hi Nordic team,
I noticed that SAADC driver is consuming most of the power in Sleep state. In my application, the processor is in SYSTEM OFF state for 80% of the time (runs...
Can i not simply update a file in the flash and upload it to the smart phone through the ble? There is also an object transfer service server example, for sending objects...