Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
In Nordic parlance, what is event and what is interrupt? To my understanding, in ARM parlance, events are signals that can be routed to NVIC to cause interrupts.
Basically...
Hi All,
the sdk17 documentation has the sad adc included (sad because a 12-bit adc turns out to have 9 effective bits and then with +-3% error on top of all that effectively...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello, I'm trying to install the toolchain for the nRF9160. I have the nRF9160 DK. I installed Segger Embedded Studio for the nRF9160. I was able to install nRF Connect v3...
Hi,
I work on a project quite advanced as our product is already in the hands of some of our clients. My problem is that we would like to add some feature to our bootloader...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi
In my boot loader application I am using nrf_bootloader files which uses "nrf_wdt.h" for watchdog functionality.
I also have included some other customised files into...
SDK: 15.3.0 Sample: aes_ctr, ecdh Device: EYSHJNZWZ (nRF52832)
I'm considering using the "Cryptography library - nrf_crypto". Therefore, I am looking at the above sample...
Hello,
So I'm trying to use the nRF82540DK to develop use Keil and usually Keil is pretty good about downloaded the software packs it needs automatically. However, I've...
In addition to the nRF9160, we have a custom arm system which uses a nRF9160.
Which is the correct board to use for a non dk nRF9160? The documentation seems to erefer to...
Hello,
In the radio_test example of the SDK16, there is this function:
static void radio_disable(void) { NRF_RADIO->SHORTS = 0; NRF_RADIO->EVENTS_DISABLED = 0; #ifdef...
Hi, there:
I am developing on nRF52840 platform with SDK Version 17.0.0_9d13099. I am developing based on ble_peripheral/ble_app_buttonless_dfu.
I succeeded to combine...
I used usb_msc with nRF5SDK160098a08e2 sdk to connect the usb of pca10056 development board to win10 home version and the disk could not be recognized after about 20 minutes;...
Hi,
I'm developing a BLE peripheral in nRF52840. I use nRF Connect for Desktop (as central) to connect to my peripheral. I see that it connects with Connection Interval...