Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
Hello I am looking for the IBIS model for nRF52840 for signal integrity simulations. I saw similar requests older than 2yr and I am wondering if now the model is available...
Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
nRF51822_Development_Kit_User_Guide_v1.3.pdf document has table 6 which indicates SoftDevice A and SoftDevice B. DK includes s110_nrf51822_5.2.1_softdevice.hex. Is this SD...
Hi,
I'm testing a BLED112 USB Dongle from Bluegiga ( www.bluegiga.com/.../).
I have not been able to use see the Nordic Board advertising. Currently testing ble_app_proximity...
I was wondering would it be possible to use a 50 ohm IC Antenna ( like this one ) for the nRF51822 with the matching circuit given for the nRF24 ( link here )?
It seems...
Hi,
Is there any difference(data rate) between sending large data packets through single characteristics and multiple characteristics?
I have created one characteristic...
Hi everone!
I need to get a timer setup which repeatly fires 2 IRQs. The first i.e. after a timer count cc0=500 and the 2nd count cc0=700. After 700 ticks the timer value...
Hi,
I've noticed that when using SPI without a Soft Device or BLE function calls, the SPI peripheral is easy to control and operates correctly.
This nice operation stops...
hi,everyone.
I try to use ble urat sample for bonding by passkey entry.
and connection established and to bond. i try to entry passkey by uart.
but when i key the passkey...
Hi!
Can you please recommend a LDO IC for a USB/Li-polymer Battery power for the nRf51822 please? The LDO needs to drive the nRf51822 and a couple of sensors such as Gyro...
I'm trying to get the ble_app_hrs example working in Eclipse, but the stack pointer is not setup correctly. It's at the start of the RAM (0x20000000), and therefore it already...
I'm implementing an Android 4.3 app which uses an nRF51822 and the BLE proximity profile. I have the following as starting points for the app code:
The BLE sample...