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 have just almost finished develop a product which used nrf52840 as a data hub, a wifi module connect to nrf52840 through uart, and baudrate set to 460800, and also...
Hi ,
I am using the example "ble_app_uart".
I enable uart while receiving data from nus handler and turn it off after transmitting.
After I mondified the code, it can...
When trying to write the bootloader hex file to the device with nRFgo Studio, the following error message is displayed.
[nrf52840_xxaa_s140.hex programming failed: This...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I take bootloader_secure_ble example for pca10056 build it and use hex file to program using nRFGo Studio get error verification Failed. if i programmed with keil then load...
HI,
I'm having a problem when I use the function nrf_drv_twi_xfer. The function returns the error code NRF_SUCCESS, but using the event handler I notice that I'm receiving...
I am using nrf connect app on ios , the device is getitng on device mode but it is not showing DFU button on it , but it is working when using android app of it
And...
Dear all,
I am using SES, I have an application that relies on a softdevice. For it I developed a custom bootloader that DOES NOT rely on the softdevice and only transfers...
Hello, Nordic! I'm developing with a nRF52832, a bmi sensor and SES. I am starting with the BMI160 libraries on github and encountered some problems with the call of the i2c...
I am trying to implement a simple matrix 4X4 keypad. I have an issue in enabling gpiote events. I disable gpiote events when there is a row event and i scan the keys by turining...
Hello,
We were wondering under what conditions the SIM will reset. AT commands will give us activity on the SIM_CLK and and SIM_IO lines, we are looking to see activity...
Hii,
I have two question regarding advertising and connection
1. Is there any way to hide my peripherals advertising from any other central scanner .
2. Is it possible...
Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some...
Hi,
we are progress of designing custom board using nRF9160.
By reading nRF documentation, my understanding is GPS circuit in Dev kit is unstable/nonperforming.
Could...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. The first time I flash to the nRF52832 a SIGTRAP occurs on sd_softdevice_enable. I cannot continue...