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...
Hello,
I have been looking through the SDK for the Thingy:52, and I have been unable to find the configuration file used for the MPU-9250. I am able to see the default pedometer...
I use QSPI to access MT25qu512 serial flash and find the following behavior.
SDK: nRF5_SDK_15.3.0_59ac345
QSPI configuration:
// Use 4 bytes address from serial flash...
I am unable to figure out what causes the problem that IRQ handler is defined both in nrfx_uart and nrfx_uarte modules.
After investigating in a test project I have found...
I have previously built the Asset Tracker downloaded it to my 9160DK with no problems.
Today I connected my Thingy91 and updated it's firmware. Afterwards I built the Asset...
Hello,
I'm trying to create a Mesh network with the following devices:
* Mobile phone as provisioner (supports PB-GATT only)
* Two different bulb's which supports PB...
When storing entries that aren't multiple of 4 bytes they are padded with random bytes by flash manager.
The problem is that they aren't padded with 1's but rather random...
I'm testing with a Custom board using a nrf52832 chip.
Testing BLE communication using nRF Tool Box.
I am using SDK15.3.0 example for communication using nRF Toolbox and...
Hi,
I am trying to install the nrf command line tools on linux. After following the installation instruction, I have the error
ERROR: nrfjprog.ini not found. Please reinstall...
Received the IN-119 notice, and it says:
All users are recommended to use the latest release of BLE protocol stack software for product development. All BLE protocol stacks...
Hi,
Using SDK 15.2.0 and SD S140_6_1_1.
I have two hardware of nRF52840, one has external LF crystal(32kHz) and another does not.
Want to run same firmware file in...
Hi i have questions about nrf52832 and nrf52811 soc.
Currently we are selling custom board with nrf52832 soc which works fine and going out for sale
In the custom...
Hello,
this is a brief description of my plans:
I am planning on merging my modified ble rscs central example that is used as a cycling cadence central device instead...
board: nRF52 DK
[update - fixed this - see #2]
When I use the following (shortened) code, the LED blinks when I press button 2 but I see no logs. NRF_LOG_INFO() is working...
Hi,
I have integraded pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver/releases/tag/v4.1.1) on boundary device Nitrogen6x using Yocto.
I have not changed...