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...
Using nRF52832, SDK16, SD132.
I have a (background)bootloader which is derived from dfu "secure_bootloader" example.
When there is nothing to flash bootloader successfully...
The hid keyboard in the routine is buggy. The first problem is that after A device is connected, it is disconnected and other devices cannot be paired. The second problem...
I'm debugging an issue which triggers app_error_fault_handler() and it indicates id=NRF_FAULT_ID_SD_ASSERT, PC=0x18434, and info=0.
This address falls in SD, and how can...
Hello,
I am working on MQTT sample ncs\nrf\samples\nrf9160\mqtt_simple. I am sending data from UART and I2C to the mqtt server. For sending data I am using Workqueue thread...
Hello,
I need to bond a device with its bd_addr using AT_command and unbond device using another AT_command. I am having only DK of nrf52832. So I am trying to bond 2 devices...
Hi,
I'm quiet new with nrf9160.
I try to mix the two sample GPS and MQTT to send my position each time it change to a MQTT broker.
I have create two threads, one for...
Hi, I'm using nRF52 DK to develop and PPK v1.1.1 with Power Profiler app on nRF Connect v3.3.1 to measure current.
1. I see a lot of posts referencing the firmware on the...
Hello.
I have a issue about missing NRF_DRV_SAADC_EVT_DONE event in saadc handler.
setup is 52832, SDK 15.3.0, S332. enable ANT, BLE
for battery, sensor, I use 2 adc...
When I run the BLE peripheral HRS example on the eval board and try to connect with a Samsung XCover3 using the "nRF Connect" app, I got the error 22 (0x16): GATT_CONN_TERMINATE_LOCAL_HOST...
Hi, we are considering using Gazell on the nRF52840 with nRF5 SDK v16. What would be the maximum packet length and the maximum data throughput that we could expect? What would...
Howdy,
I am using NRF5 SDK v15.0.0 on an nRF52810 custom PCB and am having a problem where the specified event handler is not being called upon completion of an SPIM transfer...
After unpacking I followed the first step at nordicsemi.com/thingy91, which is to update the firmware. I followed the linked instructions to update the modem and application...
Hi,
I have few questiones to initiate developing our project taking BLE Examples and BLE Services as reference.
Now,First thing we have to do in examples is turn bluetooth...
nRF Connect v3.2.0 - LTE Link Monitor is running on Ubuntu 16.04, and nrf9160 fw is v1.0.1. When connecting the board to my laptop, all Modem, UICC, LTE, PDN are Green. But...
hello
i am working with nrf52832
my code is based on the Ble blinky example from centeral. i added to the code with ble, uart, saadc and pwm and it was working great ...