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!
The DEC2 pin is connected to an N.C. capacitor C6 in the newest refreance layout and the nRF52 DK layout. So does it mean I can just left it DNC like the 44th pin...
Hi,
I have a custom board of nrf51822 with no external crystal, neither 16 Mhz nor 32Khz. I am trying to use uart and app timers from SDK11 but when I start any app timer...
I'm in a situation similar to the one described in this question:
devzone.nordicsemi.com/.../
The company performing the test ask me to provide a device that can switch...
I wanna execute rtc0 on the project which is inside examples\ble_peripheral\ble_app_uart file in sdk 11
When i write the following codes ,nrf51 is locked.bluetooth connection...
I created a characteristic of 20 byte length in a peripheral.
when peripheral does indication, the length of indication data in central is always 20 byte.
I want to send...
I'm porting from sdk10 to sdk12.1 and changing to .zip based libraries in keil5. I've unzipped the sdk into the directory and the examples work fine. However, if try to copy...
Please find attached the screenshot of the schematic where i have combined the RF circuitry from
the NRF52 DK and the NRF51822 dongle for a compact board development. . ...
Hello,
Can anyone tell me if it possible to have one peripheral device connected to 2 central devices ? I am using S132 softdevice with nRF52832 board.
Thank you !
nrf51connect.pcapng nrf52disconnect.pcapng Hi i m using pi3 with bluez and the gatttool i can easy connect to the Adafruit Feather M0 with a nrf51 as bluetooth module but...
Hello,
my program should do the following:
Collect sensor data
Initialize SD and start advertising
After a timeout or after a successful data connection it...
Hi, Nordic
I want to change usb in/out packet size after hal_usb_init().
as I know, it should make one report descriptor and update.
But I can not see similar demo...
My latest assignment is adding NFC functionality to the device (the very same device that I had trouble with DFU on). Adding the functionality was easy enough but I'm having...
I have seen this topic:
devzone.nordicsemi.com/.../
and a few others, in an attempt to visualize the RAM usage of my project. I currently use GNU ARM Embedded (gcc)...
Please clarify the radio state diagram for the nRF52: it shows a black dot between TXIDLE and RXIDLE states, having arrows from TXIDLE or RXIDLE leading apparently back to...
Hi guys!
I wanted to ask that can we use an external flash(connected via SPI/I2C interface to the mcu) instead of internal flash for storing downloaded image(s)?...