NIce, I have it working. Limited my string 12 chars, reduced baud from 115200 (which I think is to fast for softwareserial on an Arduino Nano with Atmega328) to 9600 baud. If I'm right, the potential of 9600 baud = 9600 bits per second = 960 bytes per second (1 start bit+8 bits+1 stop bit). Right? S...
Aha ok. I did compile myself using VS Code and used "custom_ESP32" But it should be working? Do you have an example screenshot of a working configuration? I wanted to use SoftSerial on an Arduino Uno/Nano/Mini at 115200 baud to Serial1 or 2 of the ESP32. Would this 8 to 9 Hz datarate work?...
I flashed an ESP32 with the latest firmware and saw that the Serial Proxy is included. What values do init 1 and init 2 expect? I have a sensor that's putting out a value 8-9 times a second on the serial using serial.print and serial.println How can I get these values to MQTT or another controller, ...
Cool, consider uploading your data to Radmon https://radmon.org This is mine: https://radmon.org/radmon.php?function=showuserpage&user=fluppie007 http://www.radmon.org/radmon.php?function=submit&user=RADMONUSERNAME&password=RADMONPOSTPASSWD&value=CPMVALUE&unit=CPM You have to cha...
13:46:31.041 -> 488 CO2 13:46:31.041 -> 19.15 C 13:46:36.063 -> 488 CO2 13:46:36.063 -> 19.15 C 13:46:41.061 -> 489 CO2 13:46:41.061 -> 19.16 C 13:46:46.055 -> 489 CO2 13:46:46.055 -> 19.16 C 13:46:51.065 -> 489 CO2 13:46:51.065 -> 19.16 C 13:46:56.084 -> 490 CO2 13:46:56.084 -> 19.16 C That sample ...
Hi all, I'm looking for a working I2C code example for the Sunrise S11 CO2 sensor from Senseair. I'm able to run an UART sample code, but I want to use I2C. Not working example (for me): #include <Wire.h> char FIND_ADDRESS = 'F'; char READ_CO2 = 'R'; byte address = 0x68; //byte address = 104; //slav...
I want to develop a serial plugin for ESP Easy that sends and receives commands over software serial. Which plugin is the best to start from? Using 2-way communication, send and receive. For example the command to fetch the serial number of the connected device: byte stx[] = {0x02}; byte etx[] = {0x...
Who would like to help on this? I got a little bit further in understanding the serial protocoll and decoding it with regular Arduino code on a ESP8266. Now I want to send/get results through an ESP Easy plugin. Who want's to offer help? If one of the main dev's want to help out I could donate to th...
I use this together with home-assistant: https://www.zigbee2mqtt.io Regarding ESP8266 as Zigbee Coordinator, maybe check this: https://www.zigbee2mqtt.io/how_tos/how_to_esp8266_with_cc2530.html Zigbee Routers: https://www.zigbee2mqtt.io/how_tos/how_to_create_a_cc2530_router.html Or plug and play: ht...
I just think the BME680 is a very good sensor. Had some issues with RH measurements of chinese/aliexpress (fake?) BME280 sensors. Then bought from Pimoroni some BME680 breakouts. The RH measurements are good, tested 3 of them in a glass with salt/water solution. They quickly ramp up close to 75% RH ...
I'm completely new to Py/µPy, I only have some basic Arduino skills. I found a working Py 2.7 script that I can run off a Rpi. Only I want to run the script from a ESP device. Can we run the script also on µPy, or does it need to be rewritten? #!/usr/bin/python # coding=utf-8 # 22.12.2011 # Dieses P...
I have the same as you, with the newest builds. I reverted back to 18 12 2018. Build time:⋄ Dec 18 2018 03:12:49 Binary filename:⋄ ESP_Easy_mega-20181218_normal_ESP8266_4096.bin This is working for me. I haven't tried disabling the HW serial port when re-routing HW serial to D7 and D8. I'll reflash ...
6.2.1.13 20181008
* Change default Mqtt client library from PubSubClient to non-blocking ArduinoMqtt by Joel Gaehwiler https://github.com/256dpi/arduino-mqtt
After some fiddling got it working :-). I have a rev0 module: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,h...
Here you can see the logging of 3 pieces BME680, all within 5cmof eachother: https://emoncms.org/Edegem/bme680voc I'm using the one from Pimoroni: https://shop.pimoroni.com/products/bme680-breakout I'm not to convinced about the VOC accuracy, the trend is the same but I think the absolute value in k...
I was able to compile the mega version from Github with the BME680 plugin from the plugin playground on a Wemos D1 Mini and the BME680 Pimoroni break-out. Logging to emoncms via MQTT: https://emoncms.org/Edegem/bme680voc I had to hardcode the I2C address (0x76 in the Pimoroni break-out case) in the ...
A PID Device. Device needs 6 parameters P, I, D, setpoint, Device(actual value) and GPIO for output. A checkbox to determine if it is for heating or cooling would also be nice. I am aware of the limited power of the processor, but for many purposes a cycle time of 5-10 seconds would be sufficient. ...
I also find this one: MICS-VZ-89F http://www.sgxsensortech.com/content/uploads/2015/01/Datasheet-MiCS-VZ-86-and-VZ-89-rev-6.pdf https://sgx.cdistore.com/ProductDetail/MICSVZ89T-SGX-Sensortech-Limited/553643/#.VxSLkaiLShc https://github.com/radhoo/mics_vz_89t http://www.pocketmagic.net/mics-vz-89-air...
Then the SenseAir S8 could be an option (75 euros) http://www.senseair.com/products/oem-modules/senseair-s8/ http://www.sensor-test.de/ausstellerbereich/upload/mnpdf/de/SenseAir_S8_DriesenKernGmBH_13.pdf https://www.m.nu/co2matare-fran-senseair-p-1440.html webshop in Sweden Or we wait till Q1 2017 f...
Well ... did you? Try it, I mean. I posted this in the Sonoff hardware thread :) I used the new R91 release with rules to control the Sonoff relay with the button and get feedback from the led: on SW_1#Switch do if [SW_1#Switch]=0 gpio,12,0 gpio,13,1 else gpio,12,1 gpio,13,0 endif endon It's workin...