Questions tagged [teensy]

The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects.

The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects.
All programming is done via the USB port.
No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port.

Home page: https://www.pjrc.com/teensy/

155 questions
-2
votes
0 answers

Advice and a bit of clarification on beginning an Ethernet project

I am in the early stages of a new project, where I have to use Teensy 4.1 to send data to PC via Ethernet, and the PC should write all the received data to a simple text file. So far I accomplished to find and try a very simple Python code that…
-2
votes
1 answer

How to convert uint16_t number to ASCII HEX?

What is the best way to convert a unsigned 16 bit integer into ASCII HEX? I'm trying to integrate my Arduino with a serial communication protocol that expects the payload as an array of 2 byte ASCII HEX values. I'd like to be able to store each…
popc0rnx
  • 13
  • 2
-2
votes
3 answers

VS Intellisense shows escaped characters for some (not all) byte constants

In Visual Studio C++ I have defined a series of channelID constants with decimal values from 0 to 15. I have made them of type uint8_t for reasons having to do with the way they are used in the embedded context in which this code runs. When…
Craig.Feied
  • 2,617
  • 2
  • 16
  • 25
-2
votes
1 answer

Fixing error while loading shared libraries: libpng12.so.0 when Installing Teensyduino in Kali

I installed Teensyduino on my Arduino. However, the Teensyloader does not work. It throws this error when I try to run it: teensy.64bit: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or…
jimminy
  • 129
  • 1
  • 1
  • 4
-3
votes
1 answer

unsigned int not work on project

please help. I have old code for making analog synth and cant compile it on teensy 2.0, I use Arduino 1.6.9 and teensyduino 1.29 Full code with errors Error log: invalid conversion from 'void ()(uint8_t, unsigned int) {aka void ()(unsigned char,…
stress_tn
  • 174
  • 3
  • 12
1 2 3
10
11