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...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hello, I've tried the "smp_svr" sample from the nRF Connect SDK on my new nRF52832 boards because I wanted to test Bluetooth advertising and DFU capability. They compile and...
Hello,
I'm trying to setup a TCP connection to a remote TCP echo server (echo.u-blox.com : 195.34.89.241, port 7), for testing.
The socket is being opened, and I receive...
Hi!
I'm trying to make a simple frequency meter with the nRF52-DK.
Actually, i'm trying to enable a simple timer, but my program freeze. I'm using mbed studio and I enable...
Hello researchers & developers,
I have a high-level question regarding which communication system would be more suitable for my following idea.
My set-up would be the...
Hello ,
Which settings can increase the buffer capacity of ble_nus_data_send function? I get NRF_ERROR_RESOURCES when I try to load new data, i was going to create fifo...
Hi,
I was looking for an example that combines NFC functionality with BLE for pairing purposes so I was pleasantly surprised when I found that there is such an example....
This happens when I try to do DFU on my Thingy 91. I am trying to download the file thingy91_item_dfu_2020-04-29 file and the same also happens when I try update the modem...
I am using the nRF52840 and the nRF Connect desktop.
the nRF52840 serial number could be recognized like this.
the nRF connect BLE and programmer like this.
what...
Hi,
I tried to run the code which was used by another forum user:
https://devzone.nordicsemi.com/f/nordic-q-a/63149/nrf5340---p0-10-not-working-as-spim-miso-on-non-secure...
Hi, everyone
I am developing a BLE product with NRF52840 base on SDK 15.2.
Due to the cost of the product, we are now evaluating the feasibility of migrating from NRF52840...
Hi,
I am testing curve25519 in M52810.
The following is snippet.
nrf_crypto_ecc_curve25519_private_key_t bob_private_key; nrf_crypto_ecc_curve25519_public_key_t bob_public_key;...
Hi Dev Team,
I had a task to work on that required a timsetamp to schedule a certain event, like for example I wanted my modem to start off every morning at 10:00:00 and...
Hi,
I am using Thingy 52 to measure the acceleration from accelerometer. I was expecting values like m/s2 but I am seeing values in unit vector, ie, values between (0 -...
I have nrf52dk (nrf52832) board and a custom nrf52805 board. The nrf52805 board has no external 32kHz crystals, but only 32MHz crystal. Also, it is in LDO mode (no DC-DC inductors...