I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi.
I'v spent the last full days trying to set this up, and I am exhausted. I really am. Never had this kind of feeling in my life.
People from all over this place where...
Hello, the nrfTooolbox app from Play Store runs on my LG K4 phone which has 5.1.1 Lolipop. If I load the Github project into my Android Studio and try to run it on the phone...
Dears,
I am working for an application on [email protected] including PWM, Timer and a few peripheral functions. I was trying to create a timer on timer1 in us tick. The timer...
The UART example in examples\ble_peripheral\ble_app_uart will not connect with SDK 13.0.0. This example was running just fine with v11.0.0 (Softdevice S132 v2.0.0) and v12...
What is the correct RAM size that should be reserved for S132 v4.0.2 shipped with SDK 13.0?
Looks like linker scripts for different projects reserve different amount of...
Hi everybody,
I'm trying to hide some characteristics till the user write the right value to a secure pin characteristic the devise exposes at the beginning.
I already...
i tried add ancs to my project based on s132 ble_app_hrs demo, when i use iphone6 to connect, the uart display as follow,but when i receive a message or a call, the software...
i have an external nrf51422 module, and i can to erase it using nrfgo studio by nrf51 DK, but i can't program it with nrfgo studio , or by keil .
and i can't open the program...
Trying to get the debugger working with Eclipse on SDK 12.2 using the nrf52832. Using the ble_app_hrs example, I can flash the application and the "Nordic HRM" device shows...
Hi guys,
I am experimeting using the experimental_bootloader_secure_serial
example, but I am not having luck with the example code. I tried using the
BLE secure bootloader...
Dear Engineers!
have a questions about the Input circuit of nRF52.
I have to monitor the signal LEVEL from some sensor. The signal can be Positive or Negative current...
Hi,
I have a board with a NRF52 (3rd party board), there is a 32MHz crystal with the correct load capacitors on, but the crystal is outputting 1MHz on a scope (Tektronix...
Hi,
I'd like to output some audio data through i2s. It's quite easy to understand your examples provided on infocenter, however, I can't get my code to work.
Here is...