-
When homing my machine (teensy 4.1 + T41U5XBB board), it appears to be giving up too early and throwing an alarm 9.
For example requesting a home of X ($H X), moves X towards the endstop for ~20-30…
-
### Describe the problem
The autocomplete and variable info popups find info corresponding to the Tools menu configuration options at their defaults, even when the user has changed them to a differ…
-
### CircuitPython version
```python
adafruit-circuitpython-teensy41-en_US-8.0.0-beta.6.hex
AND
adafruit CircuitPython 8.0.0-beta.6-6-g785ebe1f4 on 2022-12-27
#
I apologize for posting here, c…
-
hi i Clone this repo recursively build with PlatformIO i just get fatal error: any help thanks
Warning! `src_filter` configuration option in section [env:XMU] is deprecated and will be removed in …
-
Attempting to get FastLED working on an ESP32-C3 while also using WiFi.
The `include` part of the code is:
```
#include
#include
#include
#include // to get the ESP-IDF …
-
This is somewhat linked to the "create data type" ticket, but this time we need to actually implement some sort of dynamically allocated data structure to contain all the instances of a data type to r…
-
I have downloaded this Plugin_keypad repo and put its files in the src/keypad folder of the grblHAL_Teensy4 folder. And turned on the keypad plugin in my_machine.h, option 1: I2C. Upon attempting comp…
-
I might need some help.
I try to implement OTA for a project of mine.
The server and all the Ethernet stuff is working.
But if I start to add ArduinoOTA (based on example/BasicOTA), my setup() ha…
-
Working on a project also using a Teensy 4.1 (baremetal), and was studying the support libraries here. Noticed a strange line in the startup sequence in [teensy4/startup.c:65](https://github.com/PaulS…
-
On teensy 4.1:
millis() arduino function returns systick_millis_count, which always stays at 1300 for my project.
I am suspecting this is because the SysTick_Handler in the FreeRTOS port highjacks…