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...
Hi,
In the Getting Started guide of the Bluetooth Mesh SDK it is stated that legacy non-mesh devices can communicate with the mesh via a proxy mesh device through tunneling...
Hi everyone,
I am using the PCA10001 eval board and I have been able to get things up and running using the mbed platform but now I am implementing a timer based interrupt...
Hi All,
I'm currently designing my implementation of BLE Services/Characteristics and wanted a quick review to make sure I'm on the right path based on my implementation...
Hi,
I have couple of nRF52832 boards, nRF5-SDK-for-Mesh (v. 0.9.2) and good will to demonstrate some simple multihop mesh.
I already tested the light control example...
Hello,
There is gonna be a tech tour in my country(Israel) soon and I am planning to purchase 2 nrf52832 Development kits does anybody know if it will be available there...
Hi! I want to use the "cube" animation from android thingy app, with my custom board.
When I scaned in first place I couldn't see my board. It was solved adding the ble_tcs...
Hi,
Is it safe to backfeed some current into the PPK.
I use the PPK to measure the power consumption of a battery powered IoT device. I disconnect the battery and use the...
It looks like the "NRF52-DK" development kit I can find comes with an nRF52832 chip, but I'm looking to get a dev kit to develop for the nRF52810. I did also find a "NRF52840...
Hi: it's me again, sorry to bother everyone once more.
This time I can finish provisioning... almost. You see, at the end of the whole provision process, a function must...
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
Hello,
I was having some trouble communicating with another slave device thru TWI, I was not receiving his ACKs.
So I decided to try to turn off internal pull ups following...
I'm using S132 (SDK 12.3) and I'm trying to perform DFU over the air. The procedure I am using with this device (and failing) is being used on other devices an succeeding...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...