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...
Hello Everyone,
I am trying to implement one wire protocol for interfacing MAX17211 fuel guage IC with NRF52840. I wand to know if there is any one wire library or any example...
Hi,
Do you have a suggestion for a 2.4GHz chip antenna? I sent a board to Ketil for RF tuning but the meander antenna ended up as too short. We would like to avoid a separate...
Hi there, I have been always using the dev board BLE antenna for the nRF52832-QFAB.. but now i need to reduce much more the size of the board, so i need a much smaller antenna...
Hi
I am currently trying to get the antenna switching working on the nRF52833 DK
I have an SPDT RF swtich is this pe42423
1.I want to use for switching.But I don't...
Hi,
I have a central-peripheral FW over a nRF52840-DK running NUS service and I have to measure the throughput between the nRF52840-DK acting as a peripheral of a mobile...
Hi
How do pass bat_num into the declaration for the power config attribute list? Perhaps I overlooked it, but it wasn't evident to me when reviewing the Developing with...
Hello All,
First, thanks for this post: https://devzone.nordicsemi.com/f/nordic-q-a/40924/how-can-i-restore-the-original-bootloader-of-a-pca10059 ; I'm attaching the file...
Hi. In nrf52840 is it possible to use in NRF_LOG the second UART (DMA based) ?
I know i can define the TX pin in the SDK_CONFIG but can the NRF_LOG_BACKEND_UART work with...
Hello I am trying to get the usb cdc acm module to work for the nRF52840 dongle. However, the example is made for the dev kit. I flashed the dongle with the example anyways...
Hello,
We are looking at using an nRF52 Series microcontroller for a BLE device. We are trying to decide if we should use the nRF5 SDK (which we have used in the past) or...
Hi Nordic team
1. Define one vendor client model and one vendor server model at mesh nodes.
2. Provision all mesh nodes. Then, Create a mesh group 0xC000.
3. Configure...
Hi - Recently, the NRF Connect Toolchain manager stopped being able to open VS Code and hangs spinning - screenshot below. It used to work so I'm not sure what's changed....
We want to verify that the modem can find mobile networks without actually connecting. Actually connecting to the network has a price tag. The context here is a quality assurance...