What about something for industrial applications:
- 24V power input, (12-36 volts ideally) with lots of protection and filtering.
- RS485, with selectable 120ohms termination, for modbus
- CAN, with selectable 120ohms termination, for CANOPEN
-...
Here's the list I was thinking of yesterday.
analog mux + pot-with-cable
high performance ADC chip (not audio focused)
higher quality audio
many channel audio
MIDI in / out
power over ethernet
battery power / management
single pair ethernet or...
I would like to see a Teensy 4.1 Pro. Just export all pads/IOs while still doing the heavy lifting (in terms of BOM). No connectors (like USB, SD-Card) aside from pins. Export hardware debugging. With todays availability of cheap PCB...
Just a wish list:
Something like the old propshield board with and without the IMU. Would be nice to have a DAC on board it :) so things like speech can be used. As for IMU probably something like the BMI270 and the newer BMM350 since the...
In the past there was an I2C display (TeensyView):
https://learn.sparkfun.com/tutorials/teensyview-hookup-guide/all
It would be nice if there was a base Teensy 4.1+ board that has a QWIIC port for I2C without needing the shields that Sparkfun...
I agree with @chipaudette suggestions!
A WiFi and/or Bluetooth module with native library support included in the TeensyDuino install would be excellent! Something similar to how the ESP-32 works (but with an external module).
I also like the...
A Bluetooth and/or WIFI module (with examples) to make wireless easier for Teensy!
SInce you'd want to be totally wire-free, we also want to power ourselves from battery. So, you'd also want to add a LiPo battery connector to this board, along...
Unfortunately, I have limitations in using a VPN on my work computer, where I do most of Teensy related work. I am being able to post in this forum with my phone using a free VPN app only, not the ideal situation.
I apologize for creating a new thread on the same subject covered in "An error occurred while the page was being generated". I replied to the thread but didn't get a response. I really need help.
The issue is: I'm from Brazil, and I can't access...
Hi @PaulStoffregen
Forum is completely inaccessible for me (in Brazil) for many days now. I tried to access it at home, at work, smartphone, and nothing works (different IPs, machines and browsers) . For a moment I was thinking that PJRC was...
Maybe this is unrelated to Freddie's the issue, but I have recently tried to use __has_include in one of my libraries and spent a log time trying to make it work. The code was something like this:
#if defined(__has_include)
#if...