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...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
Can someone please explain the below line mentioned in NRF5 Serial port abstraction layer documentation.
Do not use synchronous API (timeout_ms
parameter > 0) in IRQ...
Hi there,
I want to flash nrf51 firmware from another MCU which is connected to nrf51 with UART interface.
I have seen dual bank serial bootloader examples, in that firmware...
Hi,
I know this has been touched on in other posts but I can't find a definitive answer.
I am making a product that sends data from a handheld joystick to a base station...
Hi All!
we are trying to tune Antenna use DTM over UART from examples.
It is works fine for AAAA IC but doesnot for AABB IC.
Why, what's possible problem?
thx...
Hi everyone,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
I need to develop a repetitive task with 10 Hz frequency...
Hi
I am trying to use the serial bootloader to upgrade nrf52 application, but I get verification failure.
I am using nrf52832 with SDK 13.0.0 & S132 SoftDevice v4.0...
Hi,
(1) I look for some methods that suggests is application flag to record. but I set this ble_adv_on_disconnect_disabled = false;. How do I check ble state when disconnect...
Hi
I'm trying to write data to flash and access it via declared const variable.
I can't use UICR because we are on NRF51 and this does not allow to change data in UICR...
Hi All,
I have this problem with using the ESB + Timeslot example from Github .
The interval of the ESB TX Transmit is depended on the advertisement interval I configure...
I am looking into registering product with Bluetooth SIG, and was reviewing this document:
www.bluetooth.com/.../qualification-listing-fees
There I found the item "16...
Hello,
I have an issue with a nRF51822 TWI. I am using the "TWI sensor example application" as a base code.
The TWI module seems to powered, enabled and ready to communicate...
Hi,
I am looking for an illustration of the radiation pattern from the nRF52-DK PCB antenna.
A similar question was asked previously but in this case I am hoping to...
I'm having trouble with the USBD stack, and I've narrowed down my problem (at least one of my problems) to disabling the logging.
For example, simply disabling logging...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
I am working now already a few days on porting my old project from uvision4 (and old softdevice) to the new uvision5 and new softdevice (SDK12). after some strugle I can now...