I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
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...