santaimpersonator

Results 13 issues of santaimpersonator

### Describe the problem Broken link in the library spacifications: https://github.com/arduino/arduino-cli/blob/master/docs/library-specification.md?plain=1#L279 The link gets redirected to the Arduino homepage ### To reproduce Click on the link here: https://github.com/arduino/arduino-cli/blob/master/docs/library-specification.md?plain=1#L279 ### Expected...

type: imperfection

**Describe the bug** Sometimes I have issues with the [environment variables](https://github.com/rbonghi/jetson_stats/wiki/jetson_variables) **To Reproduce** Steps to reproduce the behavior: 1. Using the pre-built image ([jetbot-043_nano-4gb-jp45.zip](https://drive.google.com/file/d/1o08RPDRZuDloP_o76tCoSngvq1CVuCDh/view?usp=sharing)) for Jetpack 4.5 on the 4GB...

bug

One of our customers suggested that including the filter, currently, on channel A to channel B as well... would be useful for customers.

Brought up by customer: https://www.sparkfun.com/products/13879#comment-5ed8c67e423fad306c45dec4 `RATE` pin is a digital input an should be tied to VDD.

bug

Currently, the ROS nodes (?) [utilizes Python 2](https://github.com/dusty-nv/jetbot_ros#install-adafruit-libraries) for the hardware scripts, which was announced to be sunset a while ago: https://www.python.org/doc/sunset-python-2/ If the nodes (?), were to utilize Python...

### Description I am running into a bug, similar to this discussion (https://github.com/squidfunk/mkdocs-material/discussions/2913#discussioncomment-1135398), where implementing a bold styling breaks the italics. However, it isn't an issue in reverse (italics in...

T: enhancement

Using the **SparkFun STM32 Boards** _(v2.1.0)_ with the Arduino IDE _(v2.1.1)_, I had to modify the `stm32CubeProg.bat` file for the boards package. I modified the default path to: set STM32CP=%ProgramFiles%\STMicroelectronics\STM32CubeProgrammer\bin...

In order to reduce customer confusion and the potential of installing outdated Arduino cores, can we remove the following from [`package_sparkfun_index.json`](https://github.com/sparkfun/Arduino_Boards/blob/main/IDE_Board_Manager/package_sparkfun_index.json): * ESP32 - Now handled by https://github.com/espressif/arduino-esp32 * Apollo3...

Just a future consideration for the shield. Utilize the IOREF/AREF pins to make the shield compatible with our 3.3V boards: - [RedBoard Artemis](https://www.sparkfun.com/products/15444) - [IoT RedBoard - ESP32](https://www.sparkfun.com/products/19177) - [RedBoard...

enhancement

Several customer have reported that the `Serial.flush()` function no longer clears the input and output buffers; it [only clears the output buffer](https://reference.arduino.cc/reference/en/language/functions/communication/serial/flush/). The firmware needs to be updated for this...