Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
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...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I m using two Arduino pro mini(3.3v,8MHz),nrf24l01+ modules, when i first used those modules they worked fine they were communicating well(used the program from here arduino...
Req: I am using nrf52 EVK kit for our project and project involves capsense , vibrational motor / sensor and accelerometer (to be used in future).
Question: so what profile...
Hello,
I use nrf51822 as peripheral and after connection with central module(nrf51422 dongle) I want to set a period(10 s or more than 10 s) in which Softdevice will have...
Hi,
I have already read several posts and articles about how to maximize data throughput on Bluetooth Smart (like sending multiple Notify packets with 20 bytes of data...
Hello,
How can I port the code written for nRF51 to nRF52 in Keil IDE.
Also, I see that Keil supports nrf52 but does not provide device specific software packs.
Is...
I want to use the automated test function of the master control panel.
I want to test the device information service and wrote this xml script to connect to the target...
Hi there,
How could I receive a large data from phone, example 120 bytes from a characteristic. So far I was able to receive 20 bytes.
From the working code of 20 bytes...
Hi
Try to send characteristic notification by invoking sd_ble_gatts_hvx() with the following parameters:
uint32_t err_code = NRF_SUCCESS;
ble_gatts_hvx_params_t params;...
I do run the “nrfjprog --pinreset”,later, the nrfjprog can not find the nrf51 device,WHY?
the nrfprog version is V5.2.0,
I use nrf51822qfaa,s110,keil,etc.
Hi, Guys,
I have a question about chip operation temperature. Will the chip auto reset when the temperature over 75 C? I checked the nRF51822 product specification v3.1...
I would like to learn more about when it is safe to invoke soft device methods and when it is not. For example, are the following 'allowed' to make soft device calls to update...
Update to below: I get data out of the VCP and into Termite for a sub-second when I first power the board (with handshaking enabled), then I get no subsequent data (even though...
Hi,
I have just received a bunch of N550 modules and now I want to try and see if it is possible to update the firmware of these devices without using a JTAG.
If I understand...
I wrote my own ACI interfacing code, so I have questions about some details of the data credit system that most devs may be insulated from by the Nordic SDK.
Section 25...
Hi All,
I was wondering if it was possible to program the nrf51x22 in c++? I am using Keil and I'm trying to convert the examples in the SDK to CPP by adding --cpp to the...