Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
In the nrf_drv_gpiote in SDK 11.0, I can only find a function to get the address of the out task for a gpiote channel. Shouldn't there be a similar function to get the addresses...
I am working on nRF51822 ble_app_bps and I want to use Estimote SDK to monitor beacon on the background.
I also changed UUID, Major, Minor value: UUID.fromString("00001810...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
Hello Nordic Support Team,
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. Since there are more than 7000 devices...
I'm trying to get the default SDK v12.0.0 BLE App UART running with SoftDevice S130 v2.0.1, with minimal customization (I just enable the Peer Manager module in sdk_config...
Hello,
I am using i2s through the driver : "nrf_drv_i2s". After playing a song, I have a residual current consumption about 1mA unless I call nrf_drv_i2s_uninit every times...
Hi everyone!
I flashed an application with the help of DFU bootloader. The application runs for the first time . The application contains a service that lets the application...
Has anyone had the problem recently of trying to make or debug from within GCC and hitting an exception immediately? I believe I picked up an update to Eclipse because after...
Hi, I'm using SDK12 and I'm trying to implement button debouncing. I have initialized one of the nRF52 board buttons using app_buttons.c. In the infocenter I read that debouncing...
Hello,
I am using ble_app_template project. I want to add uart in this project. So I am referring uart project from peripherals. Now in ble_app_template project under nrf_drivers...
Hi,
recently I experienced a strange behavior on the nRF51 chip, that is at a certain point some gpio lines remained held high, even if the firmware set them to low (both...
I clone the repository on GitHub, which is the accompanying code for the Application Note nAN-36 "Creating Bluetooth Low Energy Applications Using nRF51822", in the nrf51822...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards. I want to check my runtime. So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Hello all.
I am now making a central device to control a peripheral device.
The Firmware of central device is supposed to be updated by Smart Phone, like iOS or Android...