I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Users can often help each other and not rely on your staff.
I am trying to join a sample/matter_light_bulb sample to a newly formed Matter network.
The problem I describe...
Hello,
I am figuring out the fstorage functionality and I'm running basic example flash_fstorage from SDK 17.1.0 on my nRF52-DK. And I got the issues just on start.
At...
Hello,
I'm trying to control a motor via a mosfet. Setting the mosfet on/off with pin assignment works great, however pwm at any value other than 0 or max burn out the mosfet...
Hello,
We have a design that includes both the nRF52840 and the nRF9160. We are doing custom antenna designs in a miniaturized form factor and would like to specify required...
Hi
We are verifying the encrypt value and MIC value using a crypto tool.
The result is different depending on the setting of the packet S0 field.
If the S0 field is...
Hi,
I use this code for sampling analog input with 3.3 kHz and send it over BLE to PC , i use dongle to to read the sampled datas on nrfconnect tool for desktop. I tried...
Hi,
When connecting my Nrf52840 to a PC using BLE nfc, after connection is established, I encountered the following error : BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE – Out of...
I have following the getting started tutorial and install everything mentioned in the documentation.
But the button "Flash" or "Erase and Flash" in VS Code are not working...
The NRF documentation for nrf_pwm_sequence_t says:
When the sequence is set (by a call to nrf_pwm_sequence_set), the provided duty cycle values are not copied. The values...
Hi,
We have implemented FOTA on an nRF52dk (nRF52832) using nRF Connect SDK v1.8.0. That works fine. Now we have encountered a problem that we believe is due to a limitation...
I need to create an IoT QR code reader.
I decide to use the NRF9160 board because it integrates a lot of components that I need to use (LTE, GPS, Bluetooth) so the only...
Hi,
i use event_manager with few modules.
One module use Sensor LIS2DH driver that read data via i2c data when triggered and send it to other module as event.
Second...
Hi,
I'm using nRF52805.
The main power is 3.3V LDO output.
When main power is out, the battery(3V, Coin battery) should be a power source of nRF52805.
But, when battery...
Hi,
I've just returned to working on an nRF52811-based project after a year so I'm a little rusty, and I'm wondering if it is necessary to explicitly call SystemInit() ...