I purchased the Blend Micro from RedBearLabs. While it is a very nice device, support questions are answered at a low level; even support from Nordic in regards to the bluetooth nRF8001 is very slow...
Type: Posts; User: rootScript
I purchased the Blend Micro from RedBearLabs. While it is a very nice device, support questions are answered at a low level; even support from Nordic in regards to the bluetooth nRF8001 is very slow...
I have a Nintendo DS touch screen (4 wire) somewhere. Once I find it, I will test out the absolute positioning (Hopefully within a few days).
@peanutman. I had similar issues. This thread should help you:
http://forum.pjrc.com/threads/25722-Teensy-3-1-Logic-Level-5V-tolerance
:)
Carlos
I just tried with Teensy 3.1 & Arduino 1.0.5 using Teensyduino 1.18.
The mouse works as expected for me so far, when I plug in my Teensy 'mouse' it pick up the current mouse position, & does not...
Here are links to two forums I use, If you do a search in their forums for Teensy, you will find lots of useful information of people integrating Teensys into custom keyboards:
...
@onehorse - I remember reading somewhere that most people who got the Teapot demo working did so with Processing 1.5.1.
Thanks onehorse, that works straight out the box with Teensy 3.1.
I think I may pick up a Nokia screen, as I see you added output functions too.
This link may interest you, a video showing...
@JV88
Using the gy-521 board, I tested the MPU6050_raw.ino from Jeff Rowberg's library example, and can confirm the same issue.
Serial monitor returns after disconnecting & reconnecting usb cable...
With the LLC connected, the voltage before the LLC across GND & TP_CLK (TrackPoint CLK) is 4.1V, the voltage after the the LLC is 2.7V. This is when the TrackPoint works, with TP_CLK on Teensy pin 16...
I have moved over to the pin ranges suggested:
Trackpoint trackpoint(
17, //TrackPoint DATA
16, //TrackPoint CLK
14); //RESETBut the TrackPoint doesn't respond (without the Logic Level...
Here is a diagram, that should help explain what I doing:
1942
TrackPoint, Logic Level Converter, Teensy 3.1.
:)
I am using a 5V IBM TrackPoint module as a HID mouse. I am connecting the TrackPoint's PS/2 RESET, DATA, and CLK to digital pins 13, 9, 3 via a Logic Level Converter. All works well. The TrackPoint...
Hello Paul,
If some people originally requested absolute positioning, and as many of us now find that relative positioning appears to be more useful.
Would it be possible for you to post a fix so...
Does anyone know why the mouse position get sets to the centre of the screen, when using absolute?
Surely if this is because we are now using absolute positioning, and the centre is the initial...
So far I have tried connecting the DTR pin from the Bluefruit EZ-Link to the RESET solder pad on the back of the Teensy, hoping that it does the same thing as pressing the button on the Teensy, but...
Ok Paul,
Thanks to your help I have a working example; so I thought I would report back.
I loaded the StandardFirmata example (in Arduino IDE), and uploaded to the Teensy 3.1 board.
I tested...
The Firmata_compiled files located here:
http://pjrc.com/teensy/td_libs_Firmata.html
only contain hex files for Teensy 1.0 2.0 & Teensy++.
Can anyone help with Firmata files for Teensy 3.1,...
Here is a little extra info as to what node-red is:
Node-RED is a tool for wiring together hardware devices, APIs and online services; it provides a browser-based flow editor that makes it easy to...
I downloaded the node.js installer for osx here (in terminal):
http://nodejs.org/dist/v0.10.26/node-v0.10.26.pkg
and installed it.
With nodejs installed I can run npm commands (in terminal), so...
I am using 1.17 on OSX 10.8.5, and find the same thing as Paul, in that the mouse pointer resets to centre of the screen once, when first plugged in.
But if I use Mouse.screenSize(2560, 1440,...
I have started to add some components here (input devices):
http://dev.rootscript.com/hid/
For the moment just a description, product video, data sheet, .ino code, and a schematic.
If any one...
Also as MichaelMeissner mentioned pins 0,1 & 7,8 are hardware uart serial pins, so pins 5,21 be selectable in code. Maybe someone can confirm.
If you are talking about the greyed out text, I put them in thats way as they were on the original document. As to why they are that way, I'm glad you asked, it was something I was unsure about.
...
@nox771
I have ordered the breakout you suggested (I will be able to use it here or in another project, I have two purple Teensys on the way too):)
When you say my "application is single-Master",...
@ stevech
I read this somewhere (is this related to buffering the I2C signals due to wire length, that you mentioned?):
"I2C is a bus, with multiple slave devices on a single pair of wires. You can...
Hello,
I am building an aquarium controller/monitor using a Teensy 3.1. I wanted to ask for some general advice before I get my fingers burnt.
I am going to use quite a lot of sensors to monitor...
Wow this deal is still going. I just ordered two.
As I am new to electronics I have been very cautious about wiring up my Teensy 3.1. Everything here in the UK seems to be double in price to the...
Thank you guys for your feedback :) I really wanted to contribute something that would be useful to amateurs who are just starting out with Teensy (like me).
@pictographer - Everything looked...
Hello guys,
I have been working on a Teensy 3.1 pinout diagram. I have tried to make a little interactive example, in order to get some feedback. Here is a link to version 0.1: external link to...
Hello Steve,
So as I understand it, you are saying that it is not possible to upload a sketch to the Teensy via bluetooth, as the "Teensy Protocol" in the Teensy 'Firmware' is only setup to be...
Hello,
I am using a Teensy 3.1, and have connected the RX & TX pins on a Adafruit Bluefruit EZ-Link (Bluetooth module) to Teensy pins 8(TX3) & 7(RX3). DSR & DTR on the EZ-Link are not connected to...