Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am using Bluetooth for DFU in NCS version 2.6.1, but I encountered an issue in Device Manager that says, "There is no free slot to place the image." In the JLINK RTT, I...
Hi
I am new to the nRF52832 + nRF Connect and have recently purchased the nRF52 DK. Sorry if this is a simple question, but I want some clarification.
I have an external...
We have a custom board with an nRF5340 connected to a W5500 ethernet interface. The interrupt handler for the W5500 is never executed, despite the interrupt signal being asserted...
Hello, In the DevAcademy lessons I'm currently running blefund_less2_exer1 on the nRF52840 board. Successfully build and flashed firmware using Visual Studio Code enfironment...
Hello, I am trying to find out my nrf 52840 chip revision. I have tried using the NRF_FICR register but I couldn't find the revision there. I found that the variant is AAD0...
Hi
This is a project that reads sensor data and transmits it to the phone. Currently, the sensor data is read and transmitted to the app.
However, if there is 0x00 in...
anyone can tell what is the "Top right-hand side" sector?
Please see below screenshot.
Left hand side is what I dragged and dropped "merged.hex" from \asset_tracker_v2...
I am working on a module MS12SF1(nrf7002+nrf5340). I am using wifi,ble,sdcard,uart and https functionalities in my code. Currently my flash usage is 72.44%. I also want to...
Hello,
I have an aplication that connects to a LTE network and sends periodically a post request with some information to a http server. To get IP server address, I use...
Hi all,
I have an issue with putting my second boot slot on an external SPI flash. There are more people on the Q&A with issues in this realm, but none that I found were...
In our custom board, nrf5340-nrf7002 ,using external RTC ECS-RTC-SOP8-5101A RTC module, which is connected via the I2C bus.
We have configured the RTC's /INT pin (P1.01...
I am using a nrf52840 dongle. I have my own device which has BLE and I am connecting to an app in mobile phone our bluetooth. My goal is to check for the security level what...
Hi , on this code there are not any problems, ,it runs good. but the problem is current.it is 36uA. it is more than ecpectation. because in datasheet.
adxl362 current consumption...
nRF52833 Onboard jlink is broken what to do?
nRF52833 Onboard jlink is broken what to do?
Who can tell me how to make it work, and nRF52833 comes with Debug in and Debug...
Hello, I am using the peripheral_lbs example project and build it for nrf21540dk_nrf21540
I also added CONFIG_SERIAL=n, CONFIG_UART_CONSOLE=n for disabling uart.
But still...