Hi all, I wish to use the STM32F051K8U6TR. I need only DAC, spi and UART.In your opinion is possible to use 8 MHz HSI RC and not use external HSE?Thanks in advanceStevasway
Hi All, I need to build a solution with a Web Server with Wifi interface.I need to write html pages and so on, and drive an UART (implementing simple commands with a custom protocol).What ST evaluation board do you suggest me?
At the moment with the X-NUCLEO-PLM01A1 + Nucleo-F401RE boards is supplied a firmware stack with only PHY and DATA link.What full stack do you suggest to use with ST7580?An old job of Nunzio Dipaola (Application Note AN4411) build a 802.15.4 stack ov...
I'm using STM32F401 with ST7580 with Nucleo-plm01a1 in Powerline Communications.Are present PHY and DATA layers, but not upper stack layers.Someone knows if there is a stack's higher levels for this hardware?Thanks in advance.
I use STM32CubeIDE.l have one external input (ADC_IN8), the internal temperature as a second channel (ADC_IN17) and Vdd voltage as the third channel.void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *hadc){ if (hadc->Instance == ADC1) { if (__...
Hi all,I found :https://os.mbed.com/teams/ST/code/DISCO_L475VG_IOT01-wifi_http_server/Based on INVETEK ISM43362-M3G-L44 module and mbed os.Ok, but the wifi module is very expensive.
Thank you very much Andrei for your precious suggestions. I saw this project: https://github.com/khoih-prog/ESP8266_AT_WebServer#72-for-stm32-boards-to-use-serial1but it uses ESP8266 and now I have some doubts to use that solution.I saw also this:htt...