Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
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...
So I have a remote, a central, and it's connected to my peripheral.
The remote is based on the multilink example.
SDK V11.
I want to press a button on my central and...
Hi, i'm wondering if it's possible to make a GPIO pin trigger different tasks when it is externally driven from low to high, and high to low.
I'm trying to stop an RTC...
I would like to NRF51822 bluetooth test.
It has NRF51822 eval-kit 2EA.
1EA is a Central (dongle role), 1EA want to test the bluetooth interlock with Peripheral.
What should...
I hope this isn't a duplicate of another question. I searched on sd_power_system_off and didn't see anything exactly like this.
I'm creating a new project, based on ble_app_template...
I have the 51822 chips, and want to establish a network with large data volume, I use the S130 now, but the effect is not ideal, so I want try the BLE4.2. Do we have the SoftDevice...
Hi,
For the past few weeks I've been trying to make a small device that would simulate a mouse with Arduino and MPU6050 accelerator + gyroscope sensor. I wanted the device...
created a new BSP PCA10001 from PCA10028 and replaced the CFLAGS += _DBOARD_PCA10001 for uart example in peripheral folder using sdk 10.
Migrated simple_uart example &...
Hello,
I wish to communicate with the chip via SPI NRF51822.
The NRF chip is configured as a slave. Based on the SPi_slave_example code, I can't set to 1 the semaphore...
I configured my system to sleep after inactivity time.
nrf_gpio_cfg_sense_input(WAKE_UP, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
err_code = sd_power_system_off...
NRF51822 most time is in sleep mode.
Each 5 seconds it wakes up to make ADC measurements.
But adc_event_handler force only once, but I want to see it every 5 seconds.
...
I'm new to using the RTT Viewer. It was working fine (all morning). I've only been using the SEGGER_RTT_printf(0, "string %d \n",x); call to dump text and data to the viewer...
Hi,
We are using the BLE keyboard example as a basis for a design and notice strange behavior.
Only change was to create a custom_board.h header for a button press on...