Hi everyone,
I am working on a project for atmospheric research. I have a set of instruments placed under a tethered balloon. My instruments record their data to a teensy 3.6. I need to send a...
Type: Posts; User: RomanP
Hi everyone,
I am working on a project for atmospheric research. I have a set of instruments placed under a tethered balloon. My instruments record their data to a teensy 3.6. I need to send a...
Thanks!
I actually tried with a smaller sd card that had FAT32 format and both my scripts worked well.
Problem solved.
Cheers!
Yes, I've tried several examples from the libraries and I still have the same result. And yes I changed chipSelect to BUILTIN_SDCARD.
Could it have something to do with the SD card I'm using? It's...
Hi,
I have several sensors connected to my teensy 3.6. I need to log the data on an sd card. I am using the built in micro sd holder with a SanDisk 64 GB sd card.
To test the data logger, I...
Dear mborgerson and mlu,
Thank you so much for your answers. I finally managed to solve the problem. My Analog GND pin was indeed not grounded!
Now, I have a very clear and stable signal.
...
Hi,
I'm trying to get readings on the voltage of my battery. Since the voltage of the battery exceeds 3.3V, I'm using a voltage divider with two 25 kohm resistors. See the attached picture for...
Dear PhilB,
Sorry for the late reply. Thank you very much for your answer. I don't know why I haven't thought of that before.
Cheers!
Dear all,
I have a set of probes measuring meteorological data. The data is then communicated as an analog voltage between 0 and 5 volts. Since teensy pins cannot tolerate voltages above 3.3V, I've...
Thank you very much XFer!
It worked perfectly!
Hello everyone,
I am fairly new to this world and need some guidance for a project I have. The current setup I have might seem dumb but it's not permanent. It's just a step for me to learn how to...