Send data to thingspeak using HTTP protocol with 4G sim module
I need to send data to thingspeak using sim7600 4G module. But don't know AT COMMAND for 4G uses HTTP. I'm newbie, please help me
Ask questions, find answers, and share insights on STM32 products and their technical features.
I need to send data to thingspeak using sim7600 4G module. But don't know AT COMMAND for 4G uses HTTP. I'm newbie, please help me
I have a project using the virtual com port driver. Everything works great unless I enable "-u _printf_float" at which point I will get an error if I try to open the COM port in putty.
I have been playing around with USART. See pic....How do I clear out all the console connections?
I have a situation where I'm starting to work with the STM32CubeIDE and STM32 MCUs, and I've followed some tutorials with relatively positive success. However, I ran into an issue where I got I2C working on one project, but I cannot for the life of m...
Hello the pin definition> 7 in the stm32f1xx_ll_gpio.h file seems to be wrong: in fact when I use LL_GPIO_PIN_8 with the function HAL_GPIO_WritePin (GPIO_TypeDef * GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState)the ODR0 bit of the port concerned is...
In STM32F407, I have set bxCAN with CAN_MCR.ABOM=0 and CAN_MCR.NART=0. With the bus lines after transceiver (PHY) left open, after trying to transmit, transmitter transmits continuously forever, with CAN_ESR.LEC=0b011 for Acknowledgement Error (which...
(This is regarding STM32H75x)SRAM1, SRAM2, and SRAM3 are separate in the memory map, but they are continuous - there are no gaps between them: Can they be treated as continuous with respect to the linker, for example:RAM_D2 (xrw) : ORIGIN = 0x3...
Hi Everyone, I am using STM32H757I-EVAL board and the onboard Twin Quad SPI Nor Flash ( MT25QL512ABB8ESF-0SIT ). I have configured QSPI to operate in DUAL Flash mode.I am able to perform memory read, memory write, memory erase, and internal configura...
Hi, I created a test project to wake up L562MCU from STOP Mode when UART RxFIFO Threshold reached or full interrupt triggered or USER Button pressed.The project is based on Example project "UART_WakeUpFromStopUsingFIFO" for L562-DK. Test 1: Rx thresh...