Hi
I am looking for a wide angle camera for use with Teensy, ideally 180 degree lens or close as possible.
Anyone got any ideas?
Regards
Ex
Type: Posts; User: Experimentalist
Hi
I am looking for a wide angle camera for use with Teensy, ideally 180 degree lens or close as possible.
Anyone got any ideas?
Regards
Ex
Michael
I really appreciate you taking the time to write such a detailed response, this has been invaluable to me, very much obliged
Regards
Ex.
Is there a full list of which Teensy micro controllers are directly compatible with the PropShield? That is that can be directly connected by adding pin headers and plugging straight in in a stack...
Hi PaulStoffregen, Robin
I have just started a new business developing embedded designs amongst other things and I intend to exclusively use Teensy micro controllers due to your great support. I...
Hi
I have tried building the very simple blink example from the FastLED library for Teensy LC but I cannot get it to build. I have tried it with the following:
Teensyduino 1.47 Arduino 1.8.9...
Having walked the dog and woken up a little I just thought that the coin cell is only 3V so no need for a voltage divider, I guess I can just connect it with a series resistor to limit current? I am...
Hi, I wonder if anyone knows if I can read the VBat RTC clock battery backup voltage internally somehow or whether I would have to add an external voltage divider or similar to monitor the coin cell...
Interesting but seems to contradict this quote:
The diode option seems very straight forward so I guess I'll give that a go, thanks for responding
Sorry if this is a simple question but can you explain the theory behind the diodes. I guess if the input pin goes more negative than Gnd by approx 0.6V then it sinks to ground and vice versa if it...
Could you post a link to that manual please?
I just wondered if I should protect them or maybe this is already taken care of internally.
So I just connect the pin directly to a wire or pad...
The above is designed to use the CapacitiveSensor library not the native touch pins of the Teensy LC, 3.0, 3.1, 3.2 & 3.6, it is a completely different beast that is why I started this thread.
However . . . would it still be best practice to include a series resistor to protect the input from electrostatic discharge? Anyone?
Thanks for your response. So. if I'm reading this correctly, I would use a reference voltage and a voltage divider to provide a fixed 2.7V into an Op Amp non inverting input. I would then connect...
Oh if only my memory worked . . . I have asked this before but never followed up . . . here are some useful links for anyone finding this:
Capacitive Touch Hardware Design Guide
Capacitive sensors...
Hi, if I want to use the touchRead(pin) function with Teensy LC, 3.0, 3.1, 3.2 & 3.6 do I just connect a wire to a touch enabled pin or should I use a series resistor of some sort?
I want to use a voltage divider to read the voltage from a 5 cell Lipo. However I want to use the full resolution of the ADC with analogRead() but across a limited voltage range. The maximum voltage...
That's great, thanks for your help . . . I knew I must be missing something. I had intended to wire it as you suggested so your answer is spot on, thanks again.
I was wondering if someone could verify my electronic maths for directly driving a TIP120 Darlington NPN from 3.3V output, see datasheet diagram below.
17619
I want to use it to switch a 9W LED...
I am using the SD formatter code from https://github.com/greiman/SdFat.git and BUILTIN_SDCARD is coming up as not defined, what actual pin number is it? I do not see a format example in the SD...
Can anyone tell me what the pin number is for the Teensy 3.6 SD card chip select pin?
Don't worry, I've got it now and will post the image for others in due course (o:
Can anyone show an image of the Teensy prop shield and Teensy 3.6 stacked to show the pin alignment?
So I can just solder the side pins and leave the central pins unconnected on the Teensy 3.6?
I am presuming I can use the SD card and accelerometer at the same time without conflict?
My 3.6 will be mounted above the prop shield by the way as the prop shield already has sockets soldered in place
With regard to the DAC does that mean I need to leave one pin unconnected? Not intending to use audio at this time, I just want to record accelerometer data to SD card.
I assume this is a simple question, does the Teensy 3.6 plug straight in to the prop shield with motion sensors? I have a Teensy LC with pins plugged in to my propshield at present and a Teensy 3.6...
I followed your video and it worked a treat . . . VisualTeensy it is then (o:
I just pushed the whole PlatformIO project to:
https://github.com/The-Experimentalist/PlatformIO-MahonyIMU.git
Its just Paul's code from this repo https://github.com/PaulStoffregen/NXPMotionSense.git in MahonyIMU.ino from folder \examples\MahonyIMU\
Here it is in its present form:
// Inertial Monitoring...
I tried copying the crc16.h file to:
\lib\crc16\src
I then tried compiling and get:
Processing teensylc (platform: teensy; board: teensylc; framework: arduino)...
Yes, I saw that thanks, I am just not quite sure how to include it in the PlatformIO project in order to get the PlatformIO library manager to recognise it. If I copy it as it is above it does not...
Thanks for your help. I have a bit of time now so I am going to go and read up on the PlatformIO library manager and try to get my head round it.
Thanks, got it and have now installed it. Any ideas how I can resolve the crc16.h issue:
> Executing task in folder Teensy-PropShield-MahonyIMU:...
Do you happen to know how do I enter PlatformIO CLI commands from within VSCode? Sorry for slow replies I am currently working on my garden fence )0:
I am not a C++ programmer, I literally took the code from the MahonyIMU.ino example from Paul's github https://github.com/PaulStoffregen/NXPMotionSense.git and added the Arduino include line. I am...
I am trying out Platform IO but I am unsure how to configure it correctly. I am trying to build the MahonyIMU.ino example from Paul's github https://github.com/PaulStoffregen/NXPMotionSense.git
I...
I am having issues with Platform IO finding the Teensy libraries can anyone explain how to set it up so it can see the Teensy libraries at a specific path as I am struggling?
I just downloaded Platform IO and am going to have a look at that also, thanks for the tip (0:
I just downloaded Platform IO and am going to have a look at that also, thanks for the tip (0:
Thanks for your efforts, that's not my repo just one that was recommended to me by a forum member to see some of the Teensy Prop Shield functions. Got it working now using the Arduino build tool,...
Got to go out . . back later
I am trying to build Teensy_Prop_Shield.ino from:
https://github.com/kriswiner/Teensy_Prop_Shield
I copied and pasted it in and added:
#include "Arduino.h"
The first line of it failing...
It is failing to build in VSCode as it can't find the Teensy libraries which are in:
C:\Arduino\1.8.9-TD-1.47\hardware\teensy\avr\libraries
Where does this path need setting so that...
. . . also trying to cook dinner . . . hence the mistakes ;)
Fixed that, I set it to the wrong folder by mistake . . . hang on
I realise I don't need to edit the makefile I just need to edit the files it reads from as I have not worked with Arduino and Teensyduino for a while and it is somewhat of a mess. I have just edited...
This is verbatim from the makefile:
LIBS_LOCAL_BASE := lib
Should it fill in the automatically or do I need to edit it somewhere?
Let me have a look . . . I always find the library linking confusing :confused: I'll report back. Where is the Arduino configuration file usually?
Can you explain these settings in the make file and where it gets the paths from please?
LIBS_SHARED_BASE := <Path Removed>
LIBS_SHARED :=
LIBS_LOCAL_BASE := lib
LIBS_LOCAL := ...
. . . got it now, for anyone else having the question . . . from within VSCode use the 'Terminal' menu and select 'Run build task...' (or use CTRL-SHIFT-B) then select 'Upload (teensy.exe)' from the...