Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Here is the link to the image how we set it up: Click Here to See
We are getting a fatal error while running "Master Loop Back" example. We have also tried "SPI Master...
I use the nRF51 chip with a UART communication. I developed a protocol on the UART to communicate with another processor or a PC. Every messages of the protocol have 2 bytes...
I have an arduino connected to a redbear BLE shield.
the BLE shield uses nordic nRF8001 chip.
How could I implement RSC ? (running speed and cadence)
I would like to...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hi!
As a student, I am starting a new project on university. Project is based on beacons idea, so I decided to use Nordic's chip as an MCU.
I am trying to decide, which...
Hey folks,
I am going to join Nordic Developers community, but before I can do that I need your help.
I am quite familiar with software development, however, embedded...
Hello,
DFU issue (FOTA application update fail)
I have a problem when performing Application update over the air , after i change my boot loader.
so when try FOTA...
Hi,
I am using two Android devices with nRF Master Control Panel (BLE v4.0.5) app installed on both. I am using one Android device (Moto G 3rd Gen Android v6.0) as the...
Hi all,
I see that the nRF51 doesn't have a PWM module and a software PWM library is needed. How well does the software module actually run? I've had rather bad experiences...
I have a new nRF52-DK (PCA10040) and I'm trying to make some examples using arm-gcc. With freshly downloaded nRF5_SDK_11.0.0_89a8197 and Makefile.posix modified to point to...
What is the status of I2C pins and GPIO pins in the System OFF mode? Do they float once the SOC enters SYSTEM OFF mode? Here the accelerometer we are using consumes high current...
I tested Auto connect with NRF52832 UART APP(S132 softdevice), and nRF Master Control Panel APP.
I tested with samsung s3 neo and Moto G3 , but it is not working. In which...
I am currently using the watchdog in conjunction with RTX and a softdevice on the nrf51.
I am wondering if the default priority for the watchdog's interrupt works well in...
I am simulating button presses on a peripheral nRF51 device to determine average battery life. I send "button state" to central in a timer every 10s, with which I simulate...