Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
Hello,
I am trying to implement a system where the board waits for a character to be pushed to the RX buffer before reading it. The character would be sent by another microcontroller...
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() ...