Jim Archer
Jim Archer
Hello Timo... I saw you are using that ESP32 board from Paul in Czechia. I'm trying to do exactly what you did, that is, log all the N2K data to...
My apologies, I must have mistaken you for someone else. The board I referred to is the one linked below, and someone said they were able to use it to...
Thanks again, especially for the warning about the 12VDC, that had not occurred to me.
Hello @sarfata thanks VERY MUCH! I have a project I need to get going and I thought that board would be an easy way to jump in, and thanks to...
Hello @sarfata I'm having trouble getting the Arduino SD library to work with this board. I have tried the ESP32 examples but I'm not sure if the pins are set...
Thanks @sarfata ! Actually I had to do SD.begin(2) to get it working. The datasheet shows the CS pin is on GPIO2 which is pin 22. However, your SD.begin(parameter) tip...
Hi Timo, by soft reset, I mean if I issue a software restart command, such as after an OTA update, or after a remote update to the user configuration. The...
Sorry I was not clear. I start receiving invalid PGNs, and there are no valid ones. It seems all the data coming in is corrupted. I have not actually looked...
Actually, maybe I misunderstood your question. Timo, by "other devices" did you mean different ESP32 boards or other N2K devices on the bus?
I'm using a different OTA mechanism, and Mongoose, and I don't believe I have a post-OTA hook I can capture. If that restart resets the peripheral interfaces then it probably...