Search found 3 matches
- Fri Nov 29, 2024 11:38 pm
- Forum: ESP-IDF
- Topic: E (15610) esp-tls: couldn't get hostname for :test.mosquitto.org: getaddrinfo() returns 202, addrinfo=0x0
- Replies: 0
- Views: 306
E (15610) esp-tls: couldn't get hostname for :test.mosquitto.org: getaddrinfo() returns 202, addrinfo=0x0
Hi. I've banging my head against the wall trying to solve this problem. The code is a simple application that connects to wifi and then tries to connect to an MQTT broker. Here are the logs: I (15610) Proyecto Final: STARTING MQTT I (15610) Proyecto Final: Other event id:7 E (15610) esp-tls: couldn'...
- Fri Aug 16, 2024 3:34 pm
- Forum: General Discussion
- Topic: ESP-Drone Development Question
- Replies: 2
- Views: 999
Re: ESP-Drone Development Question
Yeah, someone suggested me to try and port the newer craflie version into the esp-drone code.aliarifat794 wrote: ↑Fri Aug 16, 2024 2:40 pmI think you need to figure out the Crazyfile BLDC support first: https://www.bitcraze.io/2023/10/say-hel ... brushless/
- Fri Aug 16, 2024 1:25 am
- Forum: General Discussion
- Topic: ESP-Drone Development Question
- Replies: 2
- Views: 999
ESP-Drone Development Question
Hi. I was checking out the esp-drone ( https://github.com/espressif/esp-drone ) and saw that it only is capable of driving brushed dc motors (according to the menuconfig). So I went ant checked the crazyflie ( https://github.com/bitcraze/crazyflie-firmware ) in which the project is based according t...