Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi,
I am trying to extablish TWI communication between 2 nRF52832 devices. One should be master and other slave.
For TWI initialization in nRF52 master, I have below source...
Hello!
I'm new to the nRF52 and to ANT, so I'm in the process of running through some of the example code. I've been able to successfully run blinky example. However, I...
I have an nrRF52832 central connecting to 16 (nordic-based) peripherals. We allow up to 20 connections on this design, but only 16 are currently connected during this test...
Hello,
I'm working on a project and we're using the nRF2840 to get data from a BNO080 IMU.
Someone already wrote arduino code which works. How does one change the sample...
Hi, i'm working a BLE gateway with NRF52DK and S132 by using the demo example central uart.
The peripheral equipement advertise manufacturer data like this:
0x0001 during...
Hi there,
I am new to the Bluetooth mesh and I am learning about it. I have some questions about Bluetooth mesh. I hope you will help me with this.
Please pardon me...
Hi
I am trying to implement the communication between nrf52832 dk and nodemcu esp8266 over i2c.
My i2c code in nodemcu is working fine as I had tested the communication...
Using latest download of nrf Command Line Tools and a J-link Plus unit with Tag-Connect interface. Power on, all connections seem good. Trying to upload a .hex file through...
Hello, I am trying to implement some Bluetooth mesh functionality on my Thingy:52, and it's quite a daunting task.
I am using the mesh sdk v3.1.0 thingy:52 sdk v.2.1.0 and...
Dear All,
Could some one help to answer my commented questions below ? thank you so much !
1.
//Definition at line 743 of file hal_nrf.c .
uint8_t hal_nrf_read_reg...
Dears,
I am trying to implement a peripheral device which behaves like this:
1. within 30 seconds after powered up, the device can be discovered and connected by any other...
Hello,
I am using BLE+MCU MBN52832 module and i am facing one issue while programming my application.
I am uploading the hex file using nrfGo Studio and when i try...
Hi Nordic:
We are using mesh-sdk2.2, our application need a device can subscribe many group address, at the most we need 16 subscribe address in a model,
1. I'd like...
Hi all,
I get a really weird issue developing on the smart remote 3 project.
I work with my own hardware design, and as I want a specific behaviour I disabled power_management...
Dear friends,
Thanks all for your support.
I have used a button as a input to detect button press, while at the same time I am using the button as a system wakeup. ...