Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...