Indeed, the CC-Debugger couldn't flash HM-10 modules dues to multiple issues described here: http://magictale.com/2993/adding-hm-10-support-to-arduino-based-cc-debugger/
The fixes have been tested against real HM-10 module.
Now everything should work just fine.
Thank you,
Dmitry
Search found 45 matches
- Wed Jul 20, 2016 6:37 am
- Forum: General Technical Discussions
- Topic: Arduino-Based CC-Debugger and HM-10 module
- Replies: 5
- Views: 13927
- Mon May 02, 2016 12:21 am
- Forum: General Technical Discussions
- Topic: Driving VFD panels with PT6311 controller
- Replies: 56
- Views: 98088
Re: Driving VFD panels with PT6311 controller
Hi Rafael, Hi, While I was drawing the characters, I noticed that there is an extra byte (3) being sent in some digits. Do you have any idea where is this extra byte is come from? There shouldn't be an extra (third) byte. Something is not quite right. Could you provide the sketch which exhibits this...
- Sun May 01, 2016 11:57 pm
- Forum: General Technical Discussions
- Topic: Arduino-Based CC-Debugger and HM-10 module
- Replies: 5
- Views: 13927
Re: Arduino-Based CC-Debugger and HM-10 module
Hi Dmitry, It shows up with an "Error" in the UI, on Read/Write/Info. Is it worth trying your code with the level converter rather than the resistor method ? Is there any debug output on the console if I run your UI within Visual Studio ? Cheers, Damien Hi Damien, To be honest, I am keen ...
- Sun May 01, 2016 11:48 pm
- Forum: General Technical Discussions
- Topic: Arduino-Based CC-Debugger and HM-10 module
- Replies: 5
- Views: 13927
Re: Arduino-Based CC-Debugger and HM-10 module
Hi Damien,
So you are saying that my solution doesn't flash your HM-10 module?
Thanks,
Dmitry
So you are saying that my solution doesn't flash your HM-10 module?
Thanks,
Dmitry
- Sun May 01, 2016 11:44 pm
- Forum: General Technical Discussions
- Topic: Arduino-Based CC-Debugger and HM-10 module
- Replies: 5
- Views: 13927
Arduino-Based CC-Debugger and HM-10 module
Hi, First of all, thanks for putting your code and project information online, it is much appreciated! Do you think we could start using gitlab or github to host your code, so that we can contribute ? I have attempted to compile your CC Debugger on both Visual Studio and in Android Studio. I have u...
- Fri Apr 22, 2016 12:32 am
- Forum: General Technical Discussions
- Topic: Driving VFD panels with PT6311 controller
- Replies: 56
- Views: 98088
Re: Driving VFD panels with PT6311 controller
Hi Rafael, I don't see how you initialise pins. Also, print_f_p renders data to internal RAM buffer, to do physical data transfer to the VFD controller you need to invoke flipFrame(), see below: vfd.init(VFD_CS_PIN, VFD_CLK_PIN, VFD_DATA_PIN); vfd.reset(); vfd.clearFrame(); vfd.print_f_p("0&quo...
- Wed Apr 20, 2016 10:40 pm
- Forum: General Technical Discussions
- Topic: Driving VFD panels with PT6311 controller
- Replies: 56
- Views: 98088
Re: Driving VFD panels with PT6311 controller
Hi Rafael, The code that you experimented with before already works on a low level based on the pictures you have uploaded. So PT6311 driver works for your VFD panel. All you need to do is to replace Charset16S.h and functions that refer to FONT_PGM which are: size_t MVFD_16S8D::write(uint8_t value)...
- Tue Apr 19, 2016 11:16 pm
- Forum: General Technical Discussions
- Topic: Driving VFD panels with PT6311 controller
- Replies: 56
- Views: 98088
Re: Driving VFD panels with PT6311 controller
Hi Rafael, Sorry for the delay. One step a time, special symbols and button events should be looked at much later, when you can display meaninful characters. Given that by the look of things you already know segment mapping, you should be able to generate charset for your VFD panel. Have a look at t...
- Sun Sep 28, 2014 9:46 am
- Forum: General Technical Discussions
- Topic: Bluetooth for Dummies: Domesticating RFComm
- Replies: 0
- Views: 32889
Bluetooth for Dummies: Domesticating RFComm
This conversation has been started in comments to 'Bluetooth for Dummies: Domesticating RFComm' post @ http://atmega.magictale.com/1768/blueto ... ng-rfcomm/
- Sun Jul 20, 2014 10:31 pm
- Forum: General Technical Discussions
- Topic: Driving VFD panels with PT6311 controller
- Replies: 56
- Views: 98088
Re: Driving VFD panels with PT6311 controller
Hi Rafael,
No worries, take your time.
Thank you,
Dmitry
No worries, take your time.
Thank you,
Dmitry