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...
Hi all,
I added ble central multilink example with ble_app_uart_c code, i am able to compile code successfully, but not able to run this code on board due to this error...
Hi!
I am developing a project where an NRF52840 DK is receiving data from the environment using BLE. I can observe the received data using NRF_LOG_xxx() command in my...
I'm trying to use the PA/LNA control feature in S112. However I only want this to be enabled when under specific conditions/configurations at runtime. So I need a way for...
There are 6 channels per the SDK (nRF5_SDK_15.3.0_59ac345) and the product spec for nRF52840 but I cannot seem to get channels 4&5 to do a compare or capture. Using Keil's...
Anybody got any hints at how to get Zephyr to work on the nrf52840 PCA10059 dongle?
After many struggles, I was finally able to compile Zephyr's sample/bluetooth/hci_usb...
Hi there,
I am trying to get I2C communication up and running with the nRF52832 (specifically configuring the nRF52832 as a master to communicate with 3 slave devices),...
Hello everyone,
I am developing a temperature and gas sensor for indoor environment monitoring. Due to the limitation of the bluetooth transmission range, I hope to add...
Hello, I am developping on a nrf52840-DK board and try to debug using a Black Magic probe. Software is based on softdevice, GCC build chain and Visual Studio Code with Cortex...
I've been wrestling with this DK for some time now, but today I tried to get the LTE Link Monitor app to run and see what outputs I could get. I ran everything the same as...
Hi,
I am having issues, getting the uart backend logging working on a nrf52840 dongle. I'm testing the logging on the standard blinky example that came with the sdk (15...
Hi,
Upgrading from nrfConnect for Desktop from v 2.6 to v 2.7 and higher and its associated apps seems to hang on Linux (ubuntu 16.04). 'strace' suggests that the problem...
I have a design which mainly needs to be a peripheral, however I was told that I need to use the multi-pheripheral example as I may need the device to switch to a central...
I'm attempting to get Eclipse and the GNU Arm toolchain installed on my Windows 10 system. I'm following the instructions at...
https://devzone.nordicsemi.com/tutorials...
Hi All
I am a newbie with the nRF52 series SoC's and my end goal is to make a solar powered weather station.
I have a very crude nRF52832 dev board that I program with...