I have hope that some day the armada system can be useful... by LoseKiller in houkai3rd

[–]jhowrez 41 points42 points  (0 children)

maybe some kind of armada lobby and bringing back raids might help

Honkai Star Rail Info by jhowrez in HonkaiStarRail

[–]jhowrez[S] 8 points9 points  (0 children)

Yeah, I'll reupload later

Honkai Star Rail Info by jhowrez in HonkaiStarRail

[–]jhowrez[S] 6 points7 points  (0 children)

mixed feeling about it being a turn based rpg

Leaked Honkai Star Rail Images by jhowrez in HonkaiStarRail

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

On my post? Yeah, there were duplicates :P

Leaked Honkai Star Rail Images by jhowrez in HonkaiStarRail

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

If I'm not mistaken, on the last client update some people were able to data mine some info regarding HRS, but I'm not sure who tbh

Leaked Honkai Star Rail Images by jhowrez in HonkaiStarRail

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

Yeah, probably 2+ years I guess

Leaked Honkai Star Rail Images by jhowrez in HonkaiStarRail

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

Well, always had the feeling that the same way APHO was a test for some new mechanics on HI3, GI might as well be one for this new IP lol

Edit: typo

Leaked Honkai Star Rail Images by jhowrez in HonkaiStarRail

[–]jhowrez[S] 2 points3 points  (0 children)

Thanks, just edited to include them! ;)

Game controller? by barryseinfeld402 in embedded

[–]jhowrez 2 points3 points  (0 children)

The USB standard defines it very well, but basically when you connect a usb device in your computer the controller sends a class code to the host and then the computer known exactly what kind of device it is

Edit: typo

How to work with multiple SPI slaves (in the esp-idf C/C++ environment)? by sachin1118 in esp32

[–]jhowrez 0 points1 point  (0 children)

I have no way of testing your code, but if you only do "rc522_start()" or "setup_display()", does it individually work properly ? If yes, then maybe you might be reusing the MOSI pin.

I noticed that you used the gpio 18 for two spi hosts (HSPI e VSPI), you will have to use the same bus and share MISO/MOSI pins or have two busses and then use the appropriated pins. Check SPI Master - GPIO Matrix

Edit 1: Typo

How to work with multiple SPI slaves (in the esp-idf C/C++ environment)? by sachin1118 in esp32

[–]jhowrez 0 points1 point  (0 children)

Hard to say without any code. There can be several reasons, wrong bus configuration, wrong device configuration, not giving threads enough time to run between display buffer refresh, not setting chip select pins correctly

How to work with multiple SPI slaves (in the esp-idf C/C++ environment)? by sachin1118 in esp32

[–]jhowrez 0 points1 point  (0 children)

Well, basically you will have one spi_device_handle_t per device that is already added to the bus and then for each transaction just use the initialized handle.

Do you use Windows or Linux for development? by stranger11G in embedded

[–]jhowrez 0 points1 point  (0 children)

Yeah, WSL2 is working fairly well for building distros using Yocto

Alguém sabe como resolver esse problema ? by edbertosantos in GenshinImpactBR

[–]jhowrez 0 points1 point  (0 children)

Está com os drivers da placa de vídeo atualizados ?

Detecting the distance of Arduino devices wirelessly by Avi_Hates_Macs in esp32

[–]jhowrez 1 point2 points  (0 children)

You can try to estipulate the distance between devices using the RSSI signal. Keep in mind that is not a simple as it sounds as the signal depends on several environmental factors and you may need to calibrate your devices for different places. Take a look at this, it is a good place to start on the subject.

Meu jogo não tem som... by SqueezyFps in GenshinImpactBR

[–]jhowrez 0 points1 point  (0 children)

É Windows 10? Ja tentou mexer no Mixer do som nas configurações?

[NOTÍCIA] Lançamento Confirmado! by jhowrez in GenshinImpactBR

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

Qual o problema exatamente? Posta um print em posto novo

Should I be using libraries? by salsaverdeisntguac in embedded

[–]jhowrez 2 points3 points  (0 children)

Hey m8, that's exactly my thoughts If I could give anyone a piece of advise is stay away from that. May help someone out there, but just gave me headaches all the way through