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...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi all,
I just started exploring nrf58232 dev board. I first tried the sample blinky and PWM examples using keil through JLink debugger. After that I tried a sample program...
Hi There....
I am having nRF24LE boards with me..
I am having issue with Quick Link Test code provided by Nordic for Production Test....I am trying to compile the PER_LE1_Tester...
hello everyone..
i am using nrf52 PCA10040 board with custom application.
in that i want to estimate distance between android device and PCA10040 board when connected.
...
Hi,
I am using the nRF52 Dev Kit.
Is there a way I can get a notification after a "scan response" has been sent?
For example - the first radio_active after a BLE_GAP_EVT_SCAN_REQ_REPORT...
The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly...
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...
Seeing the Log on wireshark for Central and peripheral communication after connection.
Here i am bit confused that when Connection update request is send by Slave after...
Hi, I try to access Generic Access to get device name.
So, I modified "ble_bas_c.c - ble_bas_c_init()" like this.
bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME;...
Hi,
I want to find Bluetooth address of the Central Device which is running Master Control Panel Application....
but after succeful connection, each time I try to find...
I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...