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 SDK 16.0 and I use flash storage to store some value which is critical for our application, when I use fstorage_write as below inside main(),
int main...
I am trying to use the fstorage library to store some data for my application and use the flash_fstorage example in SDK16 as a starting point and copied the required codes...
Hi
i am getting Fatal error while uploading code in my nRF52823 plz find attachment which i enclosed.
and showing break point at NRF_BREAKPOINT_COND; plz tell me what...
Hi Team,
We are working on NRF52840 module with BLE functionalities.Tested the RNG functionalities alone with example project (examples\peripherals\rng ) it is working fine...
Hi!
I'm trying to transfer data from UART to BLE in NRF52810. NRF52810 connects MSP430 controller via UART, MSP430 sends packet of 16 bytes lenght every 2ms (500 times in...
Hello,
This morning I was able to program my kit, but I don't not why I can't do it now.
I'm trying to do it with all the options I know (SEGGER, nrfjprog, program nordic...
hello everyone,
I want to implement the FOC algorithm to control the brushless motor with the nrf52 card. is there a library or SDK that I can use. regards,
Hello all,
I've been working on creating a test app for a product that I've been developing for sometime. It has multiple BLE services such as Device information (DIS),...
HI ,
On my costume board works fine when VDD connected to ~3.6v.
it starts to behave differently when voltage is ~4.1v. (Flashing fails / SW not loading ).
my VDD_GPIO...
Good morning, I am a university student and I would like to know if there is a tutorial or an example to do a simple test of the operation of the new feature of Bluetooth...
I am trying to read ADC values for 8 different channel, in order. It's just to test if the ADC and its API.
I successfully receive the ADC binding (it returns 0), and the...
Affects version: SDK 15.2.0
Building the ble_app_hrs_freertos example produces several warnings in SES. The warnings are related to redefinition of several MACROs.
I have set up a custom board using the nRF52811 based BMD-360 module.
I have tested the twi_scanner example, first of the nrf52DK with an external sensor. I Changed the...
Hi all,
I'm trying to get the Thingy device work with (SEGGER's) RTT. I used the asset_tracker sample application and edited it to just print to RTT in a loop after all...