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...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi,
I have got new nRF52832 custom board. I am able to send AT commands and getting responses. After that i tired programming ble_app_uart Example and it stuck at ble_init_stack...
I take the TWI master example of nordic, and try to build I2C read API that can be use from otherr places.
The function look like this
uint32_t Serial_read_2BytesReg(uint8_t...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
Since writing to the softdevice...
I am a bit confusing about this two mode settings. We plan to use MODE=BLE_2MBit on both TX and RX sides as it can give us about 2dBm sensitivity improvement on the RX side...
I need to transfer data from my ADC (analog to digital conv) on a custom made, nrf52 PCB to a mobile app via bluetooth. For this I integrated my working SPI data transfer...
/** * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are...
Hi there:
I'm now developing a product with 51822 using the SDK10.0 . The product communicate with another chip through UART.
My problem is when the UART crash with error...
Hi all,
I have an application where I have a mobile app that communicate with up to 20 BLE devices. The BLE devices are RGB LED lights with push buttons and a sensor. I...
Hi.
I'm trying to use nRF52 as TWI slave.
I am using Segger Embedded studio for the coding part and nRF52840 PDK.
I wanted to use TWI between the nRF52840 board and...
Hello Helper,
I am currently running ble_app_uart on 2-3 nRF52 dongles that acts as a node and ble_app_uart_c on nRF-52 DK that acts as a central. While establishing different...
hi:
App <lightblue or nrf connect> (ipone6) connect nrf52832 failed .But using Android won't cause this problem.
Here is the log that failed to connect lightblue...
Hello,
I am using my own board with the NRF52832 device.
I currently have a NRF DFU bootloader programmed and soft device. I used it to download my own App using the NRF...
Hello everyone, I am starting with the NRF52840 dongle. I intend to use it for a Uni project because I'm gonna use it later for work (new product). Since we're using STM32...
Hi everyone! I'm a beginner with BLE. I'm trying to test Eddystone beacon. I'm successfully run "ble_app_eddystone" example in NRF52 SDK, and I also successful connect to...
We are doing some rapid prototyping using PCA10040 boards. I have a bench-top setup with a PCA10040, and some sensors. We want to place our sensors on an Arduino shield, enclose...