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...
hello,
Every example of nordic is done with only one main.c file , i want to have a
separtate new.c and new.h file and take all the code from main.c and put it to
the...
Hello,
I am using SDK version 9 with softdevice s130 operating as both a central and peripheral. I provide a custom peripheral BLE service, and when it receives some information...
Hello,
I tried to use the example of SPI slave with the sdk 10.0. But I have an issue: the character "Ignored Transaction" is send on MISO pin.
I would like to now why...
Hi, I'm somewhat confused about using GCC, since I don't want to use Keil.
I'm using nRF51 DK.
I see makefiles in the example subdirs of SDK, but I would expect at least...
Hi all,
I am developing a mesh network and i am using pca10001 EK V2.2.0 for nrf51822. Some one suggested this link: github.com/.../sdk-8-support
I did what they suggested...
hi
in my nrf51422 v2 there r one phone that cant detect my nrf and i think its because of the phone because other phone can detect my nrf
now what parameter is important...
I configured nrf51 with MIN MAX connection inverval this way
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(100, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(200, UNIT_1_25_MS...
Hey pro´s,
first thanks for this great community! I´ve read a lot of conntents here, and there is a huge amount of knowledge in this forum!
But since 2 weeks i´ve got a...
Hi,
i did an app, that shows battery level. it's working, and show the vlaue i publish.
The app is the client and Master Control is the server ( the master control connect...
hi
i have nrf51422 v2.
is uart over ble want another microcontroller for send and recieve?
i mean can we send information by uart over ble by itself or i need another micro...
The configurability of the HCI Transport Layer for UART-based DFU in components/libraries/bootloader_dfu/hci_transport/hci_transport_config.h leaves something to be desired...
In the nRF SDK version 11 (specifically, this download ) some functions are either declared or defined to be __WEAK .
I will use app_error_fault_handler(uint32_t, uint32_t...
Hi, I found a bug with weak function declarations in SDK11, using GCC.
app_error_weak.h contains the following declaration:
#ifdef __CC_ARM
void app_error_fault_handler...
Hi Nordic Community and Developers,
I'm a beginner in the RF world and I'm designing a small Bluetooth module using nRF51822 to acquire the RF knowledge and to use it in...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...