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,
Is Bluetooth 5, capable to communicate with BLE devices as well as classical BT devices? I think this dual capability is called smart ready.
We are planning to...
Hi,
I can program our old Nrf24LE1 boards with Nrfgo Studio, but when I tried using Nrfgocli command it fails to connect to
the board. My motherboard is set to number...
I noticed that CMSIS Configuration wizard expects values in HEX and converts them into decimal in the sdk_config.h file.
e.g. for SEGGER_RTT_CONFIG_BUFFER_SIZE_UP. I entered...
Hello there, I am using nrf52840 The mark is: N52840 QIAAC0, SDK: nRF5_SDK_15.0.0_a53641a, SD: nRF5_SDK_15.0.0_a53641a, I used the BLE ANCS routine and encountered this problem...
Hello,
We have a custom board based on nRF52832. The problem is that when trying to run basic example Blinky (examples\ble_peripheral\ble_app_blinky\pca10040\s132\arm5_no_packs...
Timer interrupt does not work well. In the code below, LED doesn't turn off and "interrupt!" message is not received. I really appreciate it if you give me any advice.
Hi Everyone,
I want to make a program code to establish the connection between MCU(nrf52832 chip) and accelerometer.
What are the conditions required? and i need some...
I'm using nRF52840 with SDK 15.2, and SD backend for Flash storage. I try to implement a verifiedWrite() method to write to flash. And it work most of the time, but fail sometimes...
Hi,
Is it possible to find comparison on the power consumption when running the internal DC/DC converter at 1.8V and 3.3V?
I have an external SD-card that needs a lot...
In the documentation for the s140_nrf52_6.0.0 I find the following statement: "The PPI channels and groups that are reserved by the SoftDevice when enabled are defined in...
MCU: nrf52840
SDK: V 15.2.0 porting with nRF-IEEE-802.15.4-radio-driver
problem:
ble_nus_data_send function sometimes returns BLE_ERROR_GATTS_SYS_ATTR_MISSING error...
Hi,
I am currently updating a firmware from SDK 12.1 to SDK 15.3 on a custom board using a nRF52832. Application itself has been upgraded and works well with Soft Device...
In the use nRF5_SDK_15.2.0_9412b96\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay,PCA10040. 1.Remove keys and leds from BSP。 2.Delete analog HRS timer...
hi all:
My project need 4 devices communicat with 1 host ,all use nrf51822 chip,is it possible?Now i have a problem ,when the third device communicate with the host ,will...
I have been doing some testing around DFU and I have noticed something strange.
My application size (according to nRF Connect memory read) is about 78 kB. (Left Image...