I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hello,
I have a project which is currently using S110 SoftDevice v7.1.0 with nRF51 SDK v6.1.0. The hardware is nRF51822 xxAA revision 2. It will probably be upgraded eventually...
Hi,
I intend to use ANT protocol for an application of soccer players trackers.
Each soccer player would wear One master and remote sensors communicating with ANT.
But...
Is there a way to know if we are in critical region?
ie: between sd_nvic_critical_region_enter(&foo) and sd_nvic_critical_region_exit(0) without explicitly using a global...
Hello,
I'm using nRF8001 with Arduino for our project. I use BLEeripheral. h and I need to know if it's possible
with the visibility of NRF
when invisible can nrf...
Hi,
everyone,
I am new with the uvision IDE.
Can anyone tell me how should I supply source and header file to project so that my header files can be access without relative...
I'm curious. I believe I can set it up in the keil "options->target" tab.
I get it that as long as I don't cause the softdevice and my program to "overlap", it is fine...
Hi,
Everyone,
I am using ble_app_uart project to start with . I added tps service by checking BLE_Services->ble_tps in Manage run time environments.
And changing some...
Hi, all.
I use nrf51822 complete to scan devices, with nRF51_SDK_10.0.0 and s120_nrf51_2.1.0. When in scan state, the scan window is 50ms, and scan interval is 100ms. I get...
Hello,
I read somewhere on the forum that S120 can support upto 8 ATT server instances (Central + Server configuration). Is there an example project that shows how to maintain...
The nrfgo Studio installed on my win7 comp crashes every time after a few seconds into the programming interface. Just installed Jlink 5.10b driver, seems to be having major...
I'm running a BLE Free rtos example code with the UART service example code.
I noticed that after 3-5 minutues of advertising the BLE service it stop advertising...I'm...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
When I add CFLAGS += -DENABLE_DEBUG_LOG_SUPPORT to an otherwise unchanged Nordic demo based on gcc, I get these errors everywhere:
../../../../../../components/ble/device_manager...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...