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...
Hi,
In order to isolate the issue, I've created an app that :
1. switches to dc2dc mode.
2. calls sd_app_evt_wait()
I still see 3ma consumption,
any ideas...
Hi
Actually i have a big project and have a problem in the estimation of FLASH and RAM memory for the project
i ma going to implement the mesh SDK with the BLE Stack because...
Hello,
I am working with a custom board with the nrf52832 chip.
I have merged and written the following on the board: SD (s132, 6.1.0) + secure bootloader from the latest...
Hello,
I purchased a nRF52 DK board and sparkfun nrf52832 breakout board , and was successful with blinking the LED on the breakout board.
In order to test if I would...
Hello,
(I am using SDK 15.1 on a linux system)
I will breakdown the question in two parts -
when do we get fatal ? - i know one or two cases for example when softdevice...
Hi.....
i want to transfer the data for every one minute from peripheral device to nrf connect via (phone app).. how to declare in the program and what function to be used...
Dear all,
When I added more than 4 buttons by modifying the example "ble_app_uart" of nRF5_SDK_15.2.0_9412b96, nRF52832 can not run normally.
Another strangely problem...
Hi,
Just got four 52840 USB dongles, with the intent to evaluate the Nordic BT Mesh. But I've been unable to get even a simple Blinky example programmed on the dongle. I...
Hi all, I've just implemented light switch proxy example and it's working very well. Now, I have three NRF52832 boards, and for instance, I have:
A board in the garden...
Can anybody help me to get out of this error, Error programming through Seggar Embedded Studio,
Additional Load File[0] "E:/nRF5_SDK_15.2.0_9412b96/nRF5_SDK_15.2.0_9412b96...
Hello.
I try to make audio noise meter on nRF52832. I used analog MEMS MIC with OPA which I turn on via MOSFET while before measurement. I'm using SAADC triggering by RTC...
Hi there,
What changes should I have to do to the light switch example to provisioning the client and server using group address instead of unicast address?
I believe...