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...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hi,
I have the exact same issue as mentioned in the below case -
Ticket - LE Data Packet Length Extension does't work
But as this was 2 years ago, I wanted to know if...
Hi Earlier this week I got a mailshot from Nordic with the subject "Nordic Semiconductor’s nRF52840 System-on-Chip is now one of the first chips supporting Bluetooth LE with...
I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating...
Hi,
Look the nrf_mesh_rx_metadata_t definition:
typedef struct { nrf_mesh_rx_source_t source; /**< Source of the received packet. */ union { /** Scanner packet metadata...
Hi,
I'm eveluating the mesh SDK (with segger studio) for some days now and I can not stand that I still can't figure out what the examples for BLE mesh can and can't do...
Hi,
I'm in the middle of developing a software that runs on nRF52840 and scans for BLE devices all of the time, then quickly connects to each and every one as fast as possible...
We're using a host PC to write factory calibration data to an nrf52 running SDK14.0.0 and S132. We're using a serial port, 115200 8N1, without hardware handshaking. The SD...
Hello,
very simple question:
each time i click on the link from the following page, I get an ACCESS DENIED error
infocenter.nordicsemi.com/index.jsp
I know that...
I made some changes in mesh light_switch_client example code and tried to build it in SES, it passed compiling, but stucked at linking:
Building ‘light_switch_client_nrf52832_xxAA_s132_6...
hi..
i merged the two programs twi sensor and uart ... successfully complied
but while debugging i am getting this error
while (m_xfer_done == false)
lm75_mode();...
Hello all,
I have a question about the SAADC of nRF52832.
Now I use the SAADC to measure the some external sensor voltage and the internal VDD voltage.
The sensor connection...
Hello, Excuse me! I used the LFRC,the calibration interval of which is 8s, in my application on NRF52832. In order to measure the power consumption,I want to know the duartion...
Hi,
As well know, nRF52832 can use "16Mhz base-clock to output PWM signal, and it is very simple to create 4Mhz, 2Mhz, 1MHz signal output,
But, If I want to output a...
I'm trying to get a stripped down, simple LED blinking sample to work (like blinky) when building with GCC however main() is never called. I'm guessing I'm either using the...