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...
Hi there! I am a beginner of bluetooth technology.
We try to build a kind of IoT based on bluetooth mesh nodes with nRF51822. According to the instruction of nRF Connect...
I've found out that softdevice S130 cannot handle the length longer than default MTU(23).
But I know L2CAP is responsible for assembling and disassembling packet.
So...
I'm using nrf51822 & S130 to read the temperature humidity values every 5 seconds from AM2301 sensor. For that I am using timer in system on sleep mode. The current consumption...
Thanks for all support so far.
One thing I want to ask that does your nordic Beacon chip can support Bluetooth 2,0 as well ?
I mean is it backward compatible
hello,
I'm using nrf51822 as proprietary model, I found it can not received 500 pkts complete from 500 nrf24lE1 labels during 2 seconds(every nrf24le1 send one pkt per...
I am trying to develop a BT Microphone that can pair directly with a BT speaker.
The Mic will act as a server for the speaker (client).
I have some nRF52 EVB.
Do...
We have used a logic analyser to verify this.
SPI initialised and talks nicely with an ADXL362 accelerometer part.
We have interrupts configured.
We go into sd_power_system_off...
Hello! I've soldered my first board with nrf52832 chip + PA on it. Everything works well beside the radio. The real distance (less 10m) even worse than on nrf52dk despite...
Just got my nrf52DK and connecting and dropping the HRM demo to it worked like a charm but since then, all attempts to get something else to run failed. Erasing all and reprogramming...
I have a very simple test program to run the radio through the transmit sequence, each task is called from the radio interrupt handler according to each event.
The process...
I'm pretty new with microcontrollers and SPI.
I connected fisically an nrf51822 microcontroller to an external SPI flash memory.
I connected MISO MOSI ports to some random...
I am using SDK 12.0.0.
I am working with low_power_pwm_init() to initialise the pwm and I have passed a handler while initialising. I want to stop the pwm from the handler...