I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...