Bluetooth Shield + Arduino Uno not discoverable!
yeah,we can connect our PC to BT shield.And if your computer don't have BT,you can use Bluetooth USB Dongle to plug into your PC,that's very convenient.Statistics : Posted by reebbhaa • on Mon Apr 22,...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
For those that are having problems getting BTShield to work properly This is what I have done to get it to function as wanted....Code:#include <SoftwareSerial.h>Â Â //Software Serial Port#define...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
strigoi8183 wrote:Which pins are u using for the BTmodule it comes preset to 6/7 I think. Just stay away from pins 0/1 on arduino as they are used for hardware serial communication.... If that isn't...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
Which pins are u using for the BTmodule it comes preset to 6/7 I think. Just stay away from pins 0/1 on arduino as they are used for hardware serial communication.... If that isn't the issue check the...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
This is the exact code I've been using, even then I tested it with your version and it didn't help. It still blinks green twice in one second. I'm all out of ideas. Any guesses as to why this is an...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
Please post code so we can help you.... or try this code this is what works for me you can add your code after the line that says....blueToothSerial.print(recvChar); } Code:#include...
View ArticleBluetooth Shield + Arduino Uno not discoverable!
So I had Bluetooth connected to my computer, it worked like a dream. Then I started getting errors such as serial port seeedstudioBT already in use. That happened for a while, after which the bluetooth...
View ArticleTemperature Humidity Sensor Pro not working with Galileo
I am trying to get the temperature humidity sensor working with the Intel Galileo board. I've found that the code that comes with the sensor will not work (CLI and SEI are not implemented yet on...
View Article2.8" TFT Touch shield v1.0 on arduino mega 2560r3
I installed the tft library from wiki page for tft shield v1.0 and removed tft file that came with arduino ide 1.0.5 which I found in other posts with similar issues. I am able to upload example code...
View ArticleFixing the 2.72 8M Issues
For those of you interested in using this with the 2.72 hardware, it seems to be working (with the exception noted below) and not harming the hardware. All the file I/O functions seem to work. Enclosed...
View ArticleFixing the 2.72 8M Issues
Could you post the Wildcat version? I tried to do it as well and it crashed on load, even without running any new code. When I change the buffer size (to the old value), it worked. I suspect it may be...
View ArticleFixing the 2.72 8M Issues
I compiled up the Wildcat version with your changes and it seems to run fine on my 2MB version including file saving loading using the standard unmodified 2MB sys.I can't check it on my relative's 8MB...
View ArticleFixing the 2.72 8M Issues
OK try this oneThe modified SYS has support for handling an extra prescale control ANALOG_PSC in the bios. Wildcat sticks with the fixed prescale of the standard SYS and I don't find that a real...
View ArticleFixing the 2.72 8M Issues
bobtidey: Is the SYS 1.6 you provided the one modified for the community application? If so, I can't find the modified table or any additional functions. It is very similar to the current "factory" SYS...
View ArticleFixing the 2.72 8M Issues
The standard community app uses a modified SYS (25116) whose main difference is to use a different table of multipliers in generating the frequencies of the sig gen. Without the modified SYS then the...
View ArticleFixing the 2.72 8M Issues
I suspect the issues have more to do with the modified SYS, but I have not been able to find out what it does or locate the source code. If anyone has a link, please post it or update it based on the...
View ArticleFixing the 2.72 8M Issues
That sounds very encouraging. I'll try that out and if I get a chance try out the equivalent change in the Wildcat version I normally use. My test would be on a 2Mb system but I have a relative who ha...
View ArticleFixing the 2.72 8M Issues
Issues found thus far:* On chan 4 menu, moving past "Meter" crashes. doubt this has to do with file I/O* Freq generator / display is off, this is probably due to known dependence on customized SYS*...
View ArticleFixing the 2.72 8M Issues
Being frustrated with not being able to run my new DSO with the community software, I thought I would take a look and see if my inner geek still existed. I have made some modifications to try and...
View ArticleSeeedunio lite + Motorshield V2.0
I also have bought 2 seedunio lite and motorshield v2.0 yesterday. I have the same problem, if I pull up the pins D8-D13, then I have 5 V everywhere. Now I load up the steppermotordemo and then only...
View Article