ATM successfull tested on:
Teensy 3.2
Teensy 4.0
Type: Posts; User: Markus_L811
ATM successfull tested on:
Teensy 3.2
Teensy 4.0
Good point, but it does not work without it.
Library BSEC-Arduino-library-master has been declared precompiled:
Using precompiled library in...
Thank you,
but there are 2 parts, the library.properties tells the IDE whats to do:
dot_a_linkage=true
precompiled=true
ldflags=-lalgobsec
So the IDE know there is an precompiled file...
Hello natxo,
you are right if I change this Lines inside this files
library.properties:
architectures=samd,sam,esp8266,nrf52,esp32,avr
to
Interesting it linked
/home/natxo/Arduino/lifesens_bme680_teensy/cortex-m4/libalgobsec.a
but says it did not find
Precompiled library in...
Sorry no it doesn't work
Compiling library "BSEC_Software_Library"
Library BSEC_Software_Library has been declared precompiled:
Precompiled library in...
That is new, didn't work in the first place as I tested it, sorry for the empty zip there is the filled, no idea why his was empty
Get this with Arduino: 1.8.13 (Windows 10), TD: 1.53, Board:...
The above mentioned Bosch Sensortec Environmental Cluster (BSEC) Software v1.4.7.4 the latest changed one parts for the latest Arduino 1.8.13, and yes it works well, I did not use it on continuous...
You have to use this Line with you path
recipe.c.combine.pattern="{compiler.path}{build.to olchain}{build.command.linker}" {build.flags.optimize} {build.flags.ld} {build.flags.ldspecs}...
SublimeText may I take a look at it atm. I use Notepad++ or Geany
with support for Teensy 4.x
New Link
https://github.com/MarkusLange/Teensy_3.x_4.x_and_LC_LIN_Master
Sounds good, thanks
Any idea when it will arrive on the reseller, specially europa/germany
Thanks defragster.
I know that detail in the first place, why did I missed it when it comes to look out for it.
Hello,
I wonder if I missed something but I was looking for the kinetics.h inside the teensy 4 core like inside the teensy 3 core but there is nothing where did it went?
B.R.
Markus
An support for precompiled would be nice
Shown that in this picture
20635
There are ferrules for every diameter
Depends on how you spell OpenSource, avaliable does not mean usable. You can use the original librarys and rebuild it with the original hardware (you buyed, now) reimpliment it, with some luck you...
arrived yesterday, Thanks
If you want to use the IAQ function, you need to add an precompiled file and change some of the file locations.
1. Download the lib from github: Link
2. Create an Folder basic_BME680 in your...
Yes thats right neurofun, there is no CS code inside the lib, atm CS is allways HIGH.
Interesting part is my LIN-Master is working with _stream and does also hears by the LIN-Driver what is transmit, but in this case the Uart does not care.
Yes Pin1 (should) have a PullUp with the init from Serial1 with Serial1.begin() RXD has PullUp activate
Hello KurtE thanks for the input,
_stream and Serial are not working inside the IRS, if I connect it like this:
(Without any external wires PIN CS activate the Chip nothing more)
17959
It works...
Hello there,
some weeks ago I finished an LIN-Master that used the LIN-Break provided by the Teensy Chips (T3.0 - 3.6). After this I was working on an LIN-Slave with Interrupt based...
Understand, good to know, the other works so far it's fine but would be nice if the Board Info would tell me if I use an Teensy 3.0, an 3.1/3.2 or else.
Thanks for the Reply.
Hi Paul,
inside the Aduino IDE under Tools, if I select the Port (from my Teensy) under "Serial ports" I can get infos from my Board, but if I select the same Port under "Teensy Ports" I get the...
I will make some Tests soon, I have an SHT31-D who supports SCL-Stretching, the does support i2c_t3 SCL-Streching?
See some Interesting about it there...
Hi Paul,
I looked at the Schematic searching for alternate Pins from CanFD, and find no alternativ Pins for it btw. but this:
17276
Teensy Pin 30 (CRX3) is linked to EMD_37 from the Reference...
Looks like an can't edit my post.
Technically the picture is wrong, after I²C-bus specification and user manual Rev. 6
3.1.9 Clock stretching
Clock stretching pauses a transaction by holding...
17262
Yes this was what I have in mind
Hello nox771,
is it possible to modify/add an modified version of void i2c_t3::resetBus_(struct i2cStruct* i2c, uint8_t bus) to create an clock stretching for slave mode?
Many thanks
See that to, hope Paul will ad the Datasheet soon
What a beast
This Post https://forum.pjrc.com/threads/56451-How-to-find-out-which-Serial-is-used?p=207632&viewfull=1#post207632 contains the code, feel free to take a look.
May I get you wrong, but Stream works as expected, and does all the stuff. But I need to set some Registers that Serial did not handle by default. The registers are for each Serial specific so I have...
You can take a look on this
https://github.com/MarkusLange/Teensy_3.x_LIN_Master
I was working on this:
https://github.com/MarkusLange/Teensy_3.x_LIN_Master
Hello tonton81
you can try this:
https://github.com/MarkusLange/Teensy_3.x_LIN_Master
works on Teensy LC
What a messy thing, it Looks so nice just with Support for T3.0 - T3.2 even the T LC can be dropped in, seperated but it fits somehow, but adding the nearly identical T3.5 and T3.6 brings chaos, damn...
Good to know I take a closer look at it.
->
If I look right at the Data Sheets from the T 3.5 all 6 UARTs are the same on the other hand the T 3.6 the first 5 UARTs identical, UART 6 is LowPower,...
Thanks KurtE that does the trick.
Hi,
I'm just writing a library with use of stream to use several Serials for Teensy 3.x
.cpp
XXX::XXX(HardwareSerial* stream, uint16_t baudrate) {
(*stream).begin(baudrate);
...
But how do I get now my data after the break.
Deactivating the ILIE Idle Line Interrupt Enable does the trick
This works
#define LBKDIE 0x80
// Prints a binary number with leading zeros (Automatic Handling)
#define PRINTBIN(Num) for...
The NXP UART-Testfiles looks like this:
uart_tests_main.c
#include "common.h"
#include "uart.h"
#include "mcg.h"
#include "uart_tests.h"
Interesting thing:
// Enable LinBreakdetection on UART0
UART0_BDH |= LBKDIE;
UART0_BDH |= RXEDGIE;
//UART0_S2 |= UART_S2_LBKDE;
NVIC_ENABLE_IRQ(IRQ_UART0_STATUS);
The Master if asked: Teensy 3.0 and up
//Lin Initailisation
#define linspeed 19200
unsigned long Tbit = 1000000/linspeed;
//Tbits Header
#define breakdelimiter ...