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...
Dear team, Device - nRF52832 SDK - nRF_SDK_15.0.0 Softdevice - s132_nrf_6.0.0 IDE - Segger embedded studio
My application needs to toggle one gpio pin using app timer in...
I'm developing for the nrf9160 and would like to clone the sample projects at https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160
branch nrf9160_samples...
Hello,
I'm using SDK15.3 (Generic_Stack_S332_06.01.01).
IROM1 Add :0x30000
IRAM1 Add : 0x20003600
Central Firmware support already in SDK14.3 just I move this part...
I have made a state machine in which
I first initialize gpios, power management, clocks, and ble stack
I then put nrf into deep sleep (System OFF) state
A wakeup signal...
Does the http FOTA_download client support 301 responses, ie permanent redirects? I want to move the download file from a hired space to our server. Is using permanent redirects...
Previously I have been successful getting the AWS FOTA update working using the AWS FOTA example project, the example update.bin file and location provided
by Nordic for...
Hello there,
I am working in my master degree project with nordic NRF51822 microcontroller, but I faced two problems. I don't know if is a SD problem or hardware problem...
I've been tested for BT SIG however have met error which sent 0xc000 and got 0xc000. I expected to receive 0x8xxx. Command is LE_TEST_END in DTM.
I tested with nRF52832...
Hi!
I have old code written in nRF51 enviorment with SDK nRF5_SDK_12.0.0.
I've successfully flashed the softDevice (s130_nrf51_2.0.1_softdevice.hex).
No error occurs...
hi, I am fresher starting my carrier in ASIC i am learning about UART where i come across with the word "DEADBEEF" in the coding please help me with where it is used and how...
Hi We've been using SDK12.1 with softdevice 3.1.0 on a NRF52832 for some time now. Now we want to upgrade our SDK to 15.2 with softdevice 6.1.0. We've converted the application...
Hi all,
I am working on nRF52840, nRF5_SDK_15.2.0, pca10056,usbd_cdc_acm
I can now communicate nrf52840 with PC,However, I failed to connect nrf52840 to android, Android...
Dear Team,
Greetings !!!
Device - nRF52832 Softdevice - s132_nrf52_6.0.0 IDE - segger embedded studio Bootloader - secure bootloader
In our current application, We are...
Hi,
We have build complex application based on Nordic SDK. Right now we are thinking about moving to Zephyr OS. I was wondering if there is any tutorial/tips I can find...
Hi, I'm using nrf52832 development board. In which i have flashed hci_uart example code of zephyr (latest code taken from https://github.com/zephyrproject-rtos/zephyr ) which...