Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
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...
Hi Team,
Got a high current issue with uart from customer.
When the nrf_serial_init() is called and the uart is configured as dma mode(used as UARTE), the average current...
Cheers, again!
Our project uses an array of different modules, many of which will need to make use of the TWI manager. I've been able to create the manager successfully...
I'm working on a custom BLE keyboard (starting from the ble_app_hids_keyboard example, S132, seeedstudio nRF52840-mdk board, SDK v15.1.0).
The system is configured to wake...
I am developing on RAYTAC MDBT50Q-DB board.(nrf52840)
I measured current comsumption on RX mode.
with DCDC: about 8mA
without DCDC: about 11mA
datasheet written...
I am working on a LIN slave.
I have working code on an Atmel 2560, just porting it to the NRF52 now. The complication I am foreseeing is that on the Atmel part I could...
i'm using the sdk only for ble serial data transfer, which i'm not using for this pwm test
all code talks directly to the hw registers
those are some code snippets to...
Hi, There are some older comments. Since situation is changing fast and I am un-sure if these comments are out-dated or not.
ROM size. Some comments said 51 is small...
I'm using nRF connect 2.5 on PC and the latest Android app on a Pixel phone. My firmware is based on SDK 15.1 and soft device 6.1.0. I am using nRF52840-DK boards.
My firmware...
Hi,
I would like to know if the nRF51822 chips come with their own valid IEEE address of if we must buy an OUI and generate our own addresses for use in final products...
Hello,
I propose theses evolutions in nrf_bootloader.c, it allows to use gpregret and gpregret2 for other things:
(nrf_power_gpregret2_get() & BOOTLOADER_DFU_SKIP_CRC...
Hello,
I have questions about Thread protocol:
- Can i ask to network the ID of the last point used to connect a sleeping device ?
- I have a great area to cover so...
I'm trying to develop a beacon application where I dore to read the battery level.
I installed the Segger SES development environment.
If I use the example \examples\ble_peripheral...
I tried to follow the Video on how to use Segger (on this Page. www.nordicsemi.com/.../nRF5-SDK)
for nrF52832, but I get errors when building the Segger Solution: C:\User...
I have an application where I need to be connected as peripheral in 1 connection and as central in up to say 10 connections simultaneously. I posted regarding connection event...