Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
I want to store a block of data in nRF51x22. I tried the following:
void HalStoreNVMBlock(uint32_t size, uint8_t* pBuf)
{
nrf_nvmc_page_erase(NRF_UICR_BASE);
nrf_nvmc_write_bytes...
I'm using the TWI module. Where can I set whether the DSA SCL pins have the internal pull-up enabled or disabled? I can't even find where to see if they are enabled at all...
Hi guys,
I am having a breakout board made and would like to know what are the programmers out there which I can buy which will help me program the board. The J-Link is...
Hi,
I'm designing a custom board equipped with nrf51822 and is not clear for me how the flashing part works; I bought nrf6700 and pca10005 as reference design and now i need...
I am coming across a strange issue with a nRF24L01P running enhanced shockburst. I have 1 PRX and a few PTXs communicating in a star network. The type of PTX determines which...
Here i am attaching text file in which my application not able to call interrupt handler.
Kindly tell me what will be issue.
Regards
Balaji
rtc1_app_timer.txt
I'm trying to figure where the BLE bottlenecks are to figure if I should use BLE or maybe Gazell for my product. I've just started to use the BLE stack, so I guess that there...
hi,
i am working with the nRF51822 development kit and trying to load the sample programs given by the nordic guys, the samples without using BLE is working properly but...
Hello,
While debugging, I found that if there was an active BLE connection, the chip would reset when I switch to single step mode, is there a way to avoid this from happening...
From the log:
[23:41:27.2] EnableServices({11:2,16:2,22:2,28:1,})
I suggest that you use hex for the handles - this is what you use upon inspection and other log statements...
I'm currently trying to learn the functions of the softdevice by using the HTS example. I've managed to make an additional temparature service (named custom), which almost...
Hi,
How to reset the system whenever a particular write event is received from the BLE stack. I made some changes on the ble_app_hrs sample code as follows,
void ble_hrs_on_ble_evt...
I refuse to pay over $3200 for the Keil PK51 Professional Developer's Kit. I would only be using it with the nRF8001 DK. The C51 Evaluation Software is limited to 2K! I am...
I have been successfully communicating with the PCA10001 evaluation kit using the virtual serial port that is exposed by the J-Link interface on the board.
I've now moved...