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...
Hi,
How do we fuse the debug port on nRF9160? The purpose is to block all access and the ability to erase all from outside.
This is my understanding:
From debugger...
My nrf9160 connects to AWS when using the AWS FOTA example. However, when I start the custom job as setup from the following link:
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
I have a board that emits 0x1818 (Cycling Power) using the nrf51422 chip and firmware using S310 and so forth. Working great :)
Now I just found some strange things...
Hello guys!
We are using nRF9160 SiP module to transfer MQTT messages to AWS IoT. So far, thanks to the cloud_client example and your documentation from here , we were able...
Hello,
I am using Segger Embedded Studio (SES) to develop with the nRF5340 BLE chip. From what I've read, the nRF Connect SDK and Zephyr OS is not tailored for use with...
Hi,
I would like to check my understanding of PSM. Currently, using the AT Client on the local NB-IoT network, I can see that the device is entering PSM after 3 minutes...
Hi, I'm looking for a simple example on how to implement I2C. I've built I2C on my various FPGA's, implemented I2C on various AVR based chips from special function registers...
Good afternoon,
I first devoloped my app based on the nRF52840 (SDK 15.2; S140 V.6.1.0) and it was perfectly working with or without bonds.
After that, and following what...
I've been doing some development on the nRF Mesh platform for the nRF52832 chipset and I'm relying on the Mesh DFU protocol to update my deployed units. Recently I've been...
We need to know what the total internal capacitance and inductance is for the nRF9160 SIP to comply with intrinsic safety certification. Can anyone point me to this information...
Hi, We have developed a custom board. We can upload code using nrf52840 sdk-ble stack. We can read NRF_LOGS. However when we test with the ble_app_blinky that works fine with...
We have been using gpiote low_accuracy port events on battery powered devices for years without any issues, but now we bumped into a strange issue.
Details: 8 PORT (hi_accuracy...
I have set the host name to my aws thing endpoint name per the instructions on the following link
developer.nordicsemi.com/.../README.html
but the hostname ends up...