Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi,
NRF_LOG_PRINTF() is working fine with peripheral examples in SDK11. but when I try to do the same in ble_peripheral examples it is not working. I have defined the following...
Hi. I have one question:
From SDK and docs, I can find how many pipes and which pipe nRF24LU1 open when it is TX.
I check function:
void hal_nrf_open_pipe(hal_nrf_address_t...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi,
I am trying to develop firmware for the nRF52 platform using Visual Studio, as I prefer VS over Keil. I came across the VisualGDB plugin, but it seems their BSP is...
How can I create zip package for DFU in Linux.
I'm using nRF5 SDK version 11.
I'm working in Linux(Ubuntu 14.04).
I'm trying to zip package file for DFU in linux.
When...
I try to add an BLE function with "ble_stack_init". The problem is that after executing this function, the interrupt doesn't work (I add a function in the interrupt, but it...
Hi Nordic!
Long time short, I want to do an ANT application (S210, nRF51422) that pairs two slaves to one master. I have configured everything such that it pairs only when...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi Nordic,
We are trying to supply the chip nRF51422 with a Li-Ion battery. The nominal voltage is 3.7V, but as it is known, when full, this voltage can reach up to 4.2V...
Can the pc_ble_driver project located here be use in combination with SDK12?
We currently have it setup for SDK11 here, and want to upgrade to SDK12. We successfully built...