kiralikbeyin

Results 12 issues of kiralikbeyin

I searched a lot but couldn't find. Is there any example esp32 sketch (no esphome or hass etc) which directly gets mi data (no custom firmware, no activation etc..)?

Hi, I cant understand how do you change variables in the flash without using FS? Ovewrite directly to flash seems like uploading a new firmware but its so quick -...

I can use socket.io as a server in node app and also as a client https://socket.io/socket-io-with-apache-cordova/ Is there any way to do the same, server and client with mosca or...

New original sonoff sensor (v1.0) is different. (not am2301) Chip is BB1 0 F 2 G A Found this: https://electronics.stackexchange.com/questions/443364/itead-sonoff-rf-wifi-433mhz-switch-identifying-an-unknown-chip-on-the-433mhz https://au.mouser.com/datasheet/2/368/EFM8BB1-DataSheet-958779.pdf **Is there any way to get temp-hum from new...

upload doesn't show the file.. tried 500kb-2000kb jpeg and png files.. http://example-upload.meteorfarm.com

I've been trying to add arduino as esp-idf component to your repo https://github.com/maximkulkin/esp-homekit-demo for 4 days. I was hoping to add a few simple arduino libraries. Is this impossible? https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html

I am trying to make deep sleep with arduino, when receiver gets a signal arduino will wake up. Is it possible? If yes device will be battery powered. I think...

I can't compile and I'm stuck here. ```` [2/549] Generating x509_crt_bundle FAILED: esp-idf/mbedtls/x509_crt_bundle /Users/myMac/Documents/esp-rainmaker/examples/switch/build/esp-idf/mbedtls/x509_crt_bundle cd /Users/myMac/Documents/esp-rainmaker/examples/switch/build/esp-idf/mbedtls && /Users/myMac/.espressif/python_env/idf4.4_py3.9_env/bin/python /Users/myMac/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --filter /Users/myMac/esp/esp-idf/components/mbedtls/esp_crt_bundle/cmn_crt_authorities.csv --input /Users/myMac/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem /Users/myMac/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q Traceback (most recent call last):...

My remotes are sending the same code but i see different raw values like this; First press; 372, 956, 1020, 312, 1004, 328, 984, 352, 308, 1012, 972, 364, 296,...

i flashed with ```` esptool.py --port /dev/cu.usbserial-A7012RPU write_flash -fs 1MB -fm dout -ff 40m 0x00000 rboot.bin 0x02000 rom0.bin 0x82000 rom1.bin 0xfc000 blank4.bin ```` rboot.h #define BOOT_RTC_ENABLED or //#define BOOT_RTC_ENABLED didnt...