-
Create a simple tic tac toe app in Python that someone can play locally in browser
-
One some boards such as "olive" it is difficult to see the green move indicator with my colorblindness. It would be useful to be able to change the color of the move indicator to increase visibility.
…
-
Could you also provide recommendations for development boards and how to connect multiple encoders?
-
### Operating System
Windows 10
### Board
Custom board with nRF52840
### Firmware
Any bluefruit example
### What happened ?
when the board is connected to USB charger with wall adapter the prog…
-
After spending considerably long time trying to use `CONFIG_ARCH_BOARD_CUSTOM` I was still not able to.
There is either a bug or it is difficult to use.
## Setup
With following directory stru…
-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
Hello,
I'm sure this has been asked before - I see there's support for Lattice's iCE405K devices - can custom PCF files be made and
designs be done using that as a starting point?
Would be nic…
-
After successfully evaluating the sam9x60-curiosity board with at91bootstrap v4.0.6 and booting from NAND flash we based our own design on the D5M variant of the sam9x60 SiP. The raw NAND flash chip …
-
I am using custom board based on `nucleo_f767zi`. I have an external RTC clock and I'm trying to use it for the RTC:
overlay:
```
&clk_lse {
status = "okay";
};
&rtc {
status = "oka…
-
3d Chess in Unity
Project Abstract
This document proposes a 3d chess game. The game features two players each taking turns to
move pieces on a board. The game concludes when the piece labeled as “k…