I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hi Nordic Community,
Could you please tell me what is the antenna reference design used in the nRF51 DK? and why a lot of BLE development boards (like Redbear BLE shield...
Hi everybody!
Im trying to implement slave spi to bluetooth bridge.
In short, when cs line goes low, i want that one handshake line automaticaly go in busy (high) state...
Hi,
I'm using the nrf52 and in my application I need to sample a sensor after applying an IR pulse; the pulse length influences the sampling thus cannot be disturbed by...
I think this is a rather common problem:
I want to expose a couple of variables from my model code (members of structs) as characteristics. Is there a simple and elegant...
Hi
Question
What is the risk/chance that future revisions (>2.0.0) of S130 will be incompatible with the setting UICR.CLENR0 = 0x1C000 ?
Background
Today we would...
Hi,
I need to wait for a period of 7.5ms whilst my I2C sensor completes a measurement, I am currently using the nrf_delay_ms function however I am looking to optimise the...
Hi
I'm trying to explore the nRF52-DK kit.
I downloaded the demo : www.nordicsemi.com/.../heart_rate_demo.zip
Dragged and dropped the hex-file to the JLINK drive thats...
Hello,
I am utilizing an accelerometer sensor and communicating with it using TWI (I2C). I have both a development kit (NRF51-DK) and the Beacon (nRF51822-Beacon). I can...
Hi all:
Below is my source code for SPI master.
However, the handler is not triggered ...
Is any setting I missed?
Thanks...
void spi_event_handler(nrf_drv_spi_evt_t...
Hi,
I am using nRF51822 BLE nano with mbed IDE. I tried to set channel so that i can achieve the desired frequency for FCC testing i.e. 2402MHz,2441MHz and 2480MHz .I am...
I am looking at the ble_app_hrs_c example (with the s130 soft device on pca10028 dev board). I have set the m_scan_mode to BLE_WHITELIST_SCAN to enable whitelisting. In the...
I have implement the systick with the idea to use it for delay functions.
The systick is running normal if no BLE Events occur, but during a BLE event it seems to be stopped...
Do conditional breakpoints work in Keil uVision5? I open the Breakpoints window and see:
If I set count to any value, I application still breaks on the first pass. When...
Hi
I have problem make the examples in the SDK 11. I get at "No rule to make target"
C:\konskimo\NYII\Spec\nRF52832\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blink...