if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
I'm trying to download a largish file (~167KB) via HTTP/TCP/IPv6 but the modem crashes every time around the same point during the download. It's spits out error 122, which...
Hi,
I just ran into a strange issue and traced it back to a KCONFIG problem... It seems that if I have BOOTLOADER_MCUBOOT and SECURE_BOOT configured "y" I end up getting...
Hello,
I' have problem with CMAKE and Zephyr in VSC. Please, see following error:
[main] Building folder: blinky_13
[main] Configuring project: blinky_13
[proc...
hi,all
I Need add many characteristic with notify in one service,and I wish it can send notify to the phone once the phone enable cccd.
1.tx_handles can work,buf rx_handles...
Good day,
I am developing app by SDK 17.1.0, including ble_nus and ble_hid, I would like to imply fuction to switch between ble_nus and ble_hid, due to some difference configuration...
Hi!
I am trying to subscribe to the power management events that correspond to the following log lines (which I can clearly see in the log):
I have been trying with this...
Hello All,
I'm currently now on the initial phase of development and i wanna to stream 2xIMU data through SPI as for now if i connect only one IMU as Follow
P1.15 SCL...
Dear all and Nordic Staff:
I am learning about dynamic multiprotocols and found examples of dynamic multiprotocols for Thread and BLE in the "nRF5 SDK for Thread and Zigbee...
Due to the system design of our products, I am going to need to sideload any firmware update binaries. That is, my application code will handle receiving the update through...
Hi
I am using ncs v2.3.0, mesh chat example
I have used CONFIG_BT_CTLR_TX_PWR_PLUS_8 =y , and it works quiet well, now how can i implement CODED_PHY (long range) in this...
Hello,
I came across a Nordic Q&A discussing a sample called hci_uart_with_usb_uart_bridge in this post . I have searched in the v1.0.1 tag but couldn't find the mentioned...
Hello,
I'm attempting to establish communication between an nRF52840 and an nRF9160 on the nRF9160DK using LPUART. Initially, I tried using the interrupt-driven mode, but...
I get the registration "parse_cereg: LTE mode not found, error code: -22" error,when try to connect to LTE network in china shenzhen.the hardware is custom use nrf9160 chip...
sdk 2.1.0
nRF9160
Hi, I need to parse a JSON file and for that I'm trying to use zephyr's json.h library. Based on the automatic test file I built a piece of code for...