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 use an nRF51822 QFAC A1 and my goal is to disable BLE in a powerdown mode, then when I press the pushbutton I want to restart BLE.
Tried using BLEDevice::shutdown...
Hi,
I'm using nrf52 dk(PCA10040). I want to disable the SAADC between readings to save power. I am calling the function nrf_saadc_disable() to do so. It seems to disable...
Hi,
I am having some trouble to make NFC Tag emulation working with "ble_app_hrs_rscs_relay" example application in the nRF5 SDK v11.0 on a PCA10040 board. Actually I did...
Hi all,
i have a little problem with the #define NRF_LOG.
I have this warnings, and i don't know why.
Warning[Pg004]: macro parameter " VA_ARGS " is used in both expanded...
Hi,
I would like to generate PWM waves with on/off period as low as 10usec.
How to stop the PWM and restart it? I tried this but does not stop the PWM:
void pwm_start...
I am trying to advertise my eddystone UID,TLM and URL frame on advertisement. Here by board is in peripheral mode.
I used radio_notification_init() function where i have...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
It seems like there are several asynchronous things that happen and it's unclear what had proprioty over each other. I assume interrupts asynchronously interrupt everything...
Hi,
I use the nrf52 dk(PCA10040). When monitoring the current consumption of the advertising with the DCDC enabled, we see some current spikes. Why?
Here is two screenshot...
I modified the code of ant_background_scanning_s212_pca10040 to make it works with s310 on nRF5144 xxaa.
The code works fine, but loose a lot of RX packets (more than 80...
Bluetooth device directional broadcast (set my mobile phone Bluetooth device address), I open the phone Bluetooth, will automatically link if you can not automatically connect...
Hi,
The samples for using list are BUFFER = 4, but it does not specify is that is the only size that works, and what value do you place on NRF_SPIM0->TXD.LIST
In my...
Here is a little background.
I have been developing a product based on the S130. I used the device manager from the S120 device since version 0.9 alpha. I was able to build...
Is there a mechanism to notify the application when a client reads from an attribute? For example, I have a large attribute buffer (100 bytes max) with a default MTU size...