Search found 129 matches

by martinus
08 Apr 2020, 12:46
Forum: Experimental
Topic: Exploring RTOS plugin possibilities
Replies: 4
Views: 25426

Exploring RTOS plugin possibilities

Decided to open a new topic on RTOS specifics that could be useful for specific plugins. I have been reading quite a lot on FreeRTOS fundamentals the last couple of days. Also build a first plugin to learn how RTOS could aid in running timing critical plugin tasks. Timing critical in this context me...
by martinus
07 Apr 2020, 13:00
Forum: ESP Easy: Projects / Applications
Topic: Android application
Replies: 67
Views: 83806

Re: Android application

I will probably open the source code Please do so... The LetsControlIt platform has a very strong emphasis on Open Source projects. Our primary mission is to share code and ideas to help each other in DIY projects. Sharing code is quite difficult if source is unavaible for others ;) We have a speci...
by martinus
04 Apr 2020, 19:26
Forum: Introduce yourself
Topic: Hello from Holland - Martinus
Replies: 7
Views: 9062

Re: Hello from Holland - Martinus

..on how data can be shared among processes running on different cores. I wonder if you can instruct RTOS to time slice user tasks on a single core or that it automatically schedules tasks on both cores? For ESP32 it may still be better to grant one core to all Wifi SDK stuff and use the other for ...
by martinus
04 Apr 2020, 19:12
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

I wonder how well ESPnow performs if the "ESPnow gateway" node is connected to an AP with dynamic WiFi channel. Problem is that ESPnow receiver should listen constantly on the same channel, but given there is only a single radio it is forced to use the same channel as used by the AP you c...
by martinus
04 Apr 2020, 15:20
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

Still running strong on R120 for about 5 years!! Maybe just leave it as it is... Or put an M5 Atom in it... Could not resist to replace the ESP8266 with an ESP32. Just because we can... The Adafruit Neo library seems to have issues on ESP32. Workaround by moving to Fastled library. Also checking ou...
by martinus
04 Apr 2020, 15:10
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

Martinus, I have cobble together some code for my battery powered ESP8266 devices. There are 2 sketches called ProbeSender.ino and ProbeReceiver.ino. It is very power efficient (even better then ESPNow) and it uses Probe Request protocol to transfer data from battery power device to main controller...
by martinus
04 Apr 2020, 14:53
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

Martinus, did you see this topic? https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=6955 Saw that one. But it looks like many posts are 'hijacked' by Tasmota users. I'd like to see if there's a need for ESPEasy. And if standard operation is sufficient or ESPNOW is really required. It has ...
by martinus
04 Apr 2020, 14:47
Forum: Introduce yourself
Topic: Hello from Holland - Martinus
Replies: 7
Views: 9062

Re: Hello from Holland - Martinus

Considering working on the ESP32 part of the ESP Easy dev ? Development is now in the good hands of Gijs and Jimmy. But indeed the reason for me replacing all hardware with ESP32 is that i want to focus only on ESP32 and RTOS. I think the RTOS could bring some nice options of running multiple "...
by martinus
29 Mar 2020, 14:04
Forum: Introduce yourself
Topic: Hello from Holland - Martinus
Replies: 7
Views: 9062

Hello from Holland - Martinus

Since I'm sort of back after quite some time, it may be needed to reintroduce myself (?) My history with ESPEasy goes all the way back to the Nodo project where it all started in 2011. I was the initial founder of ESPEasy until I handed over the project to Edwin and later on to Gijs and Jimmy. And a...
by martinus
29 Mar 2020, 12:25
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

Martinus, Maybe a stupid question. I see you used R151, but what is the difference between the R145/147 builds and the R151 build? Getting back on topic: Is anyone actively working on these devices? Would it make sense to spend plugin development time on these? Are you using any LSC stuff? Personal...
by martinus
29 Mar 2020, 12:16
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

The PIR sensor also converted to ESPEasy. It takes 497 milliseconds from Power On state to send out the final state message. As received on ESP32: 1477432 : Info : EVENT: Clock#Time=Sun,12:11 1478984 : Info : WD : Uptime 25 ConnectFailures 0 FreeMem 196904 WiFiStatus 3 1490884 : Info : EVENT: ESPNOW...
by martinus
29 Mar 2020, 12:10
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

Martinus, Maybe a stupid question. I see you used R151, but what is the difference between the R145/147 builds and the R151 build? From __ReleaseNotes.ino: // R150 03-09-2017 // RAM savings: .arg("F(xxx) in plugins and lots of other places F() // Added rules processing time logging // R149 22-...
by martinus
29 Mar 2020, 10:37
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

Re: LSC Action device support/use status ?

The first doorsensor is working towards an ESP32 peer node: LCSEasy.png Needed some tweaks to be able to set/scan/update the working channel of a peer node, but it seems to work now when channels change. Needed to store the active channel in flash because the ESP on the doorsensor is turned of after...
by martinus
29 Mar 2020, 10:16
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

Thought that the refresh job was finished. Almost forgot that this device is also ESP based (Originally it was a Nodo project):
wordclock.png
wordclock.png (418.89 KiB) Viewed 16537 times
Still running strong on R120 for about 5 years!! Maybe just leave it as it is... Or put an M5 Atom in it...
by martinus
27 Mar 2020, 13:40
Forum: ESP Easy: Hardware
Topic: LSC Action device support/use status ?
Replies: 12
Views: 13006

LSC Action device support/use status ?

Now that the new IR Gateway is in operation, it is time to start working on my LSC Action gadgets: I just put R151 on the Smart Plug because it's just a bare switch, brings back memories: :P R151.png I also pulled some ESPNOW plugin from here https://www.letscontrolit.com/forum/viewtopic.php?f=6&...
by martinus
24 Mar 2020, 17:18
Forum: ESP Easy: Hardware
Topic: Battery goes down WAY too fast on ESP
Replies: 59
Views: 49565

Re: Battery goes down WAY too fast on ESP

FanOfHue wrote: 24 Mar 2020, 15:46 It's really not my invention, it is based on this Letscontrolit stuff:
https://github.com/letscontrolit/NodoCl ... r/NodoTiny
Cool to see that someone actually found this legacy stuff from the Nodo era :geek:
FanOfHue wrote: 24 Mar 2020, 15:46 I have stopped development on this forum
Any particular reason?
by martinus
24 Mar 2020, 17:10
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

IR gateway prototype setup is now in operation and the old Nodo unit has been shutdown. I did not own three M5 Atom lite units yet, so currently using an Atom-Lite and Atom-Matrix as sending units and an M5StickC as receiving unit. The Atom units are powered by the TV's USB port so they will automat...
by martinus
22 Mar 2020, 10:11
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

But the refresh is not finished yet. This device is still in operation: IR_old.png It uses a custom Nodo ATmega328 version and the ESP-01 is only used to bridge to Wifi for special rule handling. I'm also planning to end the Nodo era (makes me feel i bit :( but in the end it will be more future proo...
by martinus
22 Mar 2020, 09:59
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

Please share your custom version of code when ready. Thank you for efforts to create ESPEasy Just had a look at R150 and compiled with core 263. Still under 400k. Maybe adding an ESPNOW plugin will be sufficient instead of creating custom code. And maybe one customization to avoid Wifi kicking in a...
by martinus
22 Mar 2020, 09:51
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Re: Home Automation Refresh...

@martinus: Honest question: Why not replace the ESP8266 controllers by ESP32's? Or is the rest of your IoT hardware too far degraded to be reused for a second time? (Recycling is good, IMHO) The new devices are a lot smaller and better looking. And i prefer the LCD display on most of the devices to...
by martinus
20 Mar 2020, 15:44
Forum: ESP Easy: Projects / Applications
Topic: COVID-19 Virus Plug-In [EXPERIMENTAL]
Replies: 17
Views: 17750

Re: COVID-19 Virus Plug-In [EXPERIMENTAL]

TD-er wrote: 19 Mar 2020, 18:26 I only have 1-layer, so I don't qualify?

Image
So is this were all the sponsoring funds end up ?? :lol: :lol: :lol: :lol:
by martinus
20 Mar 2020, 15:38
Forum: RFLink: Nederlands support forum
Topic: tx timeout
Replies: 31
Views: 51897

Re: tx timeout

Houd dan wel een backup van je huidige versie bij de hand, want de nieuwere builds zijn niet altijd stabieler wat betreft WiFi. Nieuwere versies van ESPEasy pollen de serial buffer wel met een hogere frequentie, naast dat er zeer veel andere zaken verbeterd zijn. Sowieso heeft de ESP zelf geen grot...
by martinus
20 Mar 2020, 13:45
Forum: ESP Easy: Projects / Applications
Topic: Home Automation Refresh...
Replies: 12
Views: 17010

Home Automation Refresh...

Have been shopping around the last few months and after almost 10 years of DIY hardware, decided to abandon those in favor of several 'commercial' boxes. Planned product line-up: Line-Up.png Ofcourse the firmware will still be DIY! I like the fact that all ESP devices have built-in button(s), Neopix...
by martinus
01 Mar 2020, 20:39
Forum: ESP Easy: Hardware
Topic: Other M5Stack
Replies: 1
Views: 7826

Other M5Stack

Also received these modules, but haven't got time to implement. But looks cool:
M5Stick.png
M5Stick.png (65.87 KiB) Viewed 7826 times
And found these ones:
M5-2.png
M5-2.png (141.81 KiB) Viewed 7826 times
Only 24x24x14 mm size.

Not an M5Stack salesperson ;), but in my opinion, they make cool things for ESP Easy mods !
by martinus
01 Mar 2020, 20:28
Forum: ESP Easy: Hardware
Topic: From DIY case to M5Stack
Replies: 2
Views: 8019

Re: From DIY case to M5Stack

TD-er wrote: 29 Feb 2020, 16:51 What did you use for the display support?
Just the standard M5Stack library. Makes plugin development quite 'EASY'
by martinus
01 Mar 2020, 20:26
Forum: ESP Easy: Projects / Applications
Topic: New P1 meter with M5Stack Gateway
Replies: 3
Views: 18848

Re: New P1 meter with M5Stack Gateway

Plugin now keeps track of actual power and daily power and gas usage counters:
P1GW.png
P1GW.png (225.97 KiB) Viewed 18830 times
Enough tweaking done for this weekend, now spend some time with the family :oops:
by martinus
01 Mar 2020, 14:26
Forum: ESP Easy: Projects / Applications
Topic: New P1 meter with M5Stack Gateway
Replies: 3
Views: 18848

New P1 meter with M5Stack Gateway

Being one of the very early adopters of a "power/gas Smart Meter", it was sad to notice that a P1 port was not available on that model. So i used an LED and reflection sensor, connected to an ESP8266 to read power and gas usage the custom way. This has worked for years without issues but r...
by martinus
29 Feb 2020, 16:24
Forum: ESP Easy: Hardware
Topic: From DIY case to M5Stack
Replies: 2
Views: 8019

From DIY case to M5Stack

It has been a while since working on my Home Automation stuff, but i'm trying to catch up a bit recently. I thought it was time to upgrade my old display unit (it was built years back...): Old.png to a newer model: new.png It even has built-in sound... Maybe turn in into an alarm-clock? I also think...
by martinus
19 Feb 2020, 18:08
Forum: ESP Easy: Software
Topic: Please help with 1MB module
Replies: 20
Views: 18295

Re: Please help with 1MB module

It is sad to see users move to alternate firmwares because they experience that things as no longer as 'EASY' as they used to be. While ESP Easy Mega was initially intended to be used on all 1M+ flash modules it seems tough to keep it running on those 1M modules with OTA still enabled. While only th...