HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Reffering to the boilerplate: NordicSemiconductor/pc-nrfconnect-boilerplate
Can someone make a quick guide to create a reducer that is connected to the nRFConnectCore[0...
Hi,
I am running Keil uVision V5.23.0.0, debugging a 51822 using the J-LINK / J-TRACE interface built into the chips
My code uses SD110, SDK 7.2
I need to get ABSOLUTE...
Hi,
The datasheet for the nRF52840 says that the SWDIO and SWDCLK lines have internal pullup and pulldown resistors already, and thus, does not need external ones.
Two...
I am having trouble tracking down some lingering interrupt source that is waking my application up from the power_manage() command. I am turning off bluetooth advertising...
Hi,
I cannot find the pinout for the P9 connector in the Thingy (programming). My idea was to use the NRF52 DK to program it as this video suggests:
www.youtube.com...
i have flow this tutorial with nrf52840
https://github.com/bjornspockeli/custom_ble_service_example
but d'nt work any body can share an example please ?
Thank y...
In the PCB design reference for the NRF52 we can see that the components L3 and C10 is not parallel with another components and lines. any special reason for that?
Any problem...
Hello,
I have been having issues with two different DK:s. I am doing bootloader development and suddenly the kits go unresponsive.
nrfjprog returns the following error...
Hi everyone. For our product, we need to accomplish tests for CE certification, in accordance with regulations EN300328 paragraph 5.4.10. How can we set the softdevice s310...
I try to integrate the ble peripheral uart example and the beaconing mesh example. It build completed. But when i build and debug on nrf52 board. I have some errors about...
Hello, im a beginner in circuit design, and currently i am developing ESB device that should work on batteries.
Device simply represents a nRF24L01+ module, an ATmega48...
Hi,
I am using nordic nrf52832 nRF5_SDK_14.2.0, I use the RTT for debug, I want MCU in low power mode,so I add the following code:
while(1)
{
NRF_POWER->SYSTEMOFF...
There are parallel 8 bits input to nrf52832 GPIO pins,I want to read the data from the pins and writ it to a RAM.how to do read the data in one CPU clock?