Replies: 1 comment 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Mr. Bilek,
This project seems very interesting to me. I am trying to run it from yesterday, but not successful.
My Arduino IDE is version is 1.8.13, and ESP8266 core is version 3.0.2
As I understand from the description, the slave code is to be run on ESP8266 microcontroller, and the Master code is to be run on 328p microcontroller.
What if I want to run the master code also on Arduino/ESP8266 or Arduino/RP2040 (Pico)? Will it work?
Another problem I faced is with GPIO15. For the slave code to run, it seems this is a hard requirement for ESP8266 to use GPIO15 as SS. May be GPIO15 is connected to internal hardware SPI circuit? But ESP8266 does not boot, or flash if that pin is not pulled low. When this pin is connected to a SPI master, the master pulls it high by default. So, every time I want to flash, or boot ESP8266, I have to disconnect the GPIO15 of ESP8266 from master. Is there any workaround for that?
Thanks a lot for making such a project. Appreciate if you can help me getting this up and running.
--Kish
Beta Was this translation helpful? Give feedback.
All reactions