Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
HI.
I purchased the nRF24LU1 + chip and created a USB Dongle module.
I have come to know about PID and VID.
Can I use nordic's VID (0x1915) as it is?
Is USB Dongle...
Hi ,Nordics
when I use my host device (reffered to the example of ble_app_hrs_c)to pair and bond with a peripheral device(a gamepad) ,the pairing failed .I don't kown...
Hello....
Is there a way to configure the SPI peripheral(s) to run at a custom bit rate (frequency)?... For example: Run SPI at 3.4MHz.. or any other custom frequency that...
Hello all,
Do you advise to have 2 SPI interfaces - one for the sensors we're using (accelero/ gyro) and another one for the SD card? if so, when adding an SD card to our...
Hi team,
i am having a custom board i want to program soft device and application using external j link. i came across nordic website in this page http://infocenter.nordicsemi...
Hello All,
I am a beginner to NFC OOB, so can you suggest me some good learning materials regarding NFC OOB pairing as I wish to do so between my mobile phone and the...
Good Morning Team,
Hope your day is going well!
Could you please provide the IPC 1752 document and RoHS CoC (2015/863/EU) directive document for below part since it is...
hi hi ;
i'm trying to control gpio pin 20 with my smart phone and with event at gpio pin 5 (when the state of the pin 5 changes the gpio pin 20 toggeles ) but my problem...
Hi, can someone explain in simple terms how it works?
I don't really have a clear concept of what a replay attack is, but I suppose it has something to do with recording...
Hi,
I am facing the same issue for all of the node.js examples.
It says: Connected! Error: command disallowed (oxc)
Also is says: Service uuid XXXXXXX not found!
...
The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:
// Public Definitions #define MAX_DEVICES ((uint8_t) 16) /**< Maximum...
On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen...
Hello! I am using application that support ANT+ and BLE, so i am using s332 softdevice. now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v13.0.0-1...
Hello.
Which application can I use to monitor and configure a smart wristband with nRF52832? I would like to check its firmware, update it and see all the info about the...
Hello. I've got issue with TWI and power down mode. I modificated "ble_app_bps" example, prepared own service and characteristic and I added BME280 sensor. And almost everything...