I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello, I'm working with the NRF6310 Motherboard and play with it a little with SDK 6.1, but i want to create profiles with the Bluetooth Developer Studio, so I started using...
I download "nRF5_AirFuel_SDK_2.2.0_7b89a57" and use "ptu_app_beacon" development, I am currently using "nrf51822-QFAA" and "nrf51822-QFAC", how do I set up IROM and IRAM?
Hello iam using softdevice 110 and SDK 10.0.0, Iam trying set tx power of nrf51822 using function sd_ble_tx_power_set(), i have tried 0dBm and 4dBm both are giving same RSSI...
wqewqeqwe.PNG I want to program the nrf52 chip using J link Edu -SWD mode. I actually connected the SWDCLK, SDI, and Vtref and GND of Jlink EDU programer to SWDCLK,SDI,3.3V&...
I have written a simple implementation for using the ccm module with mesh. It encrypts and decrypts as it should but when enabled the processor makes a soft reset. It happens...
I have not gone into much details of 51822. while interfacing BLE to any MCU, Is it possible to add interrupt lines from BLE module to MCU to receive interrupts in MCU. Like...
hi:
In my extent application, I would like to save other data which is got from BLE to flash memory with different parameter(block size, block count) using pstorage. Could...
Hi Engineers!
have a question about V/T/QFN package version instead of AQFN.
We prepare our PCB (China) for mass production so, need to understand possible packages...
I am following the example at infocenter.nordicsemi.com/index.jsp
The following line is giving me the error "Error[Pe065]: expected a ";":
NRF_QUEUE_INTERFACE_DEF(uint8_t...
Hi all
I'm working on a custom board using gcc and eclipse.
My primary problem is I'm fighting with the ld settings for the secure bootloader.
I activated the RTT which...
Hi,
I want to write calibration and configuration datas in to flash and read it back. By using sd_ble _flash_write API function , I can write up to 520 words(520* 4 bytes...
Hi, all!
nRF51822 had been used in my project, because of dual bank bootloader and softdevice, the
internal flash memory was not enough for the application. I want to...