I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
This is an old problem
first
what has changed in nrfjprog
# Flash the program flash: $(OUTPUT_DIRECTORY)/nrf51422_xxac.hex @echo Flashing: $< nrfjprog --program $< ...
Hi,
A new version of Segger Embedded Studio is available today: V 5.70a. Can I work with this version with the nRF Connect SDK or do I have to wait for a Nordic Edition...
Can nrf21540 support all Nordic products (rf52832., nrf52840 and nrf52810)? Because nrf52832 and nrf52840 have different differential impedance specifications for the IC end...
Hi,
I want use 3 block flash. each size is 16bytes. My code as below
When I call pstorage_torque_0_clear(). I can get flag change from callback function.
but then...
I would like to use newlibc for access to math functions (logf). However, when I enable newlibc I can't get floats or doubles to print with printf when compiling for the nrf52840dk_nrf52840...
I’m using the nRF5280, accessed using pc-ble-driver (API version 6), with SoftDevice S140
I want to efficiently get the list of services from a device, including the 128...
I am using nrf52832 dev kit and soft device s132. I have use my board as an advertiser.
Like if as i put coin cell battery into the dev kit it should wake up from a system...
Hi All,
Hope you are doing well.
I am using NRF Connect SDK 1.5.0 with NRF9160 DK. I want to use P0.14 (Arduino Header Pin) as output for the RESET of LR1110 (SPI Device...
Hi, my app (nrf9160 ns, on DK 1.0 rev.; ncs 1.6.0 ) needs the port pin P0.14 as digital INput (wired on the arduino header, for a shield!!). But something is blocking it from...
Hi,
I'm writing a decoder for a custom radio protocol and I need to measure the rising and falling edges of a signal with high precision. I'm currently using the COMP peripheral...
Have been trying for hours, and searched through the forums, but no luck yet. Modem firmware doesnt seem to load with the following setup. Downgrading to previous Programmer...
Hello,
NCS1.8.0 Windows10 X64,
periodic_adv had set BT_LE_ADV_OPT_CODED and BT_GAP_ADV_FAST_INT_MIN_2 /* 100 ms */
periodic_sync scan info "Prim: LE 1M, Secn: LE Coded...
Dear Sir,
I got error like '[00:01:44.604,858] <error> app: ERROR 1813 [Unknown error code] at KGJ`hó@h:536871936 PC at: 0x0001505C' and I can't where did it happen, I...
Is SD340 v7.0.1 compatible with nRF SDK 17.1.0? https://www.thisisant.com/developer/components/nrf52832/#tab_protocol_stacks_tab
Reason I ask is on the InfoCenter there...
Hi all,
I'm working on the nrf5340 with a modified mesh light sample and nrf connect sdk 1.7.1
I'm measuring from P0.28 which is also LED1 to the GND.
After programming...