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'm trying to interface a SD Card with nRF52840 DK.
I've got a SD Card socket and a FAT32 formatted 8GB sd card.
When I run, fatfs example , I get following...
hello,
i am using nrf52840 in our customised board with sdk 15.2 and trying to achieve long range with coded phy using long range demo example as base now i could be able...
Hi,
I have two boards NRF52840 DK and I wanted to use example for BLE Central&Peripheral NRF Relay. I have just run example with Heart Rate peripheral and I can see that...
Hi there,
When I program my nrf24le1 in Keil uVision, I notice that when I load the program to the flash memory of the connected motherboard6700 with the nrf24 radio module...
I have downloaded the Kiel and uVision file (the nrf Probe) found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series and have gone through...
Hi,
I am using Keil 5 (downloaded with this link: https://www.keil.com/demo/eval/c51.htm ) and have downloaded the nrfProbe to this file. This is being used to program...
Hi, I am try to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial
I have tested the code and bootloader. My query is
Without...
When I run the "ble_app_blinky_pca10040_s132" example from SDK 17.0.2 and 15.2.0, right after Connected I'm seeing that device is Disconnected from device.
I tried with...
We need to programatically (on the Raspberry Pi using Python) send and receive characters to and from a smartphone using a custom service over BTLE. I have used the blinky...
I am trying to communicate with my IOT using wired uart serial port. I am using 840(MCU) (with softdevice #113).
code:
My Issue: Each time I am trying to run it while...
Hi,
I am trying to reduce the consumption of my Thingy91 device in idle mode. I am working with NCSv1.3 and the example asset_tracker. I am currently registering 0.60mA...
In our NRF9160 application, we do not have a UART available and have to implement other means of logging crashes.
We have written our own k_sys_fatal_error_handler but it...
I am using a generic nRF52 dev board with the Arduino nRF52 core . I am trying to get a sample BLE service to display, but it cannot find it on my BLE scanner. After I couldn...
Hi,
I am trying to read read all nearby base stations' Cell ID, TAC, MNC, MCC.
Is this even possible to do with this DK?
At this point I have found these commands...