I'm using AWS-IOT core to handle problem about MQTT for Esp8266 . I'm creating things on AWS-IOT core dashboard and setup that things for my Esp8266, but When I setup for 10000 devices , I cannot create each device one by one. So Does anyone have an…
I have the following code, but I cannot see any log message:
void gpio_int_cb(int pin, void *arg) {
LOG(LL_INFO, ("button pushed"));
(void) pin;
(void) arg;
}
extern "C" enum mgos_app_init_result mgos_app_init(void) {
int…
So I have an espressif chip connected to 2 LEDs, and mongoose os runs on it
I would like to get time from the internet/computer and make the led's turn on at a particular time.
eg. at 10:00 turn on/off led 1 connected to pin 2 and at 16:00 turn…