Questions tagged [mongoose-os]

Mongoose-OS is an IoT firmware development framework.

See https://mongoose-os.com/ for details.

18 questions
0
votes
0 answers

Auto create thing on aws iot core dashboard uses esp8266 ID

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…
0
votes
1 answer

ESP8266 GPIO 16 cannot be used as a button

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…
Blasco
  • 1,607
  • 16
  • 30
0
votes
2 answers

Turn on 2 LED's at a particular time in C mongoose os

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…
futball11
  • 11
  • 8
1
2