Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: mbustosorg

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,038

    Thanks Paul, That makes a lot of sense. Does...

    Thanks Paul,

    That makes a lot of sense. Does anyone have experience with using any of the off the shelf TOV chips to help with this? I going to use the above techniques but would be interested...
  2. Replies
    3
    Views
    2,038

    Touch library and static electricity

    Hi,

    I'm using the touch library to create a set of input signals to control a light sculpture. The metal inputs are large 1/8" steel plates. The setup works very well and can get some good...
  3. Thanks Paul. Yes, it was an RTFM moment. Hate...

    Thanks Paul. Yes, it was an RTFM moment. Hate when that happens.

    I needed to make some updates to my makefiles & library creation and all is good now.

    Thanks again,
    mauricio
  4. I'm having similar issues on a Mac. I have 3 new...

    I'm having similar issues on a Mac. I have 3 new 3.1s and none of them are showing up in /dev/tty. I have a bunch of 3.0s that are working fine and I'm having no issues with programming. New...
  5. Replies
    1
    Views
    1,560

    Programming without a computer

    Hi,

    I'm looking for some advice here. I have a configuration of ~30 Teensy3s that need to be programmed in the field (harsh outdoor environment). I was planning on using a beater laptop to walk...
  6. Replies
    64
    Views
    45,832

    Thank you for finding the error in my ways. I...

    Thank you for finding the error in my ways. I was indeed careless and shouldn't post so late (only in the mornings from now on).

    Fixed and working.

    Thanks again,
    mauricio
  7. Replies
    64
    Views
    45,832

    Hi Paul, I tested the CMSIS examples on the...

    Hi Paul,

    I tested the CMSIS examples on the new Beta and they worked fine. I'm trying to add an analogRead to the example and I'm getting some linking errors. I'm not familiar with these. Not...
  8. Replies
    64
    Views
    45,832

    OK! Thank you very much. I'm linked and...

    OK! Thank you very much. I'm linked and running. The basic sample is passing the initial test. I'm going to start playing around more with real data but am very excited to have gotten over the...
  9. Replies
    64
    Views
    45,832

    Wow, timing is everything. I was just starting...

    Wow, timing is everything. I was just starting to look into this for my project to have some more interesting frequency response. (https://www.facebook.com/seagrassProject)

    Everything worked up...
  10. Replies
    5
    Views
    3,771

    Thanks for the response. I see the channel 26...

    Thanks for the response. I see the channel 26 but I also see 38 getting mapped to 26 in analog.c. What I think the problem was is that I wasn't properly calibrating. Working now!

    Thanks again,...
  11. Replies
    5
    Views
    3,771

    Temperature on analogRead(38)

    Hi,

    I'm having trouble getting a read from the on chip temp sensor. Is there any additional setup that has to be performed? I can't find anything in the datasheet or accompanying app note.
    ...
  12. Np. The weak reference gets overridden at link...

    Np.

    The weak reference gets overridden at link time when you implement in your main code, so no need to change that portion.

    I added the following:

    void blankFeature() {
    }

    void...
  13. Hi, What I did was modify mk20dx128.c to make...

    Hi,

    What I did was modify mk20dx128.c to make a call to a weak reference to a feature that I defined in my main arduino code. It worked well and required minimal change.

    Take a look at the PIT...
  14. Thanks for the code! Worked great. Can't wait...

    Thanks for the code! Worked great. Can't wait for the ISR macros but it's been an educational experience.

    mauricio
  15. Thread: 3.0 cli

    by mbustosorg
    Replies
    0
    Views
    1,954

    3.0 cli

    Hi,

    First post here. Thanks for the great work.

    I'm interested in using the cli for 3.0 but don't see the update on the cli page. Is there a version forthcoming? How does teensyduino bring...
Results 1 to 15 of 15