-
Hi
There is nothing on the read me file but i'm looking for a starting point. I'm looking to use a STMF1 or F4 with a raspberry pi 3 using SPI com in LinuxCNC or MachineKit. I'm looking create a real…
-
Trying to use usbasp as a programmer for certain attinys (I tried with ATTINY828) does not work, as the avrdude.conf supplied by the attiny core needs to be used. Original thread: https://community.p…
-
```
//write a byte to the data bus
//be sure to set data_bus to output before
void write_data_bus(byte data)
{
//2 bits belong to PORTB and have to be set separtely
digitalWrite(D6, (data >…
-
Hallo,
I'm dealing with TWI right now. I noticed that your naming scheme is not 100% the same. The TWI buffer length '_BUFFER_LENGTH_' should have the name TWI_BUFFER_LENGTH. Otherwise it will be t…
-
Using a TP-Link Archer C20 v4 with MT7610E I have installed kmod-mt76x0e which doesn't come by default and it detects the 5Ghz card. Configuring it it works to connect but a few minutes after booting …
-
Hi, ive been reading your Git hub page, im completely6 new to Github so undersatnd very little about how it works, ive read that the only way to communicate with you is to open an issue, so here i am.…
-
I propose to have a 4th kind of generated config file for the use in shell scripts and Makefiles. In many projects the build of an Ada program is only one of several steps. The subsequent steps have t…
-
Hi, after succesfully flashing the atmega and the esp using "dio" as defined in the original platform.ini, in my SC v2.0 the esp doesn't boot.
However, it boots when flashed using "dout".
I had ot…
-
Easyflash specifications allows to save data on the cartridge (has 1KB SRAM with 256 bytes available and mapped to I/O $DF00-$DFFFF).
This is used more and more in new releases, so, it would be great…
-
So, from what I can see, there doesn't seem to be an option to build the firmware for a wanhao duplicator 4 with an atmega2560. I planned on changing the chip on my printer to a 2560 in the next week …