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,
I wrote a very simple program which compare the analog reference input 0 (P0.00) with AIN0 (P0.26) and generate an interrupt on cross using Low Power comparator on...
Could you update the ble-app-lbs example for SDK 7.1.0?
github.com/.../nrf51-ble-app-lbs
I haven’t been able to get it work.
Since the led_char_add() uses these setters...
Is there a limit to the number of characteristics per (custom) service?
After some testing, it looks like 20 is the maximum (21 causes the device to stop functioning) ...
Hi All,
I am an electronics engineer but new to nRF51822 programming. I have used the PCA10000 & PCA10001 using Nordic SDK, using nRF Studio etc. In nRF Studio, you can...
I'm using SD110, and in my application I have an array of 64, 32-bit integers.
Typically, the client will only need to read 1 of the 64 values, or write to one of the 64...
I'm just getting started with the nRF51-DK, and I'm still confused about which SD I need to load, and which roles I need to support aka GAP and GATT.
My end application...
Hi,
It seems to me that pin assignment and package is the same for both nRF chips. Can I solder nRF51422 chip instead of nRF51822 for ANT testing purposes on my PCA10004...
Hello,
I have a custom board (was built using the Nordic schematics provided with the Smart Beacon Kit). I am using J-Link LITE to try and program the board.
The board...
Today nRF Toolbox App on my Android 5.0 phone is only recognizing HRM code running on my nRF5182-mkit, not other examples.
Today nRFToobox and nRFUART2.0 Apps both...
Hi,
I hope use nrfjprog.exe to do following things:
HW: nrf1822
download s110 6.0
download bootloader
download firmware
write some values to certain addresses...
Hi,
I've tried to search the documents and the forum for an answer to my question, but didn't have much luck.
We have a custom board that uses a STM32 micro and nRF51822...
Hello,
I am currently trying to find out how the BLE devices keep their connections in sync. According to the spec, the peripheral can have a slaveLatency of up to 32s...
Is it possible to run Master Control Panel and the PCA10001(or the J-Link lite) at the same time on the same PC, or will that cause problems? I guess I could simply try it...
Hello, Can anyone point me if the nRF51 Dongle can be used for connecting the device with an Android mobile.
Have used this dongle for connecting with PC opening COMM port...
Hi,
When pointer the p_conn_params of ble_conn_params_init_t to NULL for ble_comm_params_init(),
the connection will be disconnected fast automatically, test with the...