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...
Hello,
I am using nRF52 with ADS1292, and i am trying to sample at 8kHz with data throughput of 72kB/s, but some data is being randomly shifted giving me random spikes...
Hi Nordic Team,
I am requesting any block diagram level documentations - on a high level software architecture overview of SDK.
My goal is to understand how different...
Hello All,
I want to know Maximum External flash size supported by nrf52832 .
On which parameter Maximum size of external flash depends?
If it depends on usage, then...
Hello,
I'm currently using a bootloader based on the one included with SDK 15. We're close to mass production and I need to decide on how much space I should leave for the...
Hi,
I have designed a system that uses the SAADC to sample 3 analog inputs in scan mode at 8 KSPS, performs downsampling by a factor of 8 using the DSP, and sends the results...
Hello community and Nordic support.
Very briefly about my profile: I have worked with NRF52 chips in my previous company for about half a year and have a good understanding...
in my tutorial I need to implement an I2C or TWI sensor on a peripheral BLE. In SoftDevice Software in Example-> Peripheral there are 2 methods 1) twi_sensor or 2) twi_master_with_twis_slave...
I used nRF Mesh app both iOS and Android versions to communicate with
nrf5_SDK_for_Mesh_v2.0.1_src\examples\light_switch\client
and
nrf5_SDK_for_Mesh_v2.0.1_src\examples...
The system consist of two nRF52832, one acting as SPIM and the other one as SPIS. I hace created a while loop always asking for certain amount of bytes but the MISO line on...
Hello, I am new to nRF micro-controllers and using Netbeans. I have cloned the repo of a project I would like to run, which builds successfully, and am getting the following...
Two questions. 1) What is the point of the watchdog ISR? In the Ambiq Apollo 2 microcontroller, the watchdog ISR fires and if the CPU doesn't pet the watchdog slightly after...
Hello I have problem with Mesh Serial Example and Interactive_pyaci, it works just in Debug-Mode. I use nRF52840, nRF5_SDK_15.0.0_a53641a, nrf5_SDK_for_Mesh_v2.0.1, Python3...
Hi I am trying to optimize my nrf51 app for low power. However I can just reach 0,500mA when just advertising (advertisement only is ok for me). Do you know or do you have...
I am trying to integrate the NFC read/write functions in my BLE application. I have used the writable_ndef_msg project functions to start with. The project on its own works...