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,
I am trying to use the indication to transfer data from NRF52832 device to host. when the indication transfer was comfirmed by host, then we can receive the event ...
Hello,
I would appreciate if anyone can share detailed steps how i can program a custom build PCB with BMD-350 from BMD-350 Evaluation Kit using J-Link OB Interface.
Hi,
I wrote my own nRF24L01+ library for my AVR AtMega2560. I used the datasheet and the widely used Mirf library as my guide. I am happy to say I got it working. I have...
I have a new PC (running 64 bit Windows 7) and am having issues after install nrfgo studio. I had it running previously on another windows 7 (64 bit) machine with no issues...
I noticed that there can be three SPI instances (SPI0, SPI1, SPI2) for the nRF52. Is it possible to have three TWI instances? We have a sensor network that requires 6 of the...
i have used 52832 for pdm clock generater, but i just can set the frequecy to fixed such as 1.032 MHz,1.067 MHz.., if i want to set the frequecy to 1.050MHz, i can't come...
Hi,
I am trying to run LWM2M support based on Contiki OS (contiki/examples/ipso-objects) on a NRF52 (PCA10040) development board. I can successfully build (make TARGET...
I see Nordic release pc-ble-driver 2.0.0 some time ago. I'm using 1.0.0, before I upgrade to the new version, I'd like to know what's new in it....could not find any list...
Hello,
I am using nrf51822 SDK11 S130.
I am using my custom design board which is powered by 12V. The nrf51822 is provided with 3.3V. I used 27k and 9.53K resistors in...
Hi,
I have two nrf52832 boards. One as mater and other as slave. I'm trying to develop a communication between master and slave through ble. Also i need to connect the master...
Hello, can someone tell me how I can change this, as shown in the picture?
Strangely, I have already selected the proper target device, as shown in this pic:
What...
I want to use UART to read GPS data while advertising.
After I add uart function to ble_beacon_example, UART API app_uart_get() always return NRF_ERROR_NOT_FOUND.What can...
Hi,
Can Anyone has experienced with nRF52 PWM clock generation ? I am trying to generate 8-Mhz clock out of GPIO by configuring it for PWM module.. But so far I can get...
I have taken ble_app_ancs_c_s130_pca10028 example of sdk11,s130 version 2.0.0 and i integrated Alert Notification Service,DIS[device information service] and DFU... Device...