Razvan Grigore

Results 171 comments of Razvan Grigore

Ok, it seems that we found the problem, but the reason is still unclear to me: this triggers the problem: ```C++ SPI.begin(ETH_SPI_SCK, ETH_SPI_MISO, ETH_SPI_MOSI); bool began = ETH.begin(ETH_PHY_W5500, 1, W5500_CS,...

It's NXP PN7160, but it is NOT sharing the PINs with the ETH, only the host was shared because of the global SPI facade. BUT even so, we commented out...

I did some deep research with ChatGPT and was wondering if those directions make any sense: 1. ETH + SPI via Arduino HAL installs custom SPI callbacks that call back...

I understand, we will stay with IDF host bus anyway, I just continued investigation maybe we can find something we can fix for others and contribute back to the community,...

By using `4.5.5` as before, we get SIGSV fault, so it's not an option for us.... probably because react native is too new.

We did not switch to the new architecture yet, but with the diff above, `v5` compiles even on the old arch, is it supposed to work? We tried latest `v4`,...

I feel like we should add unit test for those cases, especially if OCTT has them.

I will add unit tests for the other 3 TC so we can easily port the fixes to the `v2.x` branch. Also, according to `GetCompositeScheduleResponse` schema for `chargingSchedulePeriod`, looks like...

Hey @juherr, so this list was gathered by you manually or from some Charge Point? I would like to implement some of them in MicroOcpp so everybody can benefit from...

> All these keys are already supported in the project. What exactly do you mean by this? I searched the whole MicroOcpp code and there is no match for `AuthorizationCacheEnabled`...