Dear Nordic Engineering Team,
I am currently developing a wireless ECG acquisition system based on the ADS1298 analog front end (AFE), the nRF5340 SoC, and the nRF7002 Wi...
Hi,
I believe 2M and 1M are OK to adjust, however, long range code added the extended advertisment, I am curious whether I can update these three PHY all together.
Thank...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
Are there any samples for proprietary radio based on connect SDK?
https://www.nordicsemi.com/Products/Wireless/2-4-GHz-proprietary
I am not interested in gazelle and wanted...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
I have a sensor device that needs to transmit every so many seconds. I am looking for a code example to run on nRF52-DK that will do this, sleeping inbetween transmissions...
According to the Gazell using the 1MHz spacing for each channels and the DTM using 2MHz spacing.
Then can we use the DTM channel 0 for Gazell channel 2 to test the Frequency...
I am looking for a nordic BLE development board that can do data transfer through the UART. Something like SPP (Serial Port profile).
Here is what I need;
The iOS and...
Hi,
Question regarding blog from Thomas Søderholm ( blog.nordicsemi.com/.../which-technology-should-i-choose-to-connect-my-wearable-device-to-a-phone):
Can't you do...
Keil 5.18a forces me to install "missing Software Pack"
I am trying to set up SDK 11, SD312, with Keil 5.18a, but when I try to load an example from the SDK 11 examples folder...
Hi! I have a nrf51 that act as a central and a beacon that is my peripheral, they connect to each other using is_uuid_present but I can't enable notification using db_discovery...
Hello,
I am currently designing a PCB containing the nRF51822 chip and I am concerned about how I will be able to update the program.
I have 2 main questions :
I...
Hi,
I developed an application with Nrf51822 with some bonding need.
No problem with android or using the dongle, but using iOs systems it happens that after a random attempt...
When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR Error(0x85):GATT ERROR .Can S110-V6.0.0 run GATTC...
The note on the IoT softdevice says:
"This SoftDevice is a technology prototype only. Therefore, it should never be used in production."
Will there ever be a production...
Hi
I know perfectly it is not possible to debug while the softdevice is enable and the Bluetooth is working. When I try to set up a breakpoint under these conditions, the...
hello there i want to communicate nrf51 and nrf52 using i2c protocol. [https://devzone.nordicsemi.com/question/75218/i2c-in-nrf51/?answer=75221#post-id-75221]
from this...
Hi ,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
The program detail of nrf51 as below:
-- sorftdevice : s130_nrf51_1.0...
Good morning,
I have designed a prototype based on nRF51822 device. Now, I want to program it with a demo software and I have the Ulink-me tool instead of Segger. From Keil...
Hey ,
I'm trying to implement a device that waits for the clicks from the user and sends it over ble as notifications.
i have written the header files for sensor . and from...