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,
I am working on testing this modification on the ble_hrs example.
The idea is to send data sequentially as notifications.
However, BLE_EVT_TX_COMPLETE seems to...
Good morning
I use the fds function to store and read data in flash memory.
FDS_SUCCES is not returned by the fds_record_find function when reading data, so the read function...
Currently developing on NRF52 sdk12
I want to be able to show time stamp minutes:seconds:miliseconds on my RTT viewer, when I print my data out from the uC. Any hits on...
hello
i am using nrf52840, with BME280, i have external pullup 10k resistor.
how i can disable the internal pullup resistor.
i am using this sample code.
github.com...
Hi,
I am having problem with setting up TX side of my project. It always giving me max_rt error if I am sending only once per cycle. 1 Cycle is every 30seconds. All working...
Hi,
I use the SDK12.3 and SD130 with secure_bootloader and my own application. I can flash SD and Bootloader and update my app over OTA with DFU from NRF Toolbox. My app...
I noticed that when upgrading to the latest Thread SDK that my devboard stopped booting. I was following the instructions as per the documentation but noticed that my user...
Hi,
I am designing a custom PCB using the nRF51422. I want to include an external 16 MHz crystal oscillator to use as X1 according to the reference layout for custom PCBs...
When I test the timer example with nrf52832 DK, it so nice to 4 minutes.
uint32_t time_ms = 240000;
But when I set the time interval over 5 minutes, then the event...
What is the maximum number of bond table entries a device can have?
If a device allows only one connection to be established at once (not more than one simultaneously)...
Hi,
I want to store the CRC of the current firmware in the flash, for DFU purposes. Almost all of the threads I've seen so far reference the pstorage API but it's no longer...
I am searching for a basic example to understand the build system.
How do I load the soft device properly?
How do I set things up to run SEGGER_RTT_WriteString?
I...