Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
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...
Hello,
I am using nRF52480, s140 , SDK_15.0 and using a rscs central example. I used
uint32_t current_time = app_timer_cnt_get(); NRF_LOG_INFO("current_Tick: %02d", current_time...