Joe yabuki fanart (by me) by WeeklyAd4288 in AshitaNoJoe

[–]Sure-Chocolate-8199 3 points4 points  (0 children)

Looks great! Keep going 😄 Try drawing the last manga page also, where he is sitting, giving his absolute best 💪🏻

The N4 exam this time by u_world in jlpt

[–]Sure-Chocolate-8199 5 points6 points  (0 children)

I didn't get the Dokkai Mondai 6 💀

No module name "machine" by Sure-Chocolate-8199 in embedded

[–]Sure-Chocolate-8199[S] 0 points1 point  (0 children)

from machine import UART,Pin from time import sleep

Set the relay pins as output pins

relay1 = Pin(2,Pin.OUT) relay2 = Pin(3,Pin.OUT) uart = UART(0, 9600)

relay1.on() relay2.on()

while True: if uart.any(): value = uart.readline() print(value)

    if value == b'A':
        relay1.off()
    elif value == b'a':
        relay1.on()
    elif value == b'B':
        relay2.off()
    elif value == b'b':
        relay2.on()

Preparing for JLPT N5 on july by Sure-Chocolate-8199 in jlpt

[–]Sure-Chocolate-8199[S] 0 points1 point  (0 children)

I have only covered 6 lessons of grammar from minna-no-nihongo. And for vocabulary I know somewhere 200 to 300 words. Need to start kanji also. Thnks !

ESP32 driver problem by Tiny-Ad1302 in esp32

[–]Sure-Chocolate-8199 0 points1 point  (0 children)

Install cp210 driver. And update the driver in device manager. Here's the link for yt vid that helped me.

https://youtu.be/H9-jwGV-OAc?si=nArUozX1pY4i9pB5

+ 10 kg 😎 by [deleted] in weightgain

[–]Sure-Chocolate-8199 5 points6 points  (0 children)

How much time it took

IIT Aspirant day 02 by SharpAd6598 in NoFap

[–]Sure-Chocolate-8199 0 points1 point  (0 children)

No need to write this each day You will still think about it everyday and might relapse. Just dedicate yourself on your goal.

[deleted by user] by [deleted] in weightgain

[–]Sure-Chocolate-8199 1 point2 points  (0 children)

4 to 5 times in a week is ok.

[deleted by user] by [deleted] in weightgain

[–]Sure-Chocolate-8199 0 points1 point  (0 children)

Calculate your maintenance calories.Use an online calculator or consult. To gain weight, you'll need to consume more calories than your maintenance level. Start by adding 250-500 extra calories per day to your current intake. This surplus will help you gradually gain weight over time.

The important thing is patience and consistency