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...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...
I am using the mbed compiler.
When I produce code using the "App with Bootloader" option, I can do FOTA updates and my code runs fine, as long as I don't enable the ble uart...
Hello together,
we are running the DTM in different modes to check the module (nrf52832, sdk 5 version 11). The carrier test gives us a current consumption that meets the...
Hi
I try to program Insight ISP 130301 with a hex file, which works on nrf51 PCA10028. Unfortunately, it doesn't work. I try to loop for each pins and set it's state, and...
I'm trying cominicar me through Termite between the application plate (nRF51-Dk kit) and a device that supports BLE, but the connection between PC and the kit application...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi again, I posted earlier in another post that my writeCharacteristic is responding with status 6.
Details:
Android version: 5.1
Nordic device: nRf51822 S110
I have...
Hi
I want to use nrf52 LATCH register.
I can see the correct bit set in the register, but I am unable to clear this bit.
I have tried NRF_P0->LATCH =0xFFFFFFFF; for my...
Hello
I am doing a PCB design using nRF51422-QFAC chip. I did based on nRF51-DK but now I would like to change for a SMD antenna (2450AT18A100 from Johanson Tech.) instead...
Hi ,
I am working on one application in which i need to stream the ADC values over BLE to the mobile App. This should happen at very high rate i.e. 1000 samples per seconds...
Hello,
I'm trying to do something like ibeacon where data is pushed to any device listening, but I want to update the advertising data from raspberry pi 3 since it supports...
Hello,
I am working on an application where the nRF51 acts as both central and peripheral. The device is in permanent connection as peripheral while scanning for other devices...
Hi
can ESB be considered RealTime transfer as soon as it has it's timeslot?
Outline of use-case:
Device advertises existenace on BLE
If there is data waiting...
I am trying to implement a REQ line protocol over GPIO to signal to the Master when it is ok to receive data. Basically, I want to pull the REQ line high when the nrf51 has...