-
Hello David,
I've download the uno32 version, here is the repport with the chipkit :
reg(0x0000) 00 00 ID: ILI9320, ILI9325, ILI9335, ...
reg(0x0004) 00 00 00 00 Manufacturer ID
reg(0x0009) 00 0…
-
Problem: RAM and PROGMEM (click to expand)
ATTiny devices are extremely constrained in RAM. This makes it critical to get as much data into `PROGMEM` as possible. However, `PROGMEM` requires us…
-
While I've been merging small PRs and occasionally making releases, I'm not really using Node much these days, and so my motivation to work on this library has declined.
The project has reached a p…
-
I have been trying to change the lock bits for this target but could not get it to work.
Here is what I tried.
```python
%run "../../../jupyter/Setup_Scripts/Setup_Notduino.ipynb"
```
```python
…
-
Hii, I dont know if im supposed to write it here, but I'm a student doing an engineers study. I have the TCS34725 sensor but I have a Xmega and have to code in C. I also have to get an C++ code and re…
-
M92 E700 during print.
M500 during print.
M503 shows Esteps now being 851 (wtf)
Doesn't always happen, but i now need to doublecheck if the correct settings are saved, and resave them (often)
-
Hi! I just wonder if TinyG is still actively maintained. Last commits were pushed several years ago and most issues are still opened.
ghost updated
3 years ago
-
I've noticed CWLite board when using software from cw5dev branch is not exactly stable: STM/XMEGA programming times out almost always fails, scope in examples does not trigger when it's supposed to, e…
-
Hi all,
I have been attempting to compile OpenSSL for use with the CW303 XMEGA Target found [here](https://wiki.newae.com/CW303_XMEGA_Target). This device is listed as having an 8-bit Harvard-s…
-
## Overload `begin()` for the Arduino platform only
Using a secondary (non-default) SPI bus with the RF24 lib has been a frequently requested feature lately. Demand for this will likely only increase…