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...
SDK 15.2
port_cmsis_systick.c
nrf_drv_clock_lfclk_request is part of the legacy drivers that will eventually be removed?
Does this mean for FreeRTOS I need to keep...
Hello,
I want to set the nrf24le1 module into register retention mode with timers ON but clock source from XOSC32K. I need this power saving code in my project. Also can...
Hi,
I am using adafruit Bluefruit BLE SNIFFER. My question is whether it is required to use jLink along with it to connect to it via USB. Also, I have a question can I sniff...
sdk5 15.2's app_timer.h at line 61 says:
* @details Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select if the * @ref app_scheduler should be used or...
I am trying to read hts221 and ccs811 sensors from thingy and want to make the data available on UART(P0.02,P0.03).
I have tested the uart code and able to print data -...
Hi all,
I am trying to configure the LPCOMP module of the nrf52832 using registers directly, that is, without using the already generic functions that come with the sde...
Hello
I have two similar (as their producer says) boards. Both nRF52832. The main difference is in modems used for external data transmission.
SDK 15.0.0
SD 132
I...
I have an application using mesh SDK 2.1.1 that is working. I am migrating to V2.2.0. In my current code I use nrf_mesh_opt_set() to enable and disable a relay feature. I...
Hi,
Can nRF Sniffer v2.x software flashed in nRF52832 used along with wireshark sniff all BT 4.0,4.1,4.2,5.0 packets?
Please confirm so that we can proceed to buy the...
Hi there,
The DFU Nordic samples have a 4K "MBR Params" page, located in the last 4K of flash. e.g., the linker file has:
MBR_PARAMS_PAGE (rw) : ORIGIN = 0x0007E000...
Hi,
I need to minimize the power consumption.
For this reason when my device is in advertising the peripherals:
TWI
hight frequency clock
external interrupt on...
SDK version 15
I'm adding two more BLE services to my working custom one. And ran into some advertising issues. This is what's spitted out from GDB.
ble_advertising_init...
I'm working on the the provided example ble_app_uart , and I want to make the LED blink while the data is being sent from the peripheral to a smartphone application by BLE...
Hi,
Having worked with your software on and off for some time now there are a few things I have noticed that are slightly disturbing when it comes to the SDK.
Usually...
I am doing a register retention gzll transmit code with ADC. But problem is that the ADC value transmitted is always 255, if I connect ground to ADC it would read 247. Why...