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?
This is more of a zephyr question I suppose, but is there anywhere I can look at a list of setting key values pairs? Or alternatively what is the best way for getting the...
Hi
For nRF52840 as Zigbee Coordinator, for an unknown new device (ED), after the new device joins the Zigbee network,
Is it possible to know the Profile, End-Point,...
Hello, guys!
We have FCC/CE/UKCA/RCM/EAC certified board that contains nRF51822 SoC. We currently don't have a possibility to enable the internal DC/DC regulator of nRF51822...
Hi,
I am moving from FreeRTOS to Zephyr. So I jused some of your simple example for trying to understand basics. I edited it little bit.
I have some default task from...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
To achieve the maximum transfer rate over ESB, I added the following expression to the ESB initialization function:
NRF_RADIO->MODECNF0 = (NRF_RADIO->MODECNF0 & ~RADIO_MODECNF0_RU_Msk...
Hello,
I am using nRF52832 DK board. I wanted to drive some o/p signal from the MCU. So for testing purposes, I just toggled one GPIO from the Timer CC channel. For that...
On a custom board, VDD and VDD_GPIO are independent.
Is power supplying VDD1 and VDD2 enough to program nRF9160 through SWD, or do I need to also enable VDD_GPIO to program...
hi everyone i have flashed dfu to my nrf52832 using the latest sdk 17 i have done all the process as mentioned updating the ecc, private key publickey etc but my board doesnt...
I have an application consisting of a Thread Leader and a number of SED children. The communications scheme is set up to allow both children and the leader to have CoAP servers...
Hi Nordic,
nrf5 skd for mesh 5.0, nrf52832, sdk5 17.0.2
Now I am developing a product like a gateway. We just figured out that nrf52832 communicates with external device...
Hallo, hope you are having a good time.
I am using nRF SDK 17.02 and uses SES as an IDE.
Soft device S140 7.2.0
I have an application running which act as a central...
Hello,
I would like to know if it is possible to provide an example based on the lte_ble_gateway sample for writing and reading the characteristic!
I changed the example...
Hi Nordic,
nrf5 sdk 15.2.0, nrf52832.
I am testing the UARTE with the example experimental_libuarte. I changed two functions like below:
1. nrf_libuarte_tx(): m_tx_len...
Hi,
I am using vscode with nrf pulgin for development. after adding mcuboot to the project, Which hex file name to be used for programming through nrf programmer?