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 interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,there:
I was used 2 52832 board to run the linght switch server/client examples to test message communication. I add the mesh events handle like this:
Then run the...
Hi,
I am trying to transfer a dataset of over 100k, via a custom service from a peripheral device.
There are many posts in this forum that describe ways to do this but...
Hi,
I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. The Client sends unacknowledged messages to the Server ( APP_UNACK_MSG_REPEAT_COUNT...
Hi,
We are facing some issues with the DLE update.
The given table shows that the softdevice set data length and time.
Event Length (ms)
ATT MTU (bytes)
Data...
I'm trying to build "application_update" sample. I created a new application from sample. added build configuration for nrf9160dk_nrf9160_ns board and changed to variables...
Hello,
I have the Feeling with nrf connect programmer you can't select the Network core.
I use Programmer Version 2.2.0 and have our own hardware but also the nrf5340...
Hi Dev team,
I have been working with code development using Thingy91 and NRF Connect for Desktop. I use GitLab to maintain and manage my codebase.
I wanted to use GitLab...
I have nrf52840 pcb without xTAL.
In this ticket ticket I have discused about start Zephyr project without XTAL onboard.
But now I faced with other issue to start mcuboot...
Hi everyone,
I'm using nrf52840 as a connectable advertiser. Used ble_app_blinky example with some modifications. And I reduced the advertising interval to 2 seconds....
Hi, I'm using the example "libuartes" and developing 2 UARTE. But I dont know how to recoginize what port are communicating with external device because I only have 1 uart_event_handle...
Hi, Im trying to use nrfjprog from inside a docker container (ubuntu). I have started the container with --privileged and it seem to work but when i try to run the container...
Hello.
I use nRF52832 with SoftDevice and several TWI-connected IC's.
The power consumtion of nRF52832 is 14 uA after TWI initialization (low power mode and DC-DC regulator...
Hello, i have six buttons on my custom board, these buttons are inited with following code:
(there are pull up resistors present, hence NRF_GPIO_PIN_NOPULL is used)
SEGGER_RTT_printf...
Hello,
We are using nRF52840 chip for a power-sensitive application.
We use the UART which is connected to a LoRaWAN module.
Now when I enter the system ON mode after...
Hi,
I just started working with Zephyr and having some problems right out of the gate.
Board: Nordic nRF52840DK Example: i2c/spi_fujitsu_fram Branch: Main
When I'm using...