I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hi,
We are currently evaluating the Tracker V2 application.
We would like to increase GPS accuracy, before the nrf9160 returns status GNSS_EVT_DATA_READY. No problem...
hi nordic team,
i have use nrf52840 develop a product ,now i need make sig authentication to sale it .the sdk version i use is 16.0. i m sure it can pass the ble5.0 authentication...
Hey ,
Is there a way to connect and send commands directly using the dongle to the NRF52832?
If so , where can I find a protocol for the communication ?
Hi,
I am testing the sample "machine learning" (from the template nrf/applications/machine_learning) on Thing52. And connect the Thingy52 to the central_uart on nrf52DK_52832...
Hi, in my project I'm using fstorage library to store some information that should be kept even after the firmware update.
For this we are reserving the memory address as...
Hi,
At work we are developing custom HW with an nRF9160, using NCS 1.8.0 for now, but I have confirmed the following behaviour on a nRF9160 DK with NCS 1.9.1 as well.
...
Hi,
after connecting to our mqtt broker I set nrf9160DK to data mode and publish data to our mqtt broker:
After this LTE link monitor is not accepting any AT commands...
Hi,
I am trying to enable extended adverts, when the call to bt_le_ext_adv_create is made, it always returns:
Using the following code:
My custom service has the...
Hello,
I have three devices that use UART, connected to an nRF52832 that I'm using NCS 1.6.0 to program. Since the nRF52832 only has one UART module and Zephyr has no native...
Hi, when following the tutorial, https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial i ran into problems...
hi, I want to use 52832 Comparator function, SDK only has "low power comparator" demo code. Setting reference voltage in MCU, just compare one GPIO with this voltage.
But...
Hi
I was creating a function to send i2c data trough sensor that I use. But when I double check the communication, there is a part that doesn't works properly. So as you...
Hi, Is it possible to enable and Different log level from Zephyr cli using Zephyr Logging API? i am using
LOG_MODULE_REGISTER (AWS, 3 );
I want to change or register...
Soft Device v7.0.1 is used. Timer instance 2. I use a "Timer-PPI-ToggleIO" to toggle an output pin to make sure the pin will toggle at the right time. The timer interrupt...
Nrf Connect Version v2.1.2
VSCode Plugin v2022.10.30
Using various samples on my nRF5340DK fail with the following error codes:
hap_ha sample:
Bluetooth initialized...