Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
hi......
how to choose the correct slave address , i am using max30205 peripheral device , in that datasheet there are three A0,A1,A2 pins with different combinations address...
Hi
I'm using this code ! And I'm not sure that it works well, so I've been trying to send a data from one divice to an other, but my problem is where can I find the received...
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...