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 am using the database discovery module in my app (my code is based on the "HRS client" that is one of the SDK examples). I am able to discover multiple services (both custom...
To the kind attention of Nordic support team,
I have got legacy nRF24 gzll devices that are supposed to communicate with new nRF52 platform. Sometime it happens that nRF52...
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...
Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data...
Hello!
I would like to use an external antenna with my nrf9160dk to be able to attenuate the signal. But I am unsure about what is needed to make it work.
Is it enough...
Hi,
I have read through this tutorials on how to develop custom UUID, and I have implemented it successfully.
But I need to have 2 characteristics. I have basically duplicated...
Hello. I am trying to use TWI with mpu9250 sensor after System Off mode. But it is not working well. Do I need to do some preparation before going to System off mode? Where...
Hi All,
I'm using Ellysis sniffer for debugging my ble mesh network.
I've made network setup using generic on/off application and I'm able to communicate and capture...
I have a nRF9160 DK and since I am in Germany, we are trying to use the most common LTE band they use here, which are:
Band 1,3,7,20
However, band 7 does not seem available...
When I compile one of the nfr_log modules (e.x. nrf_log_frontend.c) I get the following error.
I do include ../components/softdevice/s132/headers/nfr52 in my User Include...
I have an nRF9160 DK which came with an enclosed eSIM from iBasis, that is supposed to work in most of Europe.
However, after jumping through all the getting started hoops...
Hi All,
Posting this here after a lot of searching and troubleshooting. There have been a lot of similar posts but none actually seems to go into how to implement this in...
I'm successfully printing to the UART1 com port at baud rate 115200, but I have a peripheral I plan to connect that requires 9600. What is the proper way to go about this...
I'm using an NRF52840, SoftDevice s140, FreeRTOS, SDK 15.3.0.
I'm trying to sample my ADC at high speed, >1khz (10-40kHz).
I implemented the logic from the SAADC exaple...