We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Is there implementation of these functions available for Freertos version of app_timer?
app_timer_cnt_get()
app_timer_cnt_diff_compute()
they are required for LESC...
Hello,
I am trying for connect nRF9160 on LTE-M network.
But keeps LTE searching continuously. I'm using SIM from local network. Is problem on my sim or nRF9160 dk?
...
Hi,
I'm a little confused about nfc tags.
I understand that we can use them for pairing and keys exchange.
However - what happens after pairing? Do server and client...
1. I want to put the nrf52832 into deep sleep mode for some amount of time.
2. Once it wakes up from deep sleep mode, will it affect the content of RAM or flash or any system...
This sounds like very n00bie question and I'm a bit embarrassed to ask this, but I'm not getting anywhere so I have to ask it anyway. Why my GPIOTE events are not working...
we have high current consumption when we are using Accelerometer lis3dh with SPI with no transfer at all on SPI
We have 2 SPI’s in the circuit. The first SPI is connecting...
Hi, I am using nRF5832 DK. Currently, I am using SoftDevice s132 to compile my code. I want to compile it with a different SoftDevice (say s112). But it's not working. Kindly...
Hello, We are developing a smart padlock with nRF52840 on Raytac MDBT50Q-1MV2. It will be powered from CR2 type battery. We will support two types of battery chemicals, Lithium...
My minimum requirement is 1568kbit/s .
I try the example that in Nordic\ncs_v1.7.1\v1.7.1\nrf\samples\esb ..
I increased the dynamic load to 252 ,and It can send about...
https://github.com/NordicPlayground/nrf5-calendar-example
I run the above calendar example in nrf52840 and it run successfully with no error or warning, but i did not see...
Hello,
I am using SDK1.5.1 with one nRf5340 as central and another nRf5340 as peripheral. My use case is, I am setting security level 4 (BT_SECURITY_L4) after establishing...
Hi all,
I'm recently working with Nordic devices (more precisely nRF52840), so I'm still learning. I'm working on a project where I have a shared SPI bus with several devices...
I want to open memory window to check the flash area data which has been written when I was debugging with Visual Studio Code but I can NOT find and open the memory window...
Dear DevZone:
I am working with the nRF9160-DK board and I am interested in the following:
1.- Can I implement a VPN communication with this device? 2.- Do I need additional...
Hi,
About the function : nrf_fstorage_write(nrf_fstorage_t const * p_fs,uint32_t dest,void const * p_src,uint32_t len,void * p_param);
I customized an array of data ,but...