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...
So I've been trying to integrate the ble_nus part of the ble_app_uart example into another project. All inits and sdk_config options seem to be the same.
Still, whenever...
Hi,
I want to read a IC register over SPI.
This is msp430 code,it works. Just
CS low
write address
write 0x00
CS high
I use SPIM, this is initialization
...
Using an nRF52832 with SDK15.2 can I have multiple SPI devices;
one with DMA and one without DMA?
And can one instance be of legacy type (nrf_drv_spi) and the other be...
We use Rigado BMD-300 module with nRF52832 and softdevice S132 v6.1.0 as peripheral. Trying to create test plan for Bluetooth qualification , but with new TCLR there are inconsistencies...
Hi,
Recently, I faced very weird problem which stops working MCU when MCU enters low-power mode.
Not all PCBA I made have the same problem but quite many PCBA shows the...
hello, this is my first time to start the PPK, I have a 52840 DK (BMD-340-EVAL) and PPK, when I use nRF connect to connect the PPK(PPK is over the 52840 DK) , it shows Failed...
Hi Nordic Community
I'm busy developing a board around the nRF9160. Do you have a KiCad library/component for the SOC, do I need to make one myself, and if you do have one...
I'm trying to use the SPIM driver on nRF52832. The setup is:
Chip: nRF52832
SDK: 15
Softdevice: s132 v6
Toolchain: GCC
For some reason the call to nrfx_spim_xfer...
Hello,
I'm trying to configure the max -min of interval params and supervision timeout to obtain timeout of android = 1s.
i configure all parameters to run function...
Hi,
I am using the nrf-52840 DK.
I modified the pwm_library to output 125khz frequency.
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(125000L, NRF_GPIO_PIN_MAP...
Hi ,
The nrf connect for desktop programming works good on my desktop before.
The tool shows error message "cannot find module 'usb' " today.
I ever try re-install the...
I am working on integrated peripheral and central device used for indoor positioning. The device has two modes, at boot it is a peripheral for some duration of time then it...
Hello, we have been using a nRF51822 8-pin RF module for a while now for various products, the pinout is as follows: power, P0.00, P0.01, P0.09, P0.11, SWDIO, SWDCLK, ground...
Hi I try to implement DFU to our application using Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0 When I use the DFU-Example everything works fine. I then implemented the DFU-code from...