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...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
I expanded the button events based on example ble_peripheral ble_app_hrs by
and everything works fine (button press and button release events for all 4 buttons) till I...
Hi
We found abnormal current waveform when running GPS as 120s fix interval and 10s fix retry.
As below pic, the first plus is A-GPS seraching, from second plus is the...
Hi,
When I used nRF52840 dongle (connectivity_5.1.0_usb_with_s132_5.1.0.uf2 firmware) to receive peripheral device notifications, nRF52840 dongle can only receive 20 bytes...
Hi,
I'm not sure if SES support C++ compiler in nRF9160 project, I did add C++ source in CMakeList:
target_sources(app PRIVATE src/xxx.cpp)
It won't work, Does anyone...
hi,
I use the SDK16.0 ,to develop BLE touchpad on nRF52833,which is should set non-zero value for feature reports . And now,i have a problem,how to implement the FEATURE...
I made a custom board using nRF9160 and tested a very simple program.
However, it consumes high current compared to nRF9160 DK. I measured current flowing on VCC line of...
nRF52832 / SDK 14.2 / SD5.1.0
There might be two configurations to setup a PPI channel to assign some peripheral event to both timer capture & clear task:
nrf_drv_ppi_channel_assign...
Hello all,
Having a smallish problem seeing printk() output on my board. My board is an NRF9160 PCA10090 inspired board. Long story short, I can't see printk() stuff showing...
My application implements a beacon with services, and a buttonless BLE bootloader.
The application can start the bootloader in two ways.
The first method is executed locally...
Hi,
I am in the process of provisioning and configuring a 2-element light switch server node and a common light switch server. I am using the orginal exemple for the provisioner...
I'm attempting to transfer 256K bps (1 244-byte notification every ~7.5ms) using an nRF52840 using Notifications and am not getting close to the necessary bandwidth. I'm getting...
Hi,
We are developing an application requiring the DFU Service on nRF52832.
The implementation of the DFU Service without bonds works very well, but when switching to...
I've been able to connect to our server using the LTE modem sample app.
As shown below, I configure the modem, open a socket, bind the port, and send and receive a small...
As I'm working on debugging a problem where a TLS connection silently fails with no error code, it occurs to me that it would be VERY handy to have a way to connect wireshark...