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...
I just downloaded the latest SDK 17.1.0. My previous version was 17.0.2. I am using SoftDevice 140 that comes with the package,
My application uses just SoftDevice, at least...
Hello Everyone,
We wanted to program nRF52840 chip with Zigbee based application using Flash Runner device which we are using for our production programming,.
In Our application...
I'm trying to make a server/client communication with a lwm2m server and DTLS authentification.
In the first place, I used Pre Shared Key that i provided with the modem...
Hi,
I have a nrf5340dk configured as a NUS peripheral, it collects some sensor data, packs it into a 138 byte buffer and sends it to the central.
On the central side...
Hello,
I want to compare the RTC's counter_get_value() ticks with the internal clocks k_uptime_ticks() ticks. The problem is when the RTC is connected with our nrf 52840...
Hello,
While programming my board with a merged.hex I sometimes see some differences at the end of the Programmer log.
Sometimes the log ends like this,
2022-03-25T14...
Hello guys,
I am having problems on addressing an issue with my firmware. Maybe someone can assist me to find out the root cause for this, because I don't understand too...
Hello,
We buy nRF52832 chips and use them integrated on our own PCBs.
Our devices are small BLE devices to which your phone, computer, anything can connect to.
They...
Hi,
Would you provide the software of NRF52832 ESB communication with NRF24L01 ? And share the two Demo Boards PN for NRF52832 and NRF24L01. Plan to buy the DEMOs.
...
i study in derection of DOA.I now can get the iq sample from my Putty in COM PORT.i use NCS 1.9.1.I build and flash in my two boards with nrf52833.i use the cammand line tool...
Hi,
We came close to occupying all available flash memory in the nRF52833 board:
Memory region Used Size Region Size %age Used FLASH: 185620 B 187904 B 98.78% SRAM:...
Hello,
I have some issues with activating the gps-module for the "second-time" through mqtt.
See uart logging below.
First GPS attempt works, socket is created successfully...
Hi,
I was thinking of buying a Power Profiler II, but was wondering if it is possible for the profiler to measure the consumption of the chip itself or does it measure...
Controller- MDBT40 (nrf51822 based)
Softdevice - S110
I have an application where data comes from UART and have to send over BLE simultaneously. When I initialize the...