Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
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,
We are using nrf51822 custom board.
i want to hard reboot of my device whenever gpio button is pressed for longer than 10 seconds.
i am using ble_app_hrs application...
from the product spec
NOTE: The 3 bit pipe information in the STATUS register is updated during the IRQ pin high to low
transition. The pipe information is unreliable if...
I'm load the UART example (pca10001) to the Evaluation Kit, i can see using hyperterminal the messages send by the kit ( the Start message) but after that i wont be able to...
Hi,
Is there any sample code which is using the sd_ecb_block_encrypt(); API, we are planning to do encryption and decryption of data, which will be transmitted and received...
Hi
1)In a nrf51822 ble app project, The board must have a external 32768Hz crystal,is that right?
or internal 32768Hz RC oscillator can instead of it?
2)when nrf51822 goes...
Adding two services with 128bit GUID's to the advertising data structure fails with NRF_ERROR_DATA_SIZE.
I'm adding the service UUID's to the uuids_complete structure....
I just purchased nrf51822 DK and would like to follow instructions from nAN-36 Creating Bluetooth Low Energy Applications using nRF51822. The document mentioned Program the...
I am trying to use the ble mouse sample in SDK 4.4.1, and iOS7
I am able to view and connect to the HID peripheral "1812"
but for some reason I am unable to discover...
Has anyone implemented the Bluetooth rfcomm protocol on the nrf51822 chip ? Is it possible using the Nordic soft device? I realize this is not a "low energy" protocol, but...
We are developing an app that communicates with a custom LCD display via IIC (TWI in Nordic terms) so it needs to send a lot of data on the IIC bus. We have developed an interrupt...
Hi all, help me please.
I am using two NRF24L01 (green color)
1 NRF24L01 is connected with Arduino mega 2560
another one is connected with arduino ADK
I was trying to...