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,
Greetings!
I am using nRF52832 with SDK 16.0.0 and mesh sdk 4.0.0.
Application: light switch client with LPN features added
In one of application, I have to use...
i already done the nrf52840 dongle that already work as beacon when i have tried in nrf beacon apps. i want the same application but now it is transmitting to server/website...
Hi,
I have a low level mcu (128 kbyte flash) connected via UART to the nRF52840.
My current flash usage (text output arm_gcc) is about 256 kbyte + the softdevice.
Since...
I am somewhat of a beginner - I have successfully built and programmed a "Hello World" example on the nRF5340. However I am having trouble building some of the Bluetooth samples...
So I am using the Mesh SDK in version 4.0.0 and 2 nrf52DK boards with some custom software running on the boards, but derived from the light switch examples. The boards work...
We have some prototype boards that work fine when programmed via the debug out on the nRF52 dev kit, but have problems when programmed with this JLink . Programming with both...
Hi Team,
We are using the NRF52832 Board for our development purpose.We need the last RESET condition reason/source and need to store as log in memory for further debugging...
Hello,
I am looking for some tips to speed up a DFU transfer.
I have 2 BLE, I implemented a DFU master in the first one using SDK11.
Transfer duration is about 3mn30s...
Hi, I am trying to do firmware upgrade of nRF91 over BLE using nRF52 on the nRF91-DK or Thingy91 board. They both have nRF91 and nRF52840 chips on them which are connected...
I am currently working on a Heart rate sensor(max30102). I have connected the sensor to my nrf52 DK as follows: GND -> GND VDD -> VIN SCL -> P0.27 SDA -> P0.26 INT -> P0.17...
Hi everyone,
I have lately had some problems with my application which has different characteristics enabled, such as nus, battery service, dfu etc...
The problem I am...
Hi team,
I have 2 Thingy:91s, 1 is maybe new, not sure if I have used it before and 2 has been used before and reprogrammed over SWD many times before.
I wanted to test...
Hello,
I am working on my nordic board to make an https request to download some data that is about 4200 bytes. It is failing because of the BSD_IP_MAX_MESSAGE_SIZE=4096...
SDK 15.1 API 6.1 and i use SES
I removed previous as i was trying ot use fstorage. I switched to fds calls and it seems to work better.
However, does the fds calls take...