I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
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...
Hello,
After looking for pin mapping for TRACECLK and TRACEDATA[*] for nrf52840 I've seen 3 different mappings:
P0.07, P1.00, P0.11, P0.12, P1.09 in infocenter.nordicsemi...
Hi
I need to send as much data as it is possible in the advertisrment payload. Whem weset the devicename there are other fields that are automatically added to the payload...
I'm having issues executing any Zephyr project on a breadboard connected to a ISP1302. It works fine on the nRF51-DK but anything I try a final hardware nothing happens. Tried...
Hello,
I am using nrf52832 with PCA10036 V1.1.0. Soft device code is s132. I would like to know whether it will support Bluetooth 5.
I have downloaded nrf52 sdk13.0...
Hi, Dear Expert:
I am an Electronic Engineer. We used nRF51422 or nRF51822 at our products, but found the products was easily reset when did +/-1KV contact ESD testing...
now I used sample code of radio
change NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_2Mbit << RADIO_MODE_MODE_Pos);
In transmitter code , I change
while (true...
Story Short: When trying to run the ble_app_uart example on a custom board with a nRF51822QFAAH0 chip, the code faults and resets at the point in tries to call sd_softdevice_enable...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
Using:
nRF51822
GCC 4.8.4
Nordic Sdk 5.2.0
and even Ole Morten's nice pure-gcc setup
newlib-nano and -flto
Within the startup_nrf51.s I found something...
The server has no I/O, so no way to press a button.
Can an attribute cause the BLE to set a bit in Flash, so at the next power up, it will read that bit and know to execute...
Hello,
I followed the instructions of KEIL in www.keil.com/.../ulink2_trace_itm_viewer.htm
However, I cant get any outputs in Keil Debug(Printf) Viewer using printf...
I purchased a bunch of ptr8000 boards off ebay from china to do some testing of the nrf905 without realizing they were setup for 433mhz, and I need 915mhz. Looking at the...
Hi,
I am currently testing a DAC with I2S input supplied by the nRF52832.
But unfortunately no signal is coming out from the DAC, furthermore when reading the error registers...