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...
I'm using the NUS service for a sensor design. It was working fine for me. I don't know what is changed, but I experiences the next problem.
When I connect my sensor using...
What is the RF Connector on NRF52 Preview DK? It looks like U.FL/IPEX/MHF but it does not have the central pin. I want to find a converter to SMA. Could you please suggest...
Hello,
I am currently working on a hard metal project involving Nordic product with Bluetooth.
I have to implement Bluetooth Smart for a bare metal project and I've already...
Hi,
I have an nRF51822-based peripheral with S110 softdevice, and it would be handy if I could nose around central's capabilities when it connects my device (I'd like to...
Hi,
At the moment I try to communicate with an external EEPROM. Writing to the EEPROM seems to work. But when reading back the written data, the program breaks... :-( ...
Hi, In my project I need to program softdevice+bootloader+application at a time, for these previously I used mergehex tool to merge Softdevice, Bootloader,application and...
Hi, I use nrf51822 with SDK9.0, gcc with makefile, and soft devices S110 or S130 on Windows. I would like to learn how to load firmware using the wireless DFU app from within...
I want to make 4 channel pwm output from the nrf51822 ic. I am using sdk6 and softdevice v7.3. I am able to make 3 channels of pwm output by using the library provided by...
I have an issue with indications. I try to send the first chunk of data and wait for indication callback, but my code freeze on while loop.
I activated indications on phone...
Hi all.
I am now testing nRF52832 preview DK examples work with softdevice on MDK-ARM version 5.15 I use nRF52832 preview DK and nRF Toolbox and Termite tool. I hope: ...
Hello all,
I am having problems with scan_start function (or something connected with it). I am using NRF51822 on custom board, using BLE functionality and also UART for...
Hi,I now use the nrf51822qfaaho,s110 v8.00.
I need do a application , have customize serves, with ancs ,and with DFU function.
Does the chip can support this?
Who can help...
Hi,
this is how I initialize and enable LPCOMP
nrf_drv_lpcomp_config_t lpcompconfig = {
{NRF_LPCOMP_REF_SUPPLY_SEVEN_EIGHT, NRF_LPCOMP_DETECT_CROSS},
APP_IRQ_PRIORITY_LOW...
Hi,
I wonder if BLE_ERROR_NO_TX_BUFFERS(s110) and BLE_ERROR_NO_TX_PACKETS(s130) have same meaning.
These marco variables are defined in ble_err.h.
Thank you.