Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
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...
Hello,
I'm developing a BLE application using nRF52 based on SDK15.2 using Sofdevice S132 under Windows.
The nRF52 is used to send data in notification Format. In...
hi....
i am using nrf52832 and peripheral device , microcontroller should run continuously , nrf should be in turn off mode and it should turn on when the data need to send...
Hi all,
We are using nrf52832 board in our product. We used serial dfu method to upload the bootloader. Its done with help of nRFgoStudio application.
We want to know...
Is achieving a data length of 251 possible in SDK 14.0.0, SoftDevicve S132 5.0.0 ? I tried updating my GATT table to 6000 bytes and my NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 251...
Hello all,
I would like to know if anyone is willing to share nRF drivers for ADS1298.
There seems to be a Github repo containing drivers for ADS1298 with arduino.
Has...
hi engineer: I use the software version: SDK15.2; the hardware IC is nRF52832; the protocol stack is s132_nrf52_6.1.0_softdevice; when I add "init.advdata.p_manuf_specific_data...
Hi,
After configure IO and RTC I tried to enter into low power mode however the current consumption doesn't decrease until I call again __SEV (); / __WFE (); / __WFE ();...
I am working on a project where I need to transfer the data from nRF52832 to ESP8266 through UART. I made the connections RX to TX and TX to RX.
I am using ble_app_uart_c...
Hello.
I am testing example 'usbd_msc_pca10056' of ' nRF5 SDK v15.2.0 '.
I don't realize how to change the size of the 8 MB mounted device with QSPI from external flash...
i've done nRF5_SDK_15.2.0_9412b96 saadc example.
i changeed channel_config like this
nrf_saadc_channel_config_t channel_config = NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
Hi,
I have a nRF52840 DK that I want to measure sleep current on, but I find it a bit confusing with all the switches etc. After reading through the documentation I have...
I have a Rigado BMD350 dev board. This has the NFC tag antenna included. I am just trying to get the example code to work on any of the NFC examples. I can't seem to get any...
Hello everyone
i have question
i'vedone nRF5_SDK_13.1.0_7ca7556 SAADC example.
but i can't find where these print statements are come from
Anyone can tell me where...
Hi all, I'm testing ble adv packets loss rate. I am using a simple scanner example in nRF52832 (Softdevice v2.0.0 & SDK v11), the scanner works in passive scanning, no whitelist...