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...
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?
Specifically, the example is examples/ble_central/ble_app_uart_c
I want to first verify my understanding of this example. In this example, should I be able to type in my...
Hello,
I am currently trying to flash a nRF51422 chip that will be placed on a custom PCB board using the pin20 on the nRF51 DK board. I had connected the chips pins as...
Hi,
I'm using TIMER1 CC0 for SAADC sample triggering through PPI and it's working well.
In order to check sampling frequency, for debug pourpose, I'm using PPI fork for...
I've been using the radio functionality directly, without the nrf sdk. Everything works great for 802.15.4 transmission and reception with one really odd exception: packets...
Can someone please post a simple example of using the internal oscillator with BLE? Modifying the ble_app_blinky example to use the RC would be ideal. No matter what I do...
Hi support team,
Now i am trying to understand the LPN machenism based on the LPN example. I cannot make sure where the bear handler is started.
There is a function bearer_handler_start...
Hello,
I'm planning to work on a device which should have two nRF5340 modules on a small PCB (they will be max 2cm apart from each other). Both modules will broadcast data...
Greetings,
I am using the NRF53 DK along with the Zephyr/Beacon (nRF Connect SDK v1.91) example for an ultra-low power application. I would like to know how I can change...
Hi,
I have nRF5340 DK and nRF52840 DK and Flashed Central_hr_coded in nRF52840, Peripheral_hr_coded in nRF5340 DK. Followed the steps of Testing as showed in below link...
I am following various tutorials on how to run an example DFU
I've tried: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Flib_bootloader_modules...
Hello,
I setup a BLE Peripheral that advertises a service with 2 notifications. Each notification has 240 bytes of payload data. When I connect with a client and subscribe...
Hello,
I followed the following guide for creating a modified Blinky example app that boots from the mcuboot. I attempted to flash both the merged.hex and zephyr.elf to...
I am using NRF52832 DK, SDK 17.1.0, S132 Softdevice, Segger 5.42a and rtt viewer v7.62.
I am using blinky code from example.After building and debug the code I disconnect...
I want to send the data packet from the BLE using GATT service and after that BLE mesh is initialize, using the Mesh opcode need to Disable the GATT service of the BLE. For...