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...
If I want to do a project following.
The central that has NUS service can connect to at least two peripheral .
Two peripheral also have NUS service.
I can receive notification...
Hi Guys, my project requirement is i have to make sure that my nRF8001 should bond with only one peer device. So i intend do a whitelist one peer device address, whitelist...
I'm trying to use 4 pwm by hardware
and 2 pwm by ppi.
It works pefectly purely.
and if softdevice included.
I have to change nrf_ppi_ to sd_ppi_ api.
and got no demo...
hi. As I know, if I want to change my nRF8001 Device name, I have to check "Over the air" and "From application controller with pipe" boxes in nRFGO Studio. in this case,...
Hi,
I want to make sure that the nRF52832 can start working (turn on) with a 1.8V power supply. Therefore I went to check the default value of POFCON register, in which...
Hi,
I got the PWM example code working, but I need only 3 PWM pulses (14usec on time and 34 usec off time). How do I configure the PWM pins to output just 'n' cycles? thanks...
Hello,
I have downloaded the nrf52 sdk (version 0.9.2) and following the steps listed here: infocenter.nordicsemi.com/index.jsp , to run the blinky led example. However,...
hi, i'm looking for layout and schematic (altium ver.) of attatched nrf module (nrf 51822 BLE).
how ans where can i get this ????
actually i need the imformation...
Hi,
For each sdk version there is a release note of known bugs which is good :-)
I guess it lists the bugs known at the time of the release of the sdk.
Are these posts...
Hello,
I am developing in NRF51 with gazelle communication. I specify in project setting (in IRAM) to use full RAM of my nRF51, and use MicroLib. My last working application...
Hi,
I wonder if anyone knows any free C++ compilers for nRF52. I tried the mbed but it is not fully supported for nRF52.
The regular GNU GCC: arm-none-eabi-gcc works perfectly...
We are working on a project using the nrf52832 (SoftDevice s332 v0.9.1alpha, nRF5 SDK 11.0.0) in which we build a library as a hex file and and load it into a known flash...
Hi Guys,
I am using Bluez 5.39 on Ubuntu 14-04 acts a the peripheral by running "example-gatt-server" which creates 3 services and serveral characteristics within it. ...
In a project, I know the Bluetooth address from the machine, also know the phone's address. I want to let Bluetooth devices from the computer and mobile phone side of Bluetooth...
When I use the example of ble_app_uart(SDK : nRF5_SDK_11.0.0_89a8197) to measure data througput ,I find that i cannot get the complete packet of 20 bytes.
The operation is...