hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hello,
I have several questions regarding BLE beaconing and scanning that I feel are pretty basic but I can't seem to find the answer. I have a nRF52840 Dongle that uses...
Hello,
Thank you for considering my inquiry! I am looking for an example project with the firmware to run a gateway through the PC, nRFconnect software, and a nRF52840...
Hi,
I'm developing an application with the following hardware and software design components:
- nrf52840 DK with attached sensor
- nrf52840 USB dongle attached to debian...
Hi, I have some issues with my eclipse setup, I have installed all packages and followed the tutorial ( https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/development...
Hello,
I am working on bootloader on nRF24LE1, for which a protected region should be configured. Therefore, I need to change NUPP in infoPage.
So my question is, is there...
Hi.
I watched the examples and docs with the on-off model. I tried to run these examples and configure. I don't understand when I need to use a server model when client...
I am seeing some behavior in BLE advertisement mode , that I would like to get feedback from expert in this forum. I am using modified Keyboard HID example, using nrf51 BLE...
Hi,
I'm using nrf52DK and 12.3V SDK .
in keil i can able to go to the debug session but when i press run button it is not working.
what could be issue ???
I have enabled RX address 0 only, (value of RXADDRESSES field is 0x01)
But still I got a received package interupt where RXMATCH has a value of 0x07, indicating that I...
Tx Radiated spurious emissions (1-18GHz): should be able to force the radio into a continuous transmit mode on a specific channel. The device should be transmitting with as...
Hello,
the BT specification states the following:
Is this particular requirement to be taken care by Nordic's customer using the BTIC? i.e. LE PHY qualification test...
Hi,
I want to use bsp_event_handler in SDK v11.0.0 . But the code is not getting compiled.
On building, it throws an error "error:#20: identifier "BSP_BUTTON_ACTION_RELEASE...
Hi,
I'm using NRF_LOG to print information via RTT backend (RTT viewer v6.20) and it has been working so far. After adding a single call to a function that reads 128 bytes...
I use one motor to drive one object move back and forth in a straight line, with two hall ic(XC3202) at the boundary points at both ends. The motor turn when the object reaches...
I'm using a central (Adafruit Bluefruit Feather nrf52) and peripheral (Adafruit Bluefruit 32u4) device for BLE communication. Peripheral is acting as remote, to turn on relays...