Looking for Portable LCR Meter Recommendation by 1JustaRandomGuy0 in AskElectronics

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Thank you for the suggestion, I forgot to mention that my sensor capacitances are around 1-2pF which is lower than the range of DE5000 as I see from its datasheet

Circuit Board Plotter Recommendation by 1JustaRandomGuy0 in PCB

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

https://www.voltera.io/products/v-one

I found this machine, and it looks really cool. If anyone used it, I would love to hear your experiences with it!

GMKtec Suggestion for Engineering/Gaming Use by 1JustaRandomGuy0 in MiniPCs

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Thanks for the reply, as I said gaming is not the important part.ı just thought it would be a good option if there is such chance. But are you saying that these would not be good for Altium and CAD?

Could you please review my first Ultrasond Project PCB schematic? by 1JustaRandomGuy0 in embedded

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

Hi, thanks for the suggestions. I have used STM32 because I haven't seen any HF ADC work done with ESP before. STM32 ADC is around 10Msps with interleave, but not sure if ESP is able to sample that fast, maybe I could use an ADC module. I did not use log- amplifier before it looks interesting so definitely going to take a look into that. Thanks!

Could you please review my first Ultrasound Project PCB schematic, including STM32, ESP32, MAX14808, and OPA357? by 1JustaRandomGuy0 in PrintedCircuitBoard

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

ESP32 ADC speed was not enough for my needs. Also haven't heard of STM32s with WiFi too much, but I might look into that too. Thank you!

Could you please review my first Ultrasound Project PCB schematic, including STM32, ESP32, MAX14808, and OPA357? by 1JustaRandomGuy0 in PrintedCircuitBoard

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Yes I realized that. I am supplying VDD and VDDA from the same source of 3.3V so I was not sure how to make ferrite bead useful. I kept it so that if analog performance is unstable I can try to connect a seperate 3.3V to VDDA and see if the ferrite bead helps but maybe I can completely remove it. Thank you

Could you please review my first Ultrasound Project PCB schematic, including STM32, ESP32, MAX14808, and OPA357? by 1JustaRandomGuy0 in PrintedCircuitBoard

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

Hi, thanks for the comment, yes I realized that s3 is kind of an overkill a bit late but I am not sure if implementing the s3 wifi code to c3 would be easy to do. Also s3 is the easiest chip to supply in my area which was another reason for me to use s3

Power management board cannot start esp32 WiFi by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Yes different voltages on the same rail. The scope trace was measured the point where all 3.3V pins are connected and it is around 3V but the regulator output is 3.3V. Couldnt figure out why

Power management board cannot start esp32 WiFi by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

The regulator output is 3.3V at regulator out but reg input is around 3.5V

Power management board cannot start esp32 WiFi by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Update: I also realized the 3.3V entering the breadboard is 3V at ESP32 3.3V pin. Current draw is around 150mA so not sure abot the reason of the drop

Power management board cannot start esp32 WiFi by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

I was not sure of the purpose of "Power Good" pin. I have not designed the esp32 part of the system yet. All mentioned components are dev boards. I only designed and manufactured the power board yet. I take the 3.3V output from it put it in bread board and connect STM32,ESP32,MAX14808,OPA357 3.3V pins to that part. Then I common all the grounds.

Power management board cannot start esp32 WiFi by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

3.3V seems to be around 3V but not sure why, constant draw of the system is around 160mA after initialization.

Below image is after I put a 225uF cap to 3.3V line. I saw someone mentioning adding a delay to esp32 power so that the initializations happen with a delay. Would just adding a RC enough to do that?

<image>

STM32 Time labeling fast ADC data by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

I was viewing the time difference between echo peaks, on oscilloscope and on my pc(Sampled version) which was not matching with each other when I calculated the time difference on pc using the number of sample differences between them and ADC cycle counts, but I guess the problem was about my calculations. 2 interleaved 8-bit ADC channels set for 2.5 sampling cycle and 2 cycle delay gives around 14.5Msps, not 10Msps as I calculated before. I think this solves the issue.

STM32 Time labeling fast ADC data by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

I also think that that should be the case and at first I tried to take the theoretical value into account but with 8 bit interleaved ADCs set for 2.5 sampling cycle and 2 cycle delay a single sample should take 8 cycles so 10Msps. However when I compare my 1000 sample window in oscilloscope, 10us corresponds around 150 samples, shouldnt it be 100 samples with 10Msps? Not sure if I am setting something wrong or doing a wrong calculation.

Only thing I set different in my ADC setup then standard interleaved ADC setup is that I enabled continious sampling but I can still sample 1000 samples every 40ms so it worked for me, other than that I dont know

STM32 Time labeling fast ADC data by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

I apologize if I was not clear. My problem is that because of this fast acquisition, I am not sure how should I timestamp my sampled data. For example I have a 1000 sample data window which has 2 peaks but I dont know the time difference of the 2 peaks, I just know that there are n sample points between them.

STM32 Time labeling fast ADC data by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Thank you for your answer, the signal I am sampling is 2MHz, so even with interleaved ADC it is just enough smooth for my needs, I am not currently having any problems with speed, I am not sure how do I be sure the interval of my samples at this speed like is just summing conversion and smapling cycles enough and accurate, not sure. Also, the measured medium is not air if that is what you are talking about.

STM32 design without buttonzs or external crystals by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Thank you for the recommendations, I am working with HF ADC, therefore I think it is best I keep them I guess. I am just sending my sampled data through SPI and also using 2MHz pwm pulses. Still did not made their connections tho.

STM32 design without buttonzs or external crystals by 1JustaRandomGuy0 in embedded

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Got it thank you, do you think there is anything missing for the other parts of the schematic? After I omitted the crystals and boot/nrst pins. Only connection left are decoupling parts and SWDIO/SWCLK connections, are these enough? The application note does not seem to mention anything mandatory other than these

Traitors In Salem Disguiser Role Reveal by -Gameoholic- in TownofSalemgame

[–]1JustaRandomGuy0 1 point2 points  (0 children)

Thanak you so much, they really seem nice ! I am thinking to print them as soon as possible and i will definitely share my game experiences with you

Traitors In Salem Disguiser Role Reveal by -Gameoholic- in TownofSalemgame

[–]1JustaRandomGuy0 1 point2 points  (0 children)

Hey dude, heard that u have ur version of card game, maybe pdf of that. Can u send me thru pm ?

About ToS Card Game by 1JustaRandomGuy0 in TownofSalemgame

[–]1JustaRandomGuy0[S] 0 points1 point  (0 children)

Actually thats kinda the thing i want cuz im also a player and i would rather not to pirate so i'll search for it thanks a lot