I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
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...