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 Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
We have a project that involves both battery-powered 'slave' devices and a mains-powered 'master' device (which needs to support multiple slaves and support WiFi). We are...
Hi,
imagine that I have a proprietary characteristic that allows only READ operation (from a smartphone for example) that expose an internal value in my application.
I...
Hi,
I'm using nrf51822 and SDK 6.1.
devzone.nordicsemi.com/.../
I learned how to store data with using pstorage library.
but I can't register block more than 1024...
my chip : NRF51822 (256kb)
SDK : 6.1
Hi.
devzone.nordicsemi.com/.../
according to this example code, I could have stored data and it works great.
but problem...
I want to update the bootloader inside nRF51422 using iPhone.
Updating applications hasn't been any problem.
Following the same procedure but I cannot convert bootloader...
Hello,
I received a reminder to aswer to the Nordic Semiconductor Customer Satisfaction Survey. Unfortunatelly, I can not reply, because there are questions I simply can...
Hi All,
The timer count value reading is not working.
static void timer2_init(void)
{
/* Start 16 MHz crystal oscillator */
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;...
When ever I place my nRF ek dongle and try to run it it just crashes.
I'm using MCP 3.9.0 and windows 7.
This question has been asked before so I know that some people already...
Is there a more thorough documentation of the SWD interface as implemented on the nRF chips?
I'm seeing something I regard as strange when I look at things on a scope....
Hi all,
I'm new to RF coding, currently my developing product has encountered some critical problems, that it is heavily influenced by the household appliances, such as...
Hi, I wrote a custom service with a characteristics with notifications support. After a client connects I start the sensors and I start updating the values. On the service...
On top of almost all the BLE examples in the SDK, there is an APP_TIMER_OP_QUEUE_SIZE define. How can I know how big this should be for a specific application?
Hi,
My project need to transmit mass data(maybe over 64kB)to APP once.But the total transmiting time is better not over 30Min.i use your example nRF51_SDK_8.1.0_b6ed55f\examples...