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...
Hello,
If I use the nRF51822 with 128KB ROM and I connect to a external flash via SPI.
The SoftDevice and bootloader are stored in the internal 128K ROM.
Is it possible...
Using GATT characteristic writes to transfer data is slow.Is there a cleaner and/or faster way to do faster OTA upgrade?
Also I wanted to upgrade firmware without affecting...
I have set up a 6lowpan test environment and could control the led3 and led4. could u please provide me with a code to read value at p0.01. i want to connect a temperature...
I directly connect GPIO pin with 24ohm resistor as follows.
And I set GPIO pin as high drive,
NRF_GPIO->PIN_CNF[MY_PIN_NO] |=
(GPIO_PIN_CNF_DRIVE_H0H1 << GPIO_PIN_CNF_DRIVE_Pos...
hello ,i use SDK9.0 ANCS project.when I paired it ,it can work normal. it can recive QQ,wechat,message and so on. but when I paired many times, it will be SystemReset.
...
Hi
I am trying to make an activity tracker with very low power conumption with the nrf52. The Idea is to count interrupts from an accelerometer thtat are generated if the...
Hi
I'm testing Buttonless DFU.
I use SDK 12.2.0 , NRF52 and S132.
I succeeded in entering DFU in Master Control Panel (PC application).
I want to do it even on iOS....
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I posted my board before and have fixed the problems another user specified.
I used...
Hello,
is it enough to call NVIC_SystemReset() after I flashed a board so that it returns to lower power consumption? Or do I have to pull out the battery?
Marius
I hope to trigger notification from Bluetooth module into Master Control Panel. I had enabled notification/indication = true. However, when I pressed the button on my module...
Hai
i am able to store one array in flash memmory of nrf51822. but i need to save more than one set of data into flash and retrieve it separately.
how can i save more...
Hello Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...