dwillmore
dwillmore
This is likely user error, but I'm completely new to Teacup and I'm probably holding it wrong. I'm following the [Simple Installation](https://reprap.org/wiki/Teacup_Firmware#Simple_Installation) instructions. I cloned the repo and fired up...
This change alters the .github/CONTRIBUTING.md file to use the new IRC server.
I am seeing extra solid draws under and over slopes. It appears to be dependant on the angle of the slope. [Bug_Report_1.zip](https://github.com/slic3r/Slic3r/files/6142664/Bug_Report_1.zip) Steps to reproduce the behavior: Load the included...
I can't find a value for the loading capacitors for the XTAL in the BL808 datasheet. What is the recommended value? Is any series resistance recommended as well?
Is there a DTS for the board anywhere? I'm interested in targeting a buildroot for the board and I'd need that to start. I assume you must have had one...
Hello! I got one of the boards that cnx-soft made a while back. I'm sorry it sat on my to-do list for so long. Jean-Luc had problems sourcing some of...
When running this code: ``` #define ledPin 30 #define delayTime 127 #define fadeMax 31 uint16_t fadeSquared; uint16_t fadeError=0; void setup() { pinMode(ledPin, OUTPUT); pinMode(34, OUTPUT); digitalWrite(34,LOW); } void loop() {...
Any suggestion which version of cpuburn-arm is best on a Cortex-A55? Thank you.
If there is interest, I would be glad to help work on the PCB layout for an 'improved' version.
In the chart [https://github.com/linuxonly1993/40g_nic_infiniband#pci-express-speeds-and-maximum-possible-bandwidth-for-network-link](url) the BW values for PCI-E v2.x are wrong. They should transfer 4Gb/s per link channel so the 1x link should be 500MB/s, 4x should be 2GB/s,...