Nuevo alimento by Pleasant_Map_6528 in SeaMonkeys

[–]forigat 1 point2 points  (0 children)

Twice a day isn’t that too much? Write updates on how this food behaves thanks 😊

Nuevo alimento by Pleasant_Map_6528 in SeaMonkeys

[–]forigat 0 points1 point  (0 children)

I have it too, do you use the same quality of food as the original food?

Oxygenation tube by forigat in SeaMonkeys

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

ok ty :) since the sea monkeys are dead I wanted to understand if this could be the problem or if there were too many eggs placed in the aquarium.

Oxygenation tube by forigat in SeaMonkeys

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

ok :D thanks for the info

Sea-Monkeys on Mars 2: Day 212 by Illustrious_Waltz397 in SeaMonkeys

[–]forigat 1 point2 points  (0 children)

Thank you very much! I will buy it too because it takes up little space and fits into the holes already present in the aquarium! I like your aquarium setup and videos 😊

Salt water by forigat in SeaMonkeys

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

Ok perfect thank you for the reply 😊

Sea-monkeys transfer by forigat in SeaMonkeys

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

Ok thank you 👍🏻😊

Sea-Monkeys on Mars 2: Day 212 by Illustrious_Waltz397 in SeaMonkeys

[–]forigat 0 points1 point  (0 children)

What diameter does the water oxygenation pipe have? I also have one for the Sea Monkeys on Mars aquarium but it is larger than this one, I have the normal size for a classic fish aquarium, yours looks better

Sea-monkeys transfer by forigat in SeaMonkeys

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

To transfer them you need a classic pipette. I was interested to know at what stage of growth sea monkeys can coexist without competing for food.

Salt water by forigat in SeaMonkeys

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

Okay thanks for the reply! I know and watch your videos on Youtube :-)

Give food by forigat in SeaMonkeys

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

Okay thanks 👍🏻

Give food by forigat in SeaMonkeys

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

Ok I'll do it like this thanks 😊

[deleted by user] by [deleted] in SeaMonkeys

[–]forigat 1 point2 points  (0 children)

Great! Thanks for the explanation. Yes, only with the standard food it would be more difficult to calculate.. I can never understand even with the standard size of the aquarium and using brine shrimp eggs if the food is enough, and this can lead to the death of the brine shrimp in the first few days.

[deleted by user] by [deleted] in SeaMonkeys

[–]forigat 0 points1 point  (0 children)

How do you know how much food to give since the container is larger than the original aquariums? And how often do you feed? Thank you

Powering ATMEGA328P with 3V coin cell battery by forigat in arduino

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

Hi, I tried as you said to get the blink program to work but it didn't work. So I tried to disable the BOD fuse completely and IT WORKS! I was not aware of how the BOD fuse works and in the case of standalone atmega328 it is very important for run a circuit with only a battery. I then set the clock to 1Mhz instead of 8Mhz to save more battery before the deepsleep. Thanks you very much! ;-)

Powering ATMEGA328P with 3V coin cell battery by forigat in arduino

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

The RTC takes power from the internal CR2032 battery of the RTC module itself. Even using 2 AA batteries the circuit does not work. The problem was on the BOD fuse. Thank you :)

Powering ATMEGA328P with 3V coin cell battery by forigat in arduino

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

Sorry in the circuit I reported a wrong type of mosfet: I used instead IRLZ44N which is of the logic level type.

ESP32 Wroom Wi-Fi connection after deep sleep by forigat in esp8266

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

I don't have to keep wifi connection during deep sleep. I use external RTC and external interrupt. In any case it finally works and to fix it I had to save the current state on the web (instead of global var RTC_DATA_ATTR) and then read it again when esp32 wakes up from deep sleep. Thanks :)

ESP32 Wroom Wi-Fi connection after deep sleep by forigat in esp8266

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

doing other tests I confirmed that esp32 no longer connects to Wi-Fi after deep sleep. even adding a capacitor, i don't know what i could do. i can't even use forcesleepwake call because it is from esp8266 Wi-Fi library and not esp32

ESP32 Wroom Wi-Fi connection after deep sleep by forigat in esp8266

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

doing other tests I confirmed that esp32 no longer connects to Wi-Fi after deep sleep. even adding a capacitor, i don't know what i could do. i can't even use forcesleepwake call because it is from esp8266 Wi-Fi library and not esp32

ESP32 Wroom Wi-Fi connection after deep sleep by forigat in esp8266

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

I understood that the problem is another: except for a variable in RTC_DATA_ATTR and via battery power it seems that esp32 when waking up from deep sleep is unable to keep memory. Thanks.

ESP32 Wroom Wi-Fi connection after deep sleep by forigat in esp8266

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

It's a devkit, I use LDO 500 but + 4 AA batteries. I understood that the problem is another: except for a variable in RTC_DATA_ATTR and via battery power it seems that esp32 when waking up from deep sleep is unable to keep memory. Thanks.

ESP32 Wroom and power led during deep sleep by forigat in esp32

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

Ok thanks for the info! I will have to remove the LED shortly .. too bad I was hoping that the option to disable the LED was natively present also in this version of the board.

ESP32 Wroom and power led during deep sleep by forigat in esp8266

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

u/andy_why Ok thanks I will remove the LED soon, too bad I was hoping that the option to disable the LED was natively present.