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...
Hi,
I need 6 PWM channels for a BLE project. Is there any solution to add 2 other pwm channels to nRF51822? If not, Which other Nordic ICs might be helpful instead?
Thank...
Hello,
I am using SDK 12.01 with softdevice (BLE application) and I want to write large data over flash. I am stuck with various issues.
When I try to write the data...
Hi,
I am having hard times to make SAADC working on DK-52, SDK13, S132. I need to perform a voltage measurement on command received from a connected device.
AIN pin...
Hi All
I am looking for the way to send and receive the string between nrf52 and mobile app.
what are the possible ways to do with minimum power consumption.
main concern...
Hi,
I've allready read a lot about using a static passkey on the DevZone and I have tried tons of things, but I just can't get it to work.
What I want is to connect...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi, I am playing with the SDK13 examples, UART (w/o softdevice). I use gnu gcc. The example runs and when I type q or Q the code goes to the printf(" \r\nExit!\r\n") as designed...
Hi
I read somewhere that when using internel ref for analog measurements the Vin changing does not influences the analog reading. Is that true?
Please, consider the circuit...
Hello,
I am looking through the data sheet for the NRF52 and do not see anything for writing to NVMC.
I see you can erase and configure the NVMC using:
NRF_NVMC ...
Hello, i'm using a microcontroller connected to a nrf24l01p in rx mode,after receiving a packet it writes the ack for the next transaction,it only works if i add a delay ...
hi i am unable to find cause of issue i am working on BLE and PWM driver when i get data in nus_data_handler i am calling pwm init function. and then it is going to
ble_advertising_on_ble_evt...
Hi,
I am wondering if it is possible for a peripheral device to interpret and react to a specific value written to it's CCCD by a central device. In all of the examples...
Hi,
I'm using nrf51822 / sd130 / sdk 12.1.
I am doing minimizing current consumption.
My main function is like below.
I checked no wakeup in sleep mode.
But, current...