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...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi there,
I am developing an application that uses UART. I am wondering what's the proper way to connect the nRF52840 to the PC. I researched online and found that I could...
I have a few nRF52833 development kits and want to get started with Keil (MDK-ARM). I could not find example projects in the packs that run on the PCA10100 board. Beside of...
SDK 15.3.0, code is based on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput.
After getting the project to work with nRF Connect on the desktop...
Hi,
just start with SEGGER Embedded and use a usb acm to setup my target
to have a clean structure I moved code from main.c to dedicated files have the USB and BSP
I...
Hey all, I'm new here. So far things have been going pretty well, I am just having an issue with PPI that I can't quite figure out, but I think I'm close. I currently have...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hi, I'm working on DFU mesh no serial example (dfu_no_serial_nrf52833_xxAA_s113_7_0_1 ) and want to know any way to check it maybe by using nRF Toolbox or nRF Connect mobile...
I have the Adafruit PN532 Shield v1.3 mounted to an nRF52840 DK, trying to run the ble_nfc_pairing_reference_c example from SDK 17. With no modification to the example code...
I'm calling nrf_drv_uart_rx_abort() in order to read partially captured input from UART in my event handler.
However, instead of receiving a NRF_DRV_UART_EVT_RX_DONE event...
Hello,
We are currently developing a project based on nRF52810.
We are testing some examples to learn more about this chip.
Now we would need to know which signals and...
Hi,
I have gone through this ticket --> https://devzone.nordicsemi.com/f/nordic-q-a/30104/how-do-i-share-private-questions-with-my-coworkers-using-the-new-devzone
But...
Hi,
I am using NRF52840.
After upgrading to SDK 17, I found that the chuo stays in boot mode because this new condition (I highlighted it in the code below):
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET...
Hi
I have some questions.
I'm trying to communicate with BLE using 9160DK with my smartphone.
1. Do you have a simple example? 2. Can I send videos or pictures using...
Hi nRF support team, By using the nRF Connect SDK, I am trying to create a timer, which I can use for incrementing a counter by 1 for each second on a timer interrupt handler...
Hi,
I am trying to merge the ble_app_becon with dfu. What are the things I need to add. In becon example I don't find the services_init() function. Do i want to include...