roho

joined 1 year ago
 

(me again) i’m trying to use both WIFI-AP, DO and SPI. But my wifi is not properly working when i let everything run at maximum (required) speed.

TLDR; Seems that pins D1 and D2 interfere with WIFI, but why?

i have a NodeMCU ESP8266 V3 ‘wemos’ variant. (it doesn’t have the ESP-12E board integrated) https://makerselectronics.com/product/wemos-nodemcu-v3-esp8266-340g-wifi-module-with-extra-memory-32m-flash

in setup() i have

  WiFi.softAP(ssid, password);

  IPAddress myIP = WiFi.softAPIP();
  Serial.print("AP IP address: ");
  Serial.println(myIP);

  server.on("/", handleRoot);
  server.on("/set_config", handleForm);
  server.onNotFound(handleNotFound);
  server.begin();
  ..
  t=D1;pinMode(t, OUTPUT); digitalWrite(t, LOW);
  t=D2;pinMode(t, OUTPUT); digitalWrite(t, LOW);
  t=D3;pinMode(t, OUTPUT); digitalWrite(t, LOW);

What i'm seeing;

if i have a main loop() with only

  • while (Serial.available()){ .. }
  • server.handleClient();

Then i can see the AccessPoint and i can connect to it with my Android phone.

When i add code running once every 100 msec

  • Debug setting set to MAX debug info to Serial
  • using pins D1,D2,D3 for output (to LED screen)
  • using D5,D7 for SPI, (to LED screen)
  • having SPISettings(15000000, MSBFIRST, SPI_MODE0)
  • taking total 60 up to 74 microseconds

Then i do see the WIFI AP, and i CAN connect with the WIFI AccessPoint. (But my LED display is flickering)

When i change the code to running once every 10 msec

  • // same as before

Then i CAN connect with the WIFI AccessPoint (But my LED display is flickering)

When i change the code to running once every 10 msec

  • Debug setting off
  • using pins D1,D2,D3 for output
  • using D5,D7 for SPI
  • taking total 60 up to 74 microseconds

Then i CAN connect with the WIFI AccessPoint (But my LED display is flickering)

When i change the code to running once every 1 msec

  • Debug setting None + Debug to serial
  • using pins D1,D2,D3 for output
  • using D5,D7 for SPI
  • taking total 60 up to 74 microseconds

Then i do see the WIFI AP, but i CAN'T connect with the WIFI AccessPoint (But my LED display is showing a steady picture)

When i change the code to running once every 1 msec

  • Debug setting None + Debug disabled
  • using pins D1,D2,D3 for output
  • NOT using D5,D7 for SPI
  • taking total 30 up to 40 microseconds

Then i do NOT see the WIFI AP?!

When i change the code to running once every 1 msec

  • Debug setting None + Debug disabled
  • NOT using pins D1,D2,D3 for output
  • using D5,D7 for SPI
  • taking total 50 up to 70 microseconds

Then i CAN connect with the WIFI AccessPoint?!

Seems one of the pins D1,D2,D3 is interfering with WIFI..

instead of using D1,D2,D3, i changed all I/O to only use D1. Then the WIFI AP does not show up in the WIFI networks.

instead of using D1,D2,D3, i changed all I/O to only use D2. Then the WIFI AP does not show up in the WIFI networks.

instead of using D1,D2,D3, i changed all I/O to only use D3. Then the WIFI AP does show up in the WIFI networks. And i can connect to it.

So my question is; Seems that pins D1 and D2 interfere with WIFI, but why?

 

Lady explaining her spiritual attacks etc, and how she now reversed it. The guy interviewing did witchcraft himself, so he's not foreign to what she's talking about.

 

I found this new video. Sounds interesting.. (even though i can't keep up)

Maybe you're interested

 

Doc Searls and Jonathan Bennett talk with Ben Meadors and Garth Vander Houwen of Meshtastic about adventures of many kinds—all using open source, off-grid, decentralized, mesh network that runs on inexpensive, low-power devices.

 

Former Mutual UFO Network(MUFON) researcher and agnostic Joseph Jordan found out there's some information which is not entered into the MUFON database, after he realized how to stop alien abductions

Turns out researchers indivually(not knowing of eachother) decided to leave out some information because it would harm their credibility/career

In this presentation he explains how he found out, and how people can ward of alien contact by it

0
WHO new powers concern (www.youtube.com)
submitted 1 year ago* (last edited 1 year ago) by roho@lemmy.ml to c/europe@lemmy.ml
 

i changed the title and video to reflect Dr Campbell's newest upload about the same topic.

His first video here https://www.youtube.com/watch?v=GkhjH2ySMUw

Described by WHO themselves: https://www.who.int/news/item/07-12-2022-who-member-states-agree-to-develop-zero-draft-of-legally-binding-pandemic-accord-in-early-2023

[–] roho@lemmy.ml 0 points 1 year ago (1 children)

Hi. Thx for the heads up. Indeed server hosters are free to do what they wish. I don't have examples. I saw a video quite a while back, explaining quite some difficulties with moderation on fediverse. I'll search for it.

[–] roho@lemmy.ml 0 points 1 year ago (3 children)

I agree. Lemmy Hoste multiple communities on a single instance. This gives room for interaction with people thinking different than you. That's i.m.o. positive.

I learned In fediverse there's much ignore lists and exclusion of servers happening. I'd much rather have users personally choose which communities/users not to see than whole servers being excommunicated for them(unless it's spam servers ofcourse). Excluded Servers clusters(islands) are a breeding ground for mindset that the whole world thinks likewise(because there's no notion of other servers). In my opinion cancel-culture is detrimental to society. Documentary "The social dilemma" has shown that; eg Facebook which, for add revenue, targets info only to users who are already interested. This breeds anti social/extreme mindsets.

[–] roho@lemmy.ml 0 points 1 year ago (2 children)

I wonder how your poem is received on reddit :) Did you post it there as well?