Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...