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...
my company already have firmware with nRF51 and SDK11
recently, we made new Firmware
watchdog timer feature
so we modified application and bootloader
...
Howdy!
Before I break out the Segger JTAG, I thought I would try nRF Connect DFU upload. As I had a failure on OTA update there was not issue about being in DFU mode. However...
In this file: components/libraries/cli/uart/nrf_cli_uart.c
The function as defined:
static void uart_error_handle(app_uart_evt_t * p_event)
{
if (p_event->evt_type...
I have been trying to find a document referenced here 1 .
The reference reads as follows:
For more information on both modes, see sd_app_evt_wait and the nRF5 Series...
Hello there,
Finally received my 2 DK's after developing my other 2 custom PCBs and not knowing how to program them without the arduino IDE and now I'm struggling to program...
There seems to be a bit over a bug with the freeRTOS example. If you add the Scheduler to the BLE thread, Scheduler events will always be one event behind as there are only...
I am attempting to create a packet sniffer for an openthread application. I intend for it to run by sitting on the network and processing all packets with the coap_deafult_handler...
Hello there,
my goal is to wake up via NFC from POWER_OFF Mode (sd_power_system_off). Then right after the nfc wake up sending some information (e.g. UUID) via the NFC...
As a I2C master, I need to be able to read some data from a slave device the length of which I do not know beforehand. First byte I receive from slave is a packet type and...
Hi,
I want to estimate the battery life of my nRF52 device operating on a battery of capacity 800mAh. Device will advertise once in every 10sec with an advertising interval...
I print every 500ms. Here are the last few
timers:INFO:millis 510500, cnt 16728087
timers:INFO:millis 511000, cnt 16744474
timers:INFO:millis 511501, cnt 16760868
timers...
Hello,
I have measured the current consumption of the timer example of SDK13.0.0 with PCA10056.
With timer prescaler set at 16MHz i have 1.28 mA
With timer prescaler...
Hi, I got nRF52 DK PCA10040 device(s132) and follow the steps from devzone.nordicsemi.com/.../ to use arm-none-eabi-gcc(version 5.4) to build examples like blinky. I can successfully...
Hello,
I was wondering whether or not it's possible to achieve a data rate of 160Kbps using BLE4.2. According to what I have read on this nordic blog it should be feasable...