Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hi all, I am working on a mesh project. I've read Mesh Technology Overview written by Martin and I wonder what will happen if a node receive two or more messages at the same...
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...