-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp8266 & STM32 or other processors #33
Comments
There's a plan for that, but I don't have any ETA for nor development or release. A few issue with solo mining needs to be addressed first than we can expand to that feature. |
where can I download version 0.0.14 for testing? |
0.0.14 has not been released yet, the fastest way is to install it using vscode+platformio |
I have vscode, and platformio is installed, but it's difficult for me to work in it, I didn't have to do something in it, how to add a project doesn't even always work, you need to figure it out. You can suggest on the next branch I asked where to get the files for esp8266 |
I didn't get, did you try to connect the board and then select Build & Upload? |
good afternoon, I'm trying to compile the project, but it takes a very long time to download packages from github, please tell me correctly I understood that it compiles for all boards? |
Выполнение задачи: C:\Users\tiger0007.platformio\penv\Scripts\platformio.exe run --target upload Processing esp8266 (platform: https://github.com/platformio/platform-espressif8266.git; board: d1_mini; framework: arduino)
Leaving... if I understood everything correctly, then programming in vscode was successful.Per processor cannot load libraries yetplease tell me it's okay that vscode is trying to write the next firmware from another processor after programming? |
12:29:03.043> [I] Current: Hash accepted: 11 stops and does not send anything to uart unfortunately |
I can't see what version is running? 0.0.13 or 0.0.14? |
I started compiling in vscode, I do not know which version he installed in the processor. there is a compilation log with library versions on top. after a short period of time, the esp8266 stops working |
Can you just open the serial monitor and reboot the board, it should connect and show you which version is running |
13:54:28.039 -> Ь⸮#[I] AutoUpdate: Connecting to DRE2306... as far as I understood 0.0.14 version, I will observe whether the problem as yesterday stopped just working |
14:01:43.539 -> [I] Job: Random value: 2111886129
|
I have a very strange suspicion that nothing works for me as it should due to the fact that platformio compresses the data that needs to be written, this is the first assumption, and the second is that one of my controllers is defined in platformio as an 8285 processor, while writing strangely for memory, and does not have a MAC address defined: ff: ff: ff: ff: ffUploading .pio\build\esp8266\firmware.bin
|
I'm a bit lost, what's the issue @tiger0007t ? |
probably the log file did not go, I will restart the session and make a log. |
please see log |
tried to completely overwrite the program, erased the memory completely on ESPWebTool and then compiled it back to platformio, works for 35 minutes without problems at the moment 2:15:39.820 > [I] Network: <<< [mining.submit] {"id":206,"error":null,"result":true} |
12:22:05.675 > [I] Network: <<< [mining.submit] {"id":246,"error":null,"result":true}
|
Can I close this and let's put the esp8266 issue under an unique issue |
of course, it would be convenient to solve this problem in one thread of the topic, and not in different ones, if you can tell me how to get those files out of the repository that I don't have enough to compile code for esp32 and others, devices do not compile from project 3, know how else to synchronize or get these files from the repository, i have esp-01s, esp32, esp12e, also ordered go esp32-s3 for experimentsI wanted to check the 0.0.17 version, and nothing came of it, I downloaded the project compiled, now it gives out a lot of errors 4 boards are not compiled swearing at different I did not find how to pull out the files necessary for the project from the repository, as far as I understand, everything should be synchronized via git from the site. I'll probably leave these experiments until I wait for a stable programEnvironment Status Duration esp8266 SUCCESS 00:00:01.527 |
Good afternoon, please tell me is it possible to make it so that there is one esp8266 device to which several other processors are connected to work on calculations? So that the esp8266 issues tasks for work, as it happens in hash boards on ASICs, for example, stm32 or atmega, or others. This is a very interesting topic. This would make it possible to assemble a device like an asic mini only. The cost of the stm32 and its power consumption are noticeably lower than those of the esp32 or esp8266
The text was updated successfully, but these errors were encountered: