Thanks! What I've done is the following (could you please tell me if I'm right

?)
So I did what you told me to: took a small portion of arc length [tex]ds_1[/tex] on the upper semicircle and because [tex]s_1=r \theta[/tex] this leads to [tex]ds_1 = r d \theta[/tex]. Therefore: [tex]dq_1=\lambda ds_1= r \lambda_0 sin \theta d \theta[/tex]. ([tex]\theta[/tex] is positive because it's the upper semicircle, therefore the sine is positive too and the charge as well).
I also took a small portion of arc length [tex]ds_2[/tex] facing [tex]ds_1[/tex] which has a charge of [tex]dq_2=\lambda ds_2= - r \lambda_0 sin \theta d \theta[/tex] ([tex]\theta[/tex] is negative because it's the lower semicircle, therefore the sine is also negative and the charge as well).
Next I split the problem of finding E in four parts:
first I'll find [tex]d E_x_1[/tex] for [tex]dq_1[/tex] on the upper semicircle and integrate over the whole semi circle in order to find the total [tex]E_x_1[/tex] caused by the upper part.(1)
Then I'll find [tex]d E_x_2[/tex] for [tex]dq_2[/tex] on the lower semicircle and integrate over the whole semi circle in order to find the total [tex]E_x_2[/tex] caused by the upper part. Then I'll add them in order to find the total [tex]E_x[/tex] in the center of the circle. (2)
I'll do the same for [tex]d E_y_1[/tex] (3) and [tex]d E_y_2[/tex] (4) in order to get to [tex]E_y_1[/tex] and [tex]E_y_2[/tex] providing [tex]E_y[/tex] when added.
(1) [tex]dE_x_1 = \frac{k dq_1}{r^2} cos \theta = \frac{k r \lambda_0 sin \theta d \theta}{r^2} cos \theta =\frac{k \lambda_0}{r} sin \theta cos \theta d \theta[/tex]
[tex]E_x_1= \int_{-\pi/2}^{\pi/2} \frac{k \lambda_0}{r} sin \theta cos \theta d \theta = \frac{k \lambda_0}{r} \int_{-\pi/2}^{\pi/2} sin \theta cos \theta d \theta = \frac{k \lambda_0}{r} \left[ \frac{1}{2}(sin\theta)^2 \right]_{-\pi/2}^{\pi/2}= \frac{k \lambda_0}{r} (\frac{1}{2} -\frac{1}{2})=0[/tex]
(2) [tex]dE_x_2 = \frac{k dq_2}{r^2} cos (-\theta) = \frac{-k r \lambda_0 sin \theta d \theta}{r^2} cos \theta =\frac{-k \lambda_0}{r} sin \theta cos \theta d \theta[/tex]
[tex]E_x_2= \int_{-\pi/2}^{\pi/2} \frac{-k \lambda_0}{r} sin \theta cos \theta d \theta = \frac{-k \lambda_0}{r} \int_{-\pi/2}^{\pi/2} sin \theta cos \theta d \theta = \frac{-k \lambda_0}{r} \left[ \frac{1}{2}(sin\theta)^2 \right]_{-\pi/2}^{\pi/2}= \frac{-k \lambda_0}{r} (\frac{1}{2} -\frac{1}{2})=0[/tex]
Therefore [tex]E_x_1 + E_x_2 = 0+0 = 0[/tex] so there is no x component of E in the center of the ring.
(3) [tex]dE_y_1 = \frac{k dq_1}{r^2} sin \theta = \frac{k r \lambda_0 sin \theta d \theta}{r^2} sin \theta =\frac{k \lambda_0}{r} sin^2 \theta d\theta[/tex]
[tex]E_y_1= \int_{-\pi/2}^{\pi/2} \frac{k \lambda_0}{r} sin^2 \theta d \theta = \frac{k \lambda_0}{r} \int_{-\pi/2}^{\pi/2} sin^2 \theta d \theta = \frac{k \lambda_0}{r} \left[ \frac{1}{2} \theta - \frac{1}{4}(sin 2 \theta) \right]_{-\pi/2}^{\pi/2}= \frac{k \lambda_0}{r} (\frac{1}{4} +\frac{1}{4})= \frac{k \lambda_0 \pi}{2r}[/tex]
(4) [tex]dE_y_2 = \frac{k dq_2}{r^2} sin -\theta = - \frac{k dq_2}{r^2} sin \theta = - \frac{- k r \lambda_0 sin \theta d \theta}{r^2} sin \theta = \frac{k r \lambda_0 sin \theta d \theta}{r^2} sin \theta = \frac{k \lambda_0}{r} sin^2 \theta d\theta[/tex]
[tex]E_y_2= \int_{-\pi/2}^{\pi/2} \frac{k \lambda_0}{r} sin^2 \theta d \theta = \frac{k \lambda_0}{r} \int_{-\pi/2}^{\pi/2} sin^2 \theta d \theta = \frac{k \lambda_0}{r} \left[ \frac{1}{2} \theta - \frac{1}{4}(sin 2 \theta) \right]_{-\pi/2}^{\pi/2}= \frac{k \lambda_0}{r} (\frac{1}{4} +\frac{1}{4})= \frac{k \lambda_0 \pi}{2r}[/tex]
Therefore [tex]E_y_1 + E_y_2 = \frac{k \lambda_0 \pi}{2r} + \frac{k \lambda_0 \pi}{2r} = \frac{k \lambda_0 \pi}{r}[/tex] which is the total [tex]E_y[/tex] component of E.
To shorten all of this: E has only a y-component (as expected) in the center of the ring... but is the formula I found the correct one?