hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I changed the device name while not connected.
but, The...
Hello,
I am trying to follow the tutorial SDK UART coexistence example , but it seems like the last step cannot be completed. As you can see, that .hex file does not exist...
I am working on a low power peripheral project (similar to the Nordic blePeripheral/uart example). I'm going to be using an nRF52805 with SDK 17 and s112. I found the Apple...
Dear all,
I have tried my best to find answers in questions posted previously but I still have a few questions that I would like to clear up. I will keep it concise. Thank...
I want to configure the UART1 (not the UART0), and I want to know if there have some examples that introducing the UART configuration by directing accessing the register....
Does Nordic have programming for the nRF52840 that enables both 802.15.4 and BLE, so the board can both become part of an 802.15.4 network and pair with a mobile device like...
Hi All,
i played with the /examples/dfu/secure_bootloader/pca10056_S140_ble_debug.
The application works fine so far.
I do have the following questions.
Is it...
Hi,
I am running into some problems with libuarte. I have two nRF52840-DKs talking to each other over UART. My setup is not ordinary however. The hardware configuration...
Hello -
We are developing a product for the nRF52840 using SDK v17.0.2 and FreeRTOS. Our application uses the RTC configured by FreeRTOS to implement a System ON sleep...
While installing the itsybitsy NRF52840 board from Adafruit in the Arduino IDE, I encountered the following error:
"Tool nrfjprog is not available for your operating system...
I can't get a button to work on a custom board; but same firmware HEX file on a different board works fine.
Using nRF5 SDK 17.0.2, SoftDevice S132 v7.2.0.
using a custom_board...
Hi,
I'm using an nRF52840 and I need to implement a driver in c for an external chip. The c driver is written, and I only need to add specific functions regarding the SPI...
I can't see the answer, so I will write it again.
hello.
nrf24l01p(ptx), nrf51822(prx)
nrf24l01p set
TX_ADDR = 0xA5B300
EN_AA = 0
EN_RXADDR = 1
SETUP_AW =...
Hi, I am trying to add Buttonless DFU functionality to the ble_app_blinky example.
The process I took
1. added the following files to the project
ble_dfu.c ble_dfu_bonded...