HTTP CGI(Common Gateway Interface) can be used to send the data from the webserver to the microcontroller. For example…
receive
UART DMA with IDLE Line Detection
HAL_UARTEx_ReceiveToIdle_DMA is used to receive the data using the DMA until, an IDLE event occurs, or all the data has been received…
SPI using Registers in STM32
This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in master mode..
Send and Receive data from the WebServer using STM32
ESP_Init Initializes the ESP8266. Its parameter are the @SSID and @PASSWD of the Access point that you want to connect to. @STAIP is the static IP..