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,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Dear All, I am trying to measure the current consumption for an application I am developing on the nRF52833 DK. The code that I am running is the following: Based on the product...
Dear All, I would like to configure a device to go to the System ON, no RAM retention, wake on RTC (running from LFRC clock) Sleep mode, in order to be able to use the RTC...
Hello,
we are using nrf5 SDK version is 17.0.2 and nrf52840.
Our product uses nrf52840 and its USB capabilities being configured as a composite device (HID keyboard +...
Hi,
i would like to know which software i have to download and install, so that i can program a really basic function like pressing the button and turning on and off an...
Hi,
I saw a Linkedin post by Zephyr where they mentioned some Vscode extensions for devicetree and kconfig:
https://marketplace.visualstudio.com/items?itemName=trond...
Hi,
unfortunatally i could not add a new LTE device. I was able to activate my SIM card but not able to finally add the device to my account.
The error code is: There...
I am currently following the tutorial for creating custom services ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ). The only differences to this...
Hello Nordic,
I'm working with NRF52840 (with SDK 16 and softdevice s140 7.0.1) in my project. I need to work with another chip through SPI. This chip is the master and...
Hello,
I have one more questions while doing test with SAADC, UART.
When I was tested the SAADC pin connect with ground, the negative value occurs.
So, I changed the...
Hello,
i've built a basic Thread network with two nRF52840 Nodes running the CLI example and a RasPi with a nRF52840 RCP as BorderRouter.
My Question is:
Whats the...
Hi.
Hope you are well.
I want to send data from nRF51822 to nRF24L01+. I used the esb library to configure the nRF51 and I just change the settings as I want ( some settings...
Hello~ I have previously written related articles. But I don't get the answer I want, so I ask you again. Use the toolchain manager to use ncs 1.3.1. The error as shown in...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello guys!
We are workng with nRF52840 SoC and SDK v17.0.2.
Custom BLE Services and Characteristics are needed to implement in our device. Before starting that implementation...