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...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hello,
I cannot find an example in the current SDK on how to use APP_UART. I do not want to use app_uart_fifo because it has quite some overhead that I do not need. All...
I am using nRF5_SDK_11.0.0_89a8197 to test esb maximum throughput.
in the macro definition of NRF_ESB_CREATE_PAYLOAD,
#define NRF_ESB_CREATE_PAYLOAD(_pipe, ...)
...
On the nRF51, there are 5 OVERRIDE registers (0-4) in the radio module.
What do those registers do and when should they be used? The FRM was not clear about them.
From what I can see the scenario where you have a serialized app running from a separate CPU and how to do firmware update on that is not discussed anywhere on the Nordic...
ToSendTONordic.zip
Hi,
I am using s130-nrf51822xxa. I tried GPIOTE example and it works fine. I tried ble_uart example and it works.When I try to combine both of them...
As of API level 21 BluetoothGatt#requestMtu can be used to go beyond the limit of 23 bytes GATT_MTU_SIZE_DEFAULT. Will the SDK support such enhancements one day?
In BLE notification i am getting 31 byte data but it comes in two packets 20 byte + 11 bytes continually.How do i get last 11 byte data which comes in 2nd packets after 2s...
Hi,
i want to test the Server feature of the Master Control Panel 3.10.0 together with a nrf51 Dongle. By pressing start under File->Server setup the server starts, but...
Hi I have problem with LFCLK timer. In os_tick_init() in RTX_Conf_CM.c there is a loop and it won't end.
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0)
{
Do nothing.
...
gaps.zip
Hi,
I have a code that continuously toggles a pin(I use nrf_drv of gpiote+ppi+timer2 for this purpose and interrupt time = 30usec). I have basically taken the...
I know the things like the TWI allow you to send additional data when you instantiate a transacation. Is there any way to do a similar thing with UART?
I'd like to pass...
Hi
I'm using the PeerManager/FDS/FStorage in my project since a few months. We have this software running on real hardware and on simulated environments. While researching...
Hi NORIC's Engineers:
I am a handware engineer who is from Jetway company in China.
I am sorry for my english skill to descripe my questions about NFC antenna of nRF52832...
Hi!
I'm am working on a project where there I need to connect two nrf51 modules and a phone.
Say: Module A, module B and phone P.
The setup i a bit tricky to explain...