Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi all,
I am studying the nRF52840 development kit. While studying I am tested the working of ble on nRF52840.So I am tried to connect the ble with my mobile phone, unfortunately...
Hello fellow Nordic-ians,
I see that on the Nordic Thingy 52 I2C bus interface (SCL and SDA) is provided at 3 different ports i.e. P4, P5 and P7.
From other related...
Hi there,
I'm just starting out to interface a sensor over i2c. Not having any experience I dove right in and succeeded in issuing single write and read commands via nrfx_twim_tx...
Hi
We are designing a custom board using only nRF9160 as a tracking device. I am connecting Switch and LED to generate various events. Is is possible for me to program nRF9160...
Hi everyone!
We are currently trying to use the nrf9160 DK in order to test the LTE-M coverage & low-power capacity. We ran into some issues regarding the low-power measurement...
When I used "nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_uart_c " , it run ok . But my hareware is used PIN33 for RX, PIN32 for TX. So I changed pca10040.h ,please...
Hello. I wish you a good day.
I'm developing the Nordic NRF5_SDK.
I'm developing the Ble_Central and Peripheral.
If you know how to add the Uart to the Fle_Central and...
Hi,
I would like to request the HEX code for part#nRF52840-QIAA-R in order to load the bootloader program into the chip.
Can you please help to check and advise?
Thanks...
Hi
Im trying to figure out how to migrate my quite large older project from and softdevice s132 to using s140 (SDK14.1 )in order to experiment with long range.
Besides...
I was looking at the nRF52832 used for Bluetooth modules. And I was trying to understand the Analog to Digital converter in the nRF52832. I was wondering if anyone had or...
I'm trying to make the initial connection and flash/debug my adafruit NRF52840 express through a Jlink EDU to SWD on the NRF board. I am trying to flash to the board in the...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...