I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
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...
HI Nordic Team,
I am developing a firmware to interface CH101 sensor, which has a firmware loading of 2048 bytes of data over I2C.
I declared buffer size as below in device...
Hi,
As i understand from the docs, the max throughput for BLE in nrf5340 is 1.4mbps. Ideally, we would like to achieve this, however anything near to 1mbps would be great...
hello,
I would like to know which operations were performed on all chips by the `nrfjprog --recover` command.
"The nrf52833-B chip is by default enabled for read protection...
Hello everyone,
I’m new to the Nordic development ecosystem and currently working on a project to implement a temperature and humidity monitoring system using the nRF9160...
I'm currently working on a project using the nRF52840 board with the MAX30001 ECG sensor. I'm using nRF Connect SDK with VS Code version 2.6.1 to develop the project on Zephyr...
I am using nRF9160 to develop a mobile measuring device.
For this purpose I need LTE and GPS, I know it is shared so I had to implement PSM/eDRX to make it work together...
Hi
I am working with a sample project (Bluetooth: Peripheral UART) for nRF5340DK in VSCode.
So I have installed the nRF Connect extension.
When I view the currently...
\nRF5_SDK_17.1.0_ddde560\examples\peripheral\pwm_driver\pca10040 In Demo1,i assigned the same pin to the 4 channels. I expect every cycle LED0 has the same behavior. But,...
Hi Networks,
I have tried to build the nRF5340 DK as a gateway.
Enabled
1. CONFIG_BT_GATEWAY=y
2. CONFIG_BT_GATEWAY_ADV=y
3. CONFIG_BT_GATEWAY_GATT=y
But not acting...
Hello,
I will be designing a board using with nRF52833 with the NRF21540 for the added gain. Would it be possible to add adaptive frequency hopping?
Thank you,
Shah...
The central device has the below settings
One central device A and two peripheral devices B and C, B and C have the exact same firmware. A can establish the connection...
Hello
I have implemented the stereo function to the nrf5340 audio application on SDK V2.6.0. i can send stereo audio signal to both of the two headset at the same time or...
Hi, I recently got nRF5340 Audio DK for my work. I have been try to use the onboard mic for collecting audio and transmit it via BLE, since I'm a newbie I couldn't do it....
Hi
I have successfully added the nrf_crypto files to the UART project. It compiles without any issue. Now I was trying to run the ECDSA example code in the UART project...
I used nrf52840 board with SDK 17_1_0
I used segger embedded studio IDE
i want to Implement two VL53L5CX TOF sensor with nrf52840 so i used two TWI,
but when i init...