Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hello
This is sumanth. I am working on implementing battery model in light switch program(mesh), I enabled the battery model in client and I would like send the battery...
Hi, in the documentation for this module there is no stencil design specification or recommended
reflow profile. My earlier experience of LGA-modules says I really need...
Hello,
I want to get the IP address of a CoAP request source (server). According to me, it is close of the objective of the client / server pair mechanism example. So...
Hi, I'm having problems negotiating DLE with a nRF52840.
I'm sending a LL_LENGTH_REQ (251 octets and 2120ms time) to nRF52840 from an ESP32.
According to the spec. those...
Hi
I am using nrf52832 dev kit.
I have configured my device to act as peripheral. i want to discover services offered by central devices whichever connects to my device...
I am trying to use the PA/LNA using the pc-ble driver. To do so, i need to configure GPIO and the softdevice. I found examples:
https://devzone.nordicsemi.com/b/blog/posts...
I'm wondering about how the notification queues are allocated when setting hvn_tx_queue_size using ble_cfg.conn_cfg.params.gatts_conn_cfg.hvn_tx_queue_size.
If I set it...
\components\iot\socket\api\socket_api.h contains a definition for 'struct timeval' that conflicts with \arm-eabi\sys-include\sys\_timeval.h
It creates a conflict with including...
Hi,
This thread discusses how to change the Makefile to interact with the Segger Systemview ( https://devzone.nordicsemi.com/b/blog/posts/instrumenting-with-segger-systemview...
Enabling or disabling notification on Client does always lead to an update of local database of Server by writing to its flash memory. Particularly NUS requires enabling of...
Hi,
I'm following this tutorial . In challenge 1, I was asked to change the transmit power level of the device.
Challenge 1: Try to add and populate the "p_tx_power_level...
Hi,
I am trying to integrate some ble code into my project but it keeps giving me errors like:
Error[Li005]: no definition for "ble_advertising_on_sys_evt" [referenced...
While developing code for our custom board, we ran into a filesystem corruption issue with fatfs+qspi block device and multiple directories. We were able to reproduce the...
I have problems running the ble_app_uart_pca1004e_s112 on a custom nrf52810 target devivce. The custom nrf52810 target is a custom board with the Rigado BMD 330, which is...