Yep, Teensy 4.1 is my next stop. Problem is I need to create a BOB with the necessary connections for peripheral like serial,display, I2C, general IO and the CAN transceivers,
Type: Posts; User: bvernham
Yep, Teensy 4.1 is my next stop. Problem is I need to create a BOB with the necessary connections for peripheral like serial,display, I2C, general IO and the CAN transceivers,
No, I was responding to the post.
The issue is the only reason I need to use the downloaded installer vs the "APP" is because of TEENSY. No other boards have an issue with the APP from the APP...
This reason why I showed this is because I can not compile anything. Due, Uno, Teensy, nothing.
When I select Teensy 3.1/3.2 and try to compile I get the exact same message.
PS I can't compare any boards on the non APP version but I only need the non App version for Teensy boards.
How do you create a "portable folder"? Don't put it in "program files"?
The latest one of the web site.
I did a clean install of 1.8.13 on Windows 10 oro and I can not compile anything because is is looking for hardware/cores that no longer exist.
Every time I try to compile anything I get: loading...
I have reference for EKF implementation.
The question I am asking is about this specific EKF implementation as the code is not really documented with comments and such.
So anything that would...
So the library expects the IMU input in the NED convention?
Also, is the any available paper/presentation/literature concerning the EKF in this library?
I ask because I am very interest in...
Any update on why some of the IMU input are inverted within the update statement?
Thanks
Bruce
Just wondering why the update statement has negation and swapping of axis for the accel and the gyro?
...
My application will never have air speed as it will be in a vehicle so some implementation like this is required:https://github.com/juangallostra/AltitudeEstimation
But this would not fuse the GPS.
Any plans on using the BME280 in the motion backpack for the INS or AHRS libraries? Typically baro, GPS, and vertical acceleration are fused to determined altitude.
Thanks
Bruce
Can you provide a link/location of any material which details the derivation of the 7 and 15 state EKF to which you have ported to GitHub?
Thanks
Bruce
Just found this code and it looks very interesting. For my application, I need to have a remote antenna. I read in the thread that the PPS needs to be broken out. Besides the PPS signal is there...
Never mind! It helps when you read the directions!
I installed Arduino IDE 1.6.12 and Teensyduino 1.3.1 Beta2.
I plugged the Teensy 3.6 in.
The driver installs and it shows up as a in the device library as "Teensyduino RawHID".
No port is...
I have searched the forum and have not seen a definitive answer if the FlexCAN library works with extended ID (29 bit) which is required for J1939.
I can see the ID is defined as a unsigned 32 bit...
5444
Teensy at 100K with both SCL and SDA
5445
Teensy at 400K with both SCL and SDA
100K will acknowledge but will not display demo sketch.
Still just spinning my wheels here.
/*
NKC Electronics serial display - Demo
Demonstrates different functions of the Serial LCD module
The circuit:
* LCD SCL pin to Arduino SCL pin or Analog 5
* LCD SDA pin to Arduino...
I got home and got a hold of my scope. Please see below.
5438
5439
Let me know if you have any ideas why this may be happening.
I have tried it on the Uno because fo the 3.3V vs 5V ratings. I need to check if this is 5V tolerant.
I also tried lower 200K and 100K but still had the same problem.
Thanks
Bruce
"When you ran the LCD with the UNO, what did you do for the 3v3 logic and power levels the LCD wants."
My previous experience are using the 5V version of this LCD with the UNO/Mega/Mega Junior,...
I have and LCD I2C Slave:
http://media.nkcelectronics.com/datasheet/NKC2004SD-NSW-BBW-33V33.pdf
Once again... both 10K and 5K (10K in parallel) were tried with the same result.
Pull ups are 10K on the board. I tried adding another 10K (so actually 5K) in parallel and it did not help.
Arduino 1.0 library:
/*
NKC Electronics serial display - Demo
Demonstrates different functions of the Serial LCD module
The circuit:
* LCD SCL pin to Arduino SCL pin or Analog 5
I can't seem to get I2C to work correctly
I tried the standard "wire.h" but I can not get the i2C LCD to work.
I have used the Serial LCD Module 20x4 Blue with White Backlight 5v version for...
Can I get a hint?
I see ICP1 and ICP3 but ICP3 is also shared with the SPI buss so I want to specify the library to use ICP1.
Is this possible?
Thanks
Bruce
Which input capture is used?:
#define CAPTURE_USE_TIMER1
#define CAPTURE_USE_TIMER2
#define CAPTURE_USE_TIMER3
1284P has 3 timers.
Thank
Bruce
I would like to use the FreqMeasure library with the 1284P but the library has not defined that microcontroller.
Can someone help me modify so I can use that library with the 1284P?
The...