Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
Hi,
I am trying to read and write data from flahs using the fds library. For the moment my main problem is that when calling fds_record_find, it returns FDS_ERR_NOT_INITIALIZED...
Hello,
is it planned to add support for PyOCD and/or OpenOCD for NRF9160?
If yes, when?
ATM (26.02.2020) they support only NRF51 / NRF52
https://github.com/zephyrproject...
I am trying to do multiple PWM in my DK board , but it cant work.
I made simple code for it .
This is my overlay file , but it works for just pin 13, means ch0 .
...
Hi,
Is there any way to tell when the modem has finished doing a band scan? I would like to know so I can swap between CAT-M1 and NB-IoT for globally deployed devices. ...
Dear
I am try to perform an OTA operation on a dongle of nrf52840 by ble_app_blinky for PCA10059 project and light-switch server for PCA10059 project, which works well on...
I've setup SDK 1.4 with Segger, however I can't get the Asset tracker Application to compile. It seems to be building the SPM even though the project is setup to use the Non...
I use the template for pairing and binding. For the first time, after binding, for the second time, I bind again, prompting to reject binding. How can I match and bind many...
Hi,
I want to compile and run Mesh examples. I tried the Light Switch client, server and the Sensor server examples. All of them fail when the linker is invoked. All of...
Hi everyone!
I'm new in Nordic DKs and I have a new Nordic Thingy 91, I understand that it uses two chips: nRF9160 and nRF52840.
Maybe this is a silly question but, can...
I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to...
So far I've use the nrf gatt module for setting MTU and DLE and seems to be working, however this module does abstract packets and maximum tx time in a connection. There are...
I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter...
Hi,
https://devzone.nordicsemi.com/f/nordic-q-a/67024/nrf9160-questions-related-to-immutable-mcuboot-application
From the above thread i learn that MCUBoot is not that...
To get the GPIO binding I can use:
device_get_binding("GPIO_0");
1. I would like to know where in the documentation it lists the strings you can pass to that function...
I am debugging the GPS function and referring to the sample code of the official GPS. As for the code of reading GPS data, I have a question that is the way of obtaining GPS...