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...
hi,
i am using nrf52832 devkit and max30208 temp. sensor. i am not getting updated data. iprefer this link for i2c address.( https://os.mbed.com/users/cyberjoey/code/OT07_I2C_GUI_Firmware...
We are implementing a protocol using the softdevice s140 multiprotocol API. The protocol is always listening, but occasionally transmitting.
To manage this setup, we request...
Hi,
I am exploring the idea of removing the JTAG port from the PCB to make it difficult to maliciously change the firmware on the field. I have the secure UART Boot-loader...
Hello
I am developing a firmware for nrf52832 using buttons like if I continuosly press my button for 6 seconds it will go to active mode from sleep mode and have been using...
Dear sir,
I have a light sensor connected to P0.04/AIN2 on 52820. How can i get the change of voltage?
I use the COMP, and has enabled COMP_ENABLED in sdk_config.h, compiled...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
We have a standalone application with no SDK integration. We would like to have the possibility to do OTA Updates via BLE and maybe introduce BLE support later on.
So for...
Hi,
I am trying to run IPSP example from nRF Connect SDK 1.4.2 IPSP sample (v1.4.2\zephyr\samples\bluetooth\ipsp). The "ping6 -I bt0 ff02::1" command is working fine but...
Hi, I am using the nRF52840 DevBoard with SDK 16.0 and Mesh SDK 4.1 and am building on the light_switch_client example.
I am trying to change the publication address by...
Hi,
I'm using nrf52 with s132(v17.0.0).
When I connect nrf52 with my phone, there is error like this picture.
And, the code is
When the buffer is filled, then...
Hello.
When I use NRF_SAADC_INPUT_AIN7 in SAADC, I get an error in calling nrf_drv_saadc_channel_init(). Looking at nrfx_saadc_channel_init() in nrfx_saadc.c, it seems to...
Hi,
In order to determine signal strength we parse the AT+CESQ response and regularly get +CESQ: 99,99,255,255,255,255 (the final number being the strength), but the connection...
Hi,
1、If I want to devlop zigbee with nRF52840, whether the only one sdk series is `nRF5_SDK_for_Thread_and_Zigbee_xxx` ?
2、Can BLE coexists with Zigbee in a nRF52840...