I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
To start, this was a functional unit and I had been installing test firmware into it.
As of a couple of days ago while attempting to read and write to my nrf5340-PDK module...
Hello,
I am using pc-ble-driver-py 0.14.1 running on python3.8 and Ubuntu Desktop with nRF52840-Dongle. Dongle is running connectivity_4.1.1_usb_with_s135_5.1.0.hex. Dongle...
Hello,
I would like to understand difference between Manufacturer ID (5 bytes), used in ble_dis_sys_id_t type and Company ID (2 bytes) - used in advertising of manufacturer...
Hello,
we made a custom board using the chip nRF51822 and were able to use the template project in \..\examples\peripheral\template_project to make a button switch the led...
Hello,
I can't set the memory map into segger with a zephyr project.
For example for blinky project into ncs/zephyr/samples/blinky.
When I go to Project->Options, I...
Hello, we use the nRF24LE1 (24 pin) in a product, that is in production since many years. In order to process a FW change request I need to test the FW on a nRF24LE1 (48pin...
Dear Devzone
I have an NB-IoT application running on a Thingy:91, that wakes up every two minutes and sends a small package over TCP to a remote server. I'm using a Keithley...
I have been slogging my way through documentation and examples and have managed to create a beacon application using the development kit and Segger IDE. That said I am fumbling...
We are working on the GPS sample code found in the ncs\nrf\samples\nrf9160\gps folder of the nRF Connect SDK 1.1.0 tag in the repository.
The modem firmware version we...
If a record in a file with MESH_CONFIG_STRATEGY_ON_POWER_DOWN have been changed the NRF_MESH_EVT_CONFIG_STABLE is never emitted until mesh_config_power_down() is called. ...
Hi
I am working with nrf52832 development kit. I am trying to write device information service from central device to peripheral device.
I am successfully able to write...
Hello Devzone,
I've been using nRF52810, SoftDevice 112 (5.1.1), for a Mic recording application. What I'm trying to do is sample PDM MEMS mic data through PDM interface...
Dear Team,
I have nRF52 DK and nRF52840 DK, Can we program nRF9160 using nRF52 DK?
Please let me know the process and detailed wiring to program nRF9160.
Ashiq Moha...
Hi,
Good Day!
Statement of Problem: We use Li-Ion Battery in our application and would like to monitor a few variables such as Battery Voltage, Battery temperature & Discharge...
Hello, I'm trying to set up SPI communication with a sensor from my nrf5284_pca10056 running zephyr.
This is my prj.conf file:
This is my .overlay file:
And this...