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...
Hey Everyone
I have written a code for using lora rn2483 with nrf52840 using the uart protocol which is configured on 7 and 5 pin. The program was working fine untill i...
Hi,
I am using the nRF52840 DK and the wireless_uart example from nRF5_SDK_15.0.0 to try and receive data from other 802.15.4 sensors. Using the example I can receive messages...
Hello everyone!
I'm very shy to ask probably a stupid question, but...
I'm trying get abitity to change pwm signal via ble.
I've created service, characteristic, then I...
Hello,
I am trying to get a low consumption and I detect that the activation of the ADC increases the consumption. So I am trying to configure the ADC and when I make...
NRF52832 / S332 / SDK 14.2
Step 1: connect to mobile phone as Peripheral Role, and the connect handler of service was #0 that equal to Peripheral-connection handler number...
Hello,
We are using nRF5 SDK14.2.0 and soft device s132, and trying to perform DFU of the Bootloader itself.
The process fail in nrf_dfu_postvalidate() due to wrong HASH...
i am trying to Connect a custom board with the nrf52 over the bluetooth. nrf52 is running with the BLE_nus
.i am trying to connect it with the uuid in the program is like...
Hi. I`m trying to connect two Nortdic Thingy device and receive data in same time(ex. temperature, humidity etc..).
In my application, I can connect two devices in same...
I have most of the SDK up and running with my firmware, but I cannot find where to limit the number of bonded devices to my module.
I could live with just deleting all the...
Hello,
Is there a way to get the output log for the Mesh Light Switch Demo to output over UART instead of RTT? We are using a Fanstel BT832X module containing an nRF52832...
Hello,
I am currently trying to implement SAADC sampling from three channels into the same sample buffer (device is a 3-axis accelerometer, ADXL335). The root objective...
Hi,
I am working on a project in which we have a sensor connected to the NRF52832.
I am having problem to detect the interrupts sent by the sensor.
The interrupts...
Hi Nordic,
In my application, I am trying to perform a Long_Button_Press reset. My button press has 2 modes -short press and long press.
I am able to reset the device...
Is there any project idea that we can implement using the color sensor of nordic thingy:52.I have used apps like nordic thingy in my android device and nrf connect app.Using...
Hi,
I try to use the PPK to measure the current on my custom firmware.
The material:
PCA10028 (V1.1.0) with PCA63511 (rev 1.0.0 and rev 1.1.0) and nRF Connect V2.4.0...