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,
Just to share my though here.
I think it is better way to decouple the BLE and application with dual core design.
It help to get rid of application latency due to...
Hello Everyone,
We have 2 devices. 1st device is flashed with the Eddystone example & sending TLM info. The 2nd device is flashed with a modified version of the ble_app_hrs_c...
Hi.
So I'm trying to configure my SW to use two uarts (as I've understood that uarte and uart are separate modules that can be used at the same time).
As the app_uart...
Dear nordic,
I implemented a uart in BLE application its works fine.
I need to reduce current for that i enable and disable uart but when i call function disabled or enabled...
hi team,
real quick; The accuracy internal reference (0.6V) used in the SAADC is specified in COMP section of the data manual as +/-3%. The gain error in the SAADC is...
Hi,
I was just trying to build the light_switch_provisioner_nrf52840 code using Segger Embedded Studio. However, I've got a error build/light_switch_provisioner_nrf52840_xxAA_s140_6...
What is the function of db_discovery_init (); , I am migrating a code from SDK 8 to SDK 14.2 and I can not find that function, I do not know what library it contains or how...
Hi Nordic.
I am currently working on nRF52810 chip and the main power source is lipo battery. The battery is charged via USB could you recommend an efficient power management...
Hi,
I am currently migrating my controller from nRF51 to nRF52832 . I am facing an issue where in when I try to do an TWI communication with MPU9250 on nRF52 the code gets...
Hey
all process of burning work great without use of reset pin.
question is do we need to change it and wire pin to jtag connector?
what is the added value of the pin...
Hi All,
I have been using Keil but have decided to test "Seggers Embedded Studio for ARM" to develop firmware for the NRF51822. After following this tutorial i have been...
Hi,
We were working on a board that communicates with another board from a customer. It seems that the customer's board has voltage spikes sometime (it has 110 VAC signals...
We create general purpose device based on nrf52840 chip and need to provide different ways of dfu: buttonless, usb, uart. Is there any examples, recommendations how to do...
NRF52840 = GCC/GNU ARM - SDK 15.0 - SD 6.0.0 - Builds tested under windows & linux on two separate machines. Chip is Fanstel BT840E-V2 module on a custom board. We've been...