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,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I'm currently looking into improving BLE connection reliability in my application by reviewing my connection parameters, scan intervals etc. But have noticed that a scan window...
I keep getting this warning when trying to program an NRF51 DK:
Any idea what this means or how to fix it?
Here's the log:
* JLink Info: Device "NRF51822_XXAC...
I am using nrf51822 chips and UART to communicate with my cellphone. I want to know if there are any ways to improve the sampling rate (reading and transmission) of measurement...
Hi, i use SDK 15.0.0 s140 nrf52840
// When nrf_dfu_transports_init is called, all registered transport layers are initialized with their respective init functions.
after...
Hello guys,
I wanted try run on NRF9160 hardware CC310 cryptographic module.
I installed all software and tried run secure_services demo. Thats works, cool!
In next...
Hi,
I am using SDK 15.2 and Softdevice S132 6.1.1. I'm having an issue getting my custom hardware built around the Laird BL652 (nRF52832) to start the program. It always...
Hi.
I need PC app communicate with my development board though BLE.
so I'm testing pca10059 with ble-pc-driver sdk.
I tested ble_app_att_mtu_throughput example with...
Hey, I am trying to sample from 10 analog sensors and stream the results via bluetooth. Since the nRF5 is on a board that only lets me access 5 Pins, I am using a 16:1 multiplexer...
Hi everyone!
At the begining I want to write what I'm using to make everything easier.
Device:
- NRF51822 xxAC ( This one ). - GSM module Simcom Sim 7000E ( This one...
I need to be able to upload my application to an nRF52832 through an ARM architecture Linux machine that I have remote access to. nrfjprog is not available for machines with...
Hello. I connected the Image transfer service (running on a nrf52840) to another nrf52840 running a modified BLE_NUS_C service.
However, a BLE packet won't be send out,...
Hello,
I have the following issue when trying to detect which GPIO triggered the interrupt:
For my low power application, I was trying to connect two switches to the...
Hi,
I'm in the process of designing my first prototype with the nRF9160 SiP. For the LTE antenna sub-circuit, I simply want to replicate (as much as possible) Nordic's reference...
Hello,
I am using custom nrf52832 PCB as central role. Also i have the peripheral with similar board . Peripheral communication is working properly if connected with the...