This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I have a nRF51DK. The Softdevice on the board is S110.
I load the ble_app_template from the SDK 8.1 on the chip. It builds with success. Now with the MCP I am able to see...
I'm now using the lastest SDK 8.1.
I found that if I call app_button_enable() after app_button_disable(), app_button_enable() would not function again.
But if I changed...
Hi all,
I read that the nRF51822 comes as a blank chip from the factory, and this means that we have to program the SoftDevice ourself. I am wondering if this is the only...
Hi,
I'm using the Rigado BMD-200 Eval Board with sdk 8.1 and am running the ble_peripheral example titled ble_app_uart. I am using my iphone and the nRF UART app to communicate...
If using the button handling library the #define GPIOTE_CONFIG_NUM_LOW_POWER_EVENTS needs to be changed to add number of buttons being handled.
This wasn't clear to me...
Hi,all. i want to set tx power use interface "ble_tps_tx_power_level_set",and read back tx power level used tps servoce on my phone.how to do that ?Thanks for your reply!
Int the website:
link text
FEATURES show the nordice nRF51822 has 3 data rates (2Mbps/1Mbps/250kbps).
But , I set
number of packets transmitted per connection...
Hi,
If I want to run a blocked task e.g. write 1MB data to the external flash size 8MB(NVRAM), that it takes 3 seconds. What is the best way to to in NRF 51822?
Do you...
Hi,
I'm using the softdevice s110.
The power consumption is sometimes a little weird (around 1 mA). I think that the chip is in debug mode.
How can I know if the chip...
Hi,
The datasheet for nRF52 has pin assignments for QFN-48 only at present.
I'm using WLCSP package for the nRF51 and would like to know if there is any pin-to-pin compatibility...
have anyone successfully NRF51x,NRF52x series to interface with Matlab? Do you need to develop any additional code to do this?
Currently Matlab has support for BT Classic...
Hi,
I'd like to embed the nrf.exe utility used for creating DFU packages and uploading firmware via serial in a 3rd party app for use with our Nordic based devices.
...
Hello all,
I wish to set up the nRF51422 so that I can communicate with it via UART using the HCI protocol - I've been using a TI CC2540 device previously and there was...