Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
At first i have tried the simple uart code from nRF52 where i could send the AT commands properly and UART communication works fine between nRF52 and GPRS module.
Next...
I use a development board with nrf52832 xxaa, BLE demo from SDK works. But I created own board but with nrf52832 xxab(less ROM and RAM) and changed configuration in IAR project...
Hi,
I want to use hardware ECB encryption and decryption in 52840.I had tested the demo from nRF5_SDK_13.1.0\examples\crypto\nrf_cc310\aes\pca10056 . However,i can't find...
When using the APP_TIMER in SDK14 I am having a problem with the application stopping.
I was using the APP_TIMER to flash LEDs and watch for timeouts in SDK13. when porting...
in the sdk_config.h there are plenty of definitions, where "31" is used as a non-valid PIN value
This is destructive if you want to use p0.31
For example:
If one uses...
Hello. I want to use the same pin on nrf52832 for wake up and system off, however I have some issues, like sometimes it doesn't wake up or it is needed to press button few...
When I use sdk14.2 nRF52810 ble_nus_string_send to send data to a mobile phone android, the first connection is no problem, but disconnected again after connecting problems...
Edit: I'm using the softdevice S110, 8.0.0, Nrf51822 chip, Keil uv5.12
Edit #2: Added more detail and revised certain description.
What's the problem?
My program...
Dear partner,
1) Our custmer want the spec of S140, I cann't find that on the inforcenter. can you give me one?
2) By the way i want to know where is my mypage case...
I want to have every node carry a copy of the sensor data in every other node and pass these around on update.
Should I use ANT FIT or FS? What makes mores sense?
As the...
Hello,
How can I detect how much RAM is still free on the heap during runtime, without a debugger attached, just from within the application?
Cheers
Trax
Hi
Can nRF52840 PDK support UART buad rate 921600/1000000 correctly?
I am testing UART with below example for our product development:
nRF5_SDK_14.2.0_17b948a\examples...
Hello, I have problem during dfu otau over ble connection. I use linux version of the nrfutil - my OS version is Linux-4.9.0-3-amd64-x86_64-with-debian-9.1 In some cases i...
I am trying to enable SPI in spi_config.h but SPI3 is missing for the nRF52840.
I need DCX functionality, and from the OPS for nRF52840 it looks like it is only SPI3 that...