Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hello
In nordic infocenter regurding NFC the following are stated: "If you want to implement your own polling device, you can use the parser libraries supplied in the SDK...
Hello DevZone,
I have made some custom boards with Laird's BL651, wearing nRF52810 chip. I was testing the power consumption and I can't get it down to uA level in system...
Hi Nordic Team:
Summary: Bug in /v1.5.0/nrf/include/bluetooth/mesh/light_xyl_srv.h (line 120 and 132) , route cause: CPP Key word "new"
Details:
Bug:
The function...
Hi,
As we know, new is a keyword to allocate memory in cpp because of this reason I am facing small issue when I am compiled my code in cpp as shown in below.
/v1.5.0...
Hi all,
For the nRF5340 we are reusing/porting functionality from our previous nRF SoC's development and thus work on a bare-metal implementation. We are using the nrfx...
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE/Download#infotabs
After connecting the nRF52-DK and the computer, I entered...
I am testing the power consumption of our products and found a problem here: when the external signal is not good, the Modem will search the NB-IoT network signal at regular...
Hi,
I am tryng to get the nrf9160 and the nrf 52840 to communicate through uart on the nrf9160-dk. I am following this post for that: https://devzone.nordicsemi.com/f/nordic...
Hi,
I am a little bit confused if the nRF52810 provides a MPU or not.
In the datasheet nRF52810_PS_v1.3.pdf on page 17 I found following table, where MPU is marked as...
Hi Team, I am prototyping a product that includes OTA DFU using nRF52832. As a first experiment, I am simply downloading the bootloader to my device and sending my firmware...
Nordic NUS - uart service; both SDK 15.3 and 17.0.2. Packet loss on repeated BLE disconnect - connect cycles; seeking clarification of my understanding.
"If there are untransmitted...
Hi, teams.
I am testing nRFConnect 1.5.0 with nRF52833DK.
Recently, I noticed "Direction finding connectionless beacon" example in latest repository, and copied it to...
Hello Team Nordic,
We are using nrf9160 DK with nrf connect SDK 1.5.0 and mfw_nrf9160_1.2.3 modem firmware .
We are currently evaluating the FTP AT command set and according...
Dear Sir,
Moving to zephyr new installation 1.4.99
Configure SPI1,SPI3 . I can see the SPI configured in zephyr.dts
spi3: spi@b000 { #address-cells = < 0x1 >; #size...
Hi,
I am using the stts751 temp sensor with nrf52832 for temp data logging for short time. I want to save temp data in the internal flash memory but I didn't find any similar...