Search found 38 matches

by rankor
Fri Dec 05, 2014 5:47 pm
Forum: General Discussion and Questions
Topic: Cannot use touch buttons in 'Y' position?
Replies: 2
Views: 3045

Cannot use touch buttons in 'Y' position?

When I have the screen in the Y position I cannot use the I2C. I can when in X position so 99.9% likely the pyboard is the problem and not the LCD (small chance X pos and LCD fits better because of the way I soldered but very, very unlikely). This is irritating because the Y position is the most use...
by rankor
Thu Dec 04, 2014 11:28 pm
Forum: General Discussion and Questions
Topic: LCD backlight weak, have I done something wrong?
Replies: 3
Views: 3462

Re: LCD backlight weak, have I done something wrong?

The solution was better soldering :D .
by rankor
Thu Dec 04, 2014 11:00 pm
Forum: General Discussion and Questions
Topic: LCD backlight weak, have I done something wrong?
Replies: 3
Views: 3462

Re: LCD backlight weak, have I done something wrong?

Solved this problem. Can I delete the post somehow?
by rankor
Thu Dec 04, 2014 9:15 pm
Forum: General Discussion and Questions
Topic: How to get the Bluetooth module working (JYMCU...)?
Replies: 15
Views: 14069

Re: How to get the Bluetooth module working (JYMCU...)?

OK and how did you thn proceed to make the actual Bluetooth communication work? I have an Android phone and a PC with Ubuntu. I can pair my Android phone to the JYMCU but have not managed to get around how to work with Bluetooth on Ubuntu. So what is the best approach to get Bluetooth working? After...
by rankor
Thu Dec 04, 2014 4:40 pm
Forum: General Discussion and Questions
Topic: LCD backlight weak, have I done something wrong?
Replies: 3
Views: 3462

LCD backlight weak, have I done something wrong?

I got the LCD working in so far as I can write text to it and I can turn light on and off. However the light/backlight is not very strong, ot hardly makes a difference, the screen itself does not light up so I am thinking there is something wrong, that it is not soldered well enough or there is not ...
by rankor
Tue Dec 02, 2014 11:07 pm
Forum: General Discussion and Questions
Topic: How to get the Bluetooth module working (JYMCU...)?
Replies: 15
Views: 14069

Re: How to get the Bluetooth module working (JYMCU...)?

I cannot use those commands. I can only use send and recv. I try to do: uart=UART(3,9600) #Y9,Y10 => uart3 uart.send("AT") no response uart.send("AT+PIN5678") no change of pin, can still pair with old. So I can pair my android with the device and it blinks red but I cannot send commands successfully...
by rankor
Mon Dec 01, 2014 11:16 pm
Forum: MicroPython pyboard
Topic: Using LCD+2-4servos+AMP+...?
Replies: 1
Views: 2471

Using LCD+2-4servos+AMP+...?

I would like to use the LCD, the Bluetooth module, the AMP and 2-4 servos in one application. That isn't possible right? Not enough pins. So use 2 python boards and perhaps CAN?
by rankor
Sun Nov 30, 2014 1:05 am
Forum: General Discussion and Questions
Topic: How to get the Bluetooth module working (JYMCU...)?
Replies: 15
Views: 14069

How to get the Bluetooth module working (JYMCU...)?

Anyone using the JYMCU bluetooth module? How did you get going? I can't find any instructions for Micropython for it. I connected it to Y9/19 and VCC and GND. Can I communicate with it via UART just to see if I get contact so it is correctly mounted? I have an Android phone and a PC to pair with lat...