I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Hi
I'm running nRF52840 MCU at 1.8V, and trying to use the dev kit (PCA10056) to program the external nRF52840 MCU.
According to the datasheet, the dev kit runs on...
Dear employee
for bug 89,
According to <nRF52832_Rev_1_Errata_v1.8>
It is mean below?(spi with blocking mode)
But I think it should be this
when transfer...
Hi Support ,
I'm estimating the average consumption of nRF52840 chip .
Regarding the BT consumption , I used the Online Power Profiler an got the results . But these...
Hello everybody, I've got some of nodes for the light switch example. I'm working on nRF52832 chips. I tried to find answear for my questions, but i didn't. I want to create...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
Hi, I need to read a pulse signal with the nRF52840 . I tried to use the timers but it seems to go in conflict with the I2C that I use to communicate with another device....
Hi,
I am trying to make a simple function for writing via SPI. I am using the SPI example and it works fine. Now I would just like to make two SPI functions that I can use...
Hello Nordic,
I am trying to make NRF52840-DK Communication with MAX30003 ECG Board via SPI. I am using the SPI example and it works fine. Now I have made three SPI functions...
Hi,
I'm currently starting on my graduation internship. For my assignment, I have to implement a Bluetooth Mesh network using Thingy 52's. I'm currently researching what...
Hi,
in provisioner.c,
/* configure the publication parametrs for the on/off server */
case PROV__STATE_CONFIG_PUBLICATION_ONOFF:
I've changed publish_address.type...
Hi,
I am using nRF52832 and nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
We are planning to send data from the sensor via SPI communication via nRF52832...
Working with SDK 15.0.0
I am porting code from a much older version of the SDK and as such am having to make significant changes to the way the code functions. The previous...
hello,
I am interfacing NRF52840-DK with MAX30003 ECG Board Using SPI Communication. I am using SDK15.1.0 -Peripheral-SPI example code.
I have working MAX30003 Aurdino...