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,
we are using nrf52832 in our product and it needs external storage 8MB.
Please suggest flash storage IC that has driver support in SDK by default or which has ready...
I've build a custom board with the nRF52840.
I've noticed that the current consumption of the LPCOMP is not ~0.5uA, as specified in the datasheet, but in my case, when I...
Hi every one, I am running light switch example (using SDK 15.2 and SDK for Mesh version 3.1.0 ) with some modifies in Server Node* ( node with has LIGHT ), this node have...
Hi
I am working on the application in which I wanted to initialize and uninitialize different services. I am using device information services to read manufacturer data...
Hello,
I want to use two UART interface in nRF52832 at the same time,but the nRF52832 just has one UART,the other i wish to build by simulation。
How can i simulate the...
Hi,
I bought an nrf52840 processor from Aliexpres. I made circuit print.
Circuit board connection with nrf52840dk is as in the photos. I am using segger as Ide. I...
Hi All,
I am trying to use the saadc example given in nRF5_SDK_17.0.0_9d13099\examples\peripheral\saadc.
I have built the project and now I want to read some values from...
dear all:
My device designed by nRF52840,it·s a central and peripherals at the same time .I have a problem about connect interval .My device as central need connect with...
Hi guys,
I have already asked some questions related to this topic before, but I am still trying to figure out how to enable the UART communication on my nRF52832 board...
Hi, I'm facing some problems trying to implement IoT library. I'm working in a code that uses FDS, SAADC, USBD-CDC-ACM among other things. I was able successfully to implement...
Due to some problems with VTG and GND detect I sometimes program an on devkit nRF52 instead of my external board and that causes lost time, because it's not straightforward...
Apologies if this is answered in some other thread but we cannot find the precise answers we are looking for and are striving for some quick clarifications. We are planning...
The ble-sniffer_win_1.2_user_guide, Figure 4. Wireshark Interface, Packet Bytes window shows a 00 byte at location 0010, which corresponds to the "preamble" of the "Air Interface...
Hi
I want to declare 2 spi instances with only cs pin different.
The reason for dividing the two is because the modes are different.
The one declared above is executed...