I'm new here and also new to ESP8266,
currently i try to create an IoT device using CC26xx and ESP12-E as a gateway.
I use arduino IDE to do this
to connect CC26xx with ESP i use serial connection.
as a lot message coming from cc26xx thru serial to ESP, I need to create message queue in the ESP so the message can keep coming while i can do some processing, something like JSON parsing and NTP time stamp.
my question is how to create this serial/UART message queue in ESP8266 ?
how to create event trigger based function for UART/serial communication ?
i'm not quite understand how to approach the condition, please advice if there is some way to handle the UART message queue
thx for your help
regards
TonnyS