I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hello Support,
For my Zigbee Coordinator development I use nrf Connect SDK 1.9.1 (for now), and VS, I like using Kconfig GUI as much as possible.
I'm trying to find some...
Hi, we have the requirement for our peripheral to be able to disable Bluetooth functionality, i.e. disconnect any connected central device and not accept any new connections...
Everything is goes well with nRF5340 but when I connect and try to debug some examples it just gives some errors.
Like " Failed to download application
Generic error ...
When connecting to AWS IOT the Asset Tracker V2 uses MQTT to AWS-IOT. This is TLS 1.2 from what I understand. We are using the 1.8 skd / 1.3.1 modem firmware.
We have...
I have ran a test with the nrf9160-dk board.
Setup:
PCA100900 0.9.0 pcb
NCS 2.0
Modem 1.3.2
App: ncs_v2.0.0/nrf/applications/serial_lte_modem
modification: change...
Hey ,
I am using a thingy 91.
I want to use this GNSS sample to get the location, but I do not get any fix. I have tried outdoors too, but nothing happens. I have the...
Hi,
I am working with NRF DK board, I need to connect nrf dk with remote control for data transmission and also the remote connection should be stable for long time. Is...
Hi All,
We are in the almost finishing phase of our application development, and running out of flash memory space, all details are listed below.
MCU : nRF52805 (192 ...
If I am not currently connected to a network and use AT%NCELLMEAS=0, how is the RPLMN determined? Are previous connected PLMNs stored in RAM in the device for comparison or...
Hi,
I'm using SDK v14.2.0.
For the workaround of [107] RADIO: Immediate address match for access addresses containing MSBs 0x00
I'm trying to avoid the addresses...
This is with the nRF 5 SDK (17.0.2) and the S113 softdevice.
We have another microcontroller connected to the nRF52833 over UART and external flash. We modified the bootloader...
Hi,
I'm currenty try to code GPIO wakeup from System ON sleep with system_on_wakeup_on_gpio as a reference.
My circuit is powerd by solar panel via control board. In this...
Hi,
I would like to know what is the default state of GPIO pins when nRF9160 is power ON for the first time, and it has the pre-programmed FW from Nordic
Hi,
What is the expected format to pass to nrf_cloud_agps_process()? I am working on an LwM2M server and want to be able to respond to /50001/0/{0,1} request coming from...
Hallo,
I installed the ncs and Zephyr environment following mainly the guidelines from nordicsemi, a few changes were necessary to use Eclipse. The installation process...