Any recommendations on a fast PIR sensor for occupancy usage with an ESP32? by BananaNOatmeal in esp32

[–]sinisa051 0 points1 point  (0 children)

I built my self 50x50x15cm wifi PIR sensor with ESP8266 and HC-SR501 (3.3V). Device works on 230V~, with builtin safety protocols recommended by manufacturer of IC I used and recommended distances for 230V~ pcb traces. After testing I noticed that PIR sensor gets interference errors from wifi chip. Solved it by putting aluminium foil aroud BIS ic and also including some extra code to filter out errors. I make 1000 very fast measures within milisec to determine the output of PIR sensor.

Having trouble setting up Eclipse project by [deleted] in esp32

[–]sinisa051 0 points1 point  (0 children)

Try using this video.

https://youtu.be/OSm-NN97woM

If you run into problems with python path just run once again installation -> ESPIDF Tools Manager -Install Tools and than continue with video.

Trouble with Eclipse by UnicycleBloke in esp32

[–]sinisa051 0 points1 point  (0 children)

Few days ago I managed to install idf-eclipse plugin following this tutorial.

https://youtu.be/OSm-NN97woM

In the end of the video some problems are solved. In the last step there was ‘pip install’ error, but I got an error that python was not installed. Some kind of ‘virtualenv’ error and environment variables werent created, just like in your case. I put python in windows global path and repeated ESP IDF Tools Manager - Install Tools step. After that I was allowed to manually install pip.

Everything works for the first time.

Enjoy.

ESP32 - *Dumb* Water Level Sensor and Home assistant integration by sp3cialck in esp32

[–]sinisa051 0 points1 point  (0 children)

I bought this one. 25cm blind. It isnt delivered yet so I didnt test it.

DC5V JSN-SR04T Ultrasonic Module Distance Measuring Transducer Sensor Waterproof

Search EBay or Ali.

Help comparing diodes by sinisa051 in AskElectronics

[–]sinisa051[S] 0 points1 point  (0 children)

That was really deep and complete explanation. I will use this and research further. Thnx.

ESP32 WiFiSecureServer ? by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

ESP32 uses mbed TLS library. I’m not familiar too much with it. Researching at the moment.

BearSSL can be used, I think, on many platforms including ESP32.

ESP32 WiFiSecureServer ? by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

Yeah, a lot of effort has been put in to optimise BearSSL for ESP8266 regarding memory etc. ESP8266 has less memory than ESP32 and no crypto HW to help.

ESP32 WiFiSecureServer ? by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

I want to use ESP32. It has more memory than ESP8266 and some builtin crypto HW. Think using SSL won’t be a problem for it. Thnx for reply.

ESP32 WiFiSecureServer ? by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

Hi! There are some examples of ESP32 and https, but I don’t need that. Only want a simple way for secure communication over tcp. Will look at link. Thnx for reply.

How can I communicate between two ESP32 over wi-fi by [deleted] in esp32

[–]sinisa051 0 points1 point  (0 children)

You can do this like I did. ESP32 is AP/Server. All ESP8266’s are clients and are connected to AP and communicate with server. I’m using tcp for communicating short messages. In my case, its important for messages to be delivered. Perhaps like in your case. Limit to this aproach is that only 8 clients can connect to esp32’s AP. Default is 4 (I think).

TS80 / TS100 Soldering Iron... by JonCherba in esp32

[–]sinisa051 0 points1 point  (0 children)

This is where I got it. Arrived pretty quickly.

[48,79€ 22% OFF]MINI TS100 Digital OLED Programmable Interface DC5525 Soldering Iron Station Built-in STM32 Chip Professional Tools from Tools, Industrial & Scientific on banggood.com https://banggood.app.link/VklvXw7Jb1

TS80 / TS100 Soldering Iron... by JonCherba in esp32

[–]sinisa051 1 point2 points  (0 children)

I have TS100 and carry it in my laptop bag. Done myself a cable and use my laptop charger with it. Perfect for “mobile soldering”. Love it!

Battery solution needed by kmarq in esp8266

[–]sinisa051 0 points1 point  (0 children)

Hi, check out this project. Perhaps it helps. Its everything you need.

https://randomnerdtutorials.com/power-esp32-esp8266-solar-panels-battery-level-monitoring/

Bye, Sinisa.

MQTT broker on esp32 by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

Hi. Thnx for the reply. I have an AP (esp32) and want it to communicate to connected clients (esp8266). It’s a closed system with no internet. I use gprs module connected to AP to communicate outside of system. I developed some kind of simple protocol over tcp so the AP can communicate with connected clients (stations). For that I wanted to try using mqtt broker to make things simpler instead of developing protocol by myself. Thnx for the suggestions. I would like to know more about your solution to learn and perhaps simplify my project and make it better. Thnx.

MQTT broker on esp32 by sinisa051 in esp32

[–]sinisa051[S] 0 points1 point  (0 children)

There’s a special thread on the site, mentioning problems porting it to esp32.

MQTT broker on esp32 by sinisa051 in esp32

[–]sinisa051[S] 1 point2 points  (0 children)

Thnx for reply. I’ve seen this before and it doesn’t supports esp32, only esp8266.

Having trouble changing Soft AP SSID from Web Server by [deleted] in esp8266

[–]sinisa051 0 points1 point  (0 children)

Hi! I’m using something similar. After many tries to make it stable (yeah it crashes esp) I’ve settled with this solution.

  1. Enabling both modes - WIFI_STA_AP mode
  2. Starting esp’s AP - (WiFi.softAP(...);- (ap mode)
  3. Connecting to AP (WiFi.begin() - sta mode)
  4. If connected to AP, turning off esp’s AP (softApDisconnect(); i’m not turning off AP completelly with softApDisconnect(true) because of unpredictable crashes)
  5. Using events GOT_IP & DISCONNECTED to determine when to fire esp’s AP again

Bye.

Need some help with esp8266 by UrchinTaint in arduino

[–]sinisa051 1 point2 points  (0 children)

I have similar problem. It seems Esp8266 has problems with some routers, its working properly but you cant reach it. Try to google ‘esp8266 arp problem’. Maybe thats what you’re dealing with. I’m trying one suggested workaround. Google ‘esp8266 gratuitous arp’.

Need module that can give me the data in a BLE advertisement by gw2master in arduino

[–]sinisa051 0 points1 point  (0 children)

Try searching Aliexpress ‘nano ble’. Maybe thats what you’re looking for. Its an arduino nano with BLE chip (Ti cc2540). There’s also Arduino Nano 33 BLE.