Search found 20 matches

by Ced67
29 Apr 2017, 22:51
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Hello there!

I updated my github with an stm32L100 port in a dedicated "STM32L100_Variant" branch:
https://github.com/Ced67/TCKB_Software/tree/STM32L100_Variant

The STM32CubeMX I used seems to have a little bug that generate code for stm32l100RB even if R8 is selected... but if the code is still ...
by Ced67
23 Apr 2017, 09:31
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

You are right, I mixed ESD and EMI... but sorry, I can't quantify how much worse is the sensibility to static discharges :(
by Ced67
22 Apr 2017, 20:32
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

I can't quantify that but I believe it means it is more noisy than their stm32F cousins at equal operating conditions.
My electromagnetism knowledge is quite null :)
by Ced67
22 Apr 2017, 11:48
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Hi,
Yes I did define the leyout schematics.
I did install your version of coocox but that version does not support the stm32l100 series ,But I have seen a new beta version of coocoxv2.0 that supports the stm32l100.

will be testing this ide beta and see if it will change something.
Thank you for ...
by Ced67
21 Apr 2017, 09:26
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Do you have an already defined layout/schematic?
That would help for the cubemx definitions.

In a first time, I would like you to try to compile it as is with the same coocox version i used (I wrote it in the github description), just to make sûre we start on the same basis.
by Ced67
20 Apr 2017, 22:23
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Hi,
I'm on my phone right now and dont have access to my desktop.
To answer quickly, the major porting must be done through the stm32cubemx project.
I don't have the datasheet for the stm32l100 but I believe it is pin compatible with the stm32l053 I used.
Be careful though as some stm32 limes rely ...
by Ced67
09 Jan 2017, 09:10
Forum: Workshop
Topic: keytee -- Controller breakout board for small keyboards
Replies: 60
Views: 24316

Sorry for the noob question, but where does the USB port go? Do you need to get an additional breakout board with the USB connector?
The usb signals are noted GND/+5V/D+/D-. I believe you can either directly solder a usb cable or one side of extension cord, like that one: https://www.amazon.com ...
by Ced67
08 Jan 2017, 18:29
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Yes I know this one! It even had a thread here on DT and was one of my first inspirations.

But as I wanted my application to run with an embedded operating system (FreeRTOS), that vvb stm32 code was not suitable.

Thanks for the highlight :)
by Ced67
08 Jan 2017, 16:03
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Hi, I did mine on YOUPCB.
Their instant quote tells spot on the cost of your board.

My order was dual layer, 280*94.6mm, 1.6mm pcb, 1oz copper, direct gold finish and dhl direct package and I paid less than 50€ for five boards, shipping included.
by Ced67
01 Jan 2017, 20:59
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

A lot of this is beyond my grasp, but I command you for trying something new. I think Flabbergast has been toying with STM32s for a while too but they're surprisingly rare in keyboards despite their price point and potential.

And that family photo is great!

Thanks :D
I would be glad to share ...
by Ced67
30 Dec 2016, 20:45
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Hello everyone!
It's been a while since the last update about my project.

I think I tested it quite thoroughly and I'm now able to provide the sources files (Soft and PCB). I updated the first post as well.

Kicad: https://github.com/Ced67/TCKB_Kicad
C: https://github.com/Ced67/TCKB_Software

For ...
by Ced67
21 Nov 2016, 09:03
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Good morning everyone!
The hardware is fine and I'm live testing it today at work :)
http://i.imgur.com/zunciVE.jpg


Leds could have been a bit brighter but I choose resistors to avoid frying a led column in case multiplexing stops and get stuck for too long (can happen during step by step ...
by Ced67
18 Nov 2016, 12:16
Forum: Workshop
Topic: Can we design the teensy alternative for keyboards?
Replies: 808
Views: 189297

pomk wrote: Colde does not list kl27 as being supported though!
Damn, I did not looked that far...
by Ced67
18 Nov 2016, 12:14
Forum: Workshop
Topic: Can we design the teensy alternative for keyboards?
Replies: 808
Views: 189297

I too would have preferred to code on my linux box but I was too lazy at that moment to put together a complete toolchain with eclipse and gcc... I let me seduced by the easy way :evilgeek:
by Ced67
18 Nov 2016, 11:33
Forum: Workshop
Topic: Can we design the teensy alternative for keyboards?
Replies: 808
Views: 189297

matt3o wrote: I mean as a dev environment. I was looking at NXP dev tools and was wondering if there was anything more streamlined
For personnal ARM development, I use CoIde, an Eclipse/gcc based environment that works out of the box.
The debugger I use is a J-Link probe.
by Ced67
17 Nov 2016, 23:05
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Debug time :geek:
The switch matrix is functional!
http://i.imgur.com/0BE8UIz.jpg


All the SMDs are soldered but I made a misake...
Initially, I opted for a dual STM32 L1 51 setup but realized later that as crystal-less it can be, the only subsystem that rely on external clock is the usb ...
by Ced67
14 Nov 2016, 11:47
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Thanks for the help :)
I used flux (maybe not enough) and leaded solder. The soldering station I use at work only has a conic tip... I'll check if I can find a bevel one.
For all the other smd component, I use hot air which is easier as you said.
by Ced67
14 Nov 2016, 10:34
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Thanks for the insight, this is very cool! You are right that TMK is the de facto standard for a lot of boards because it's powerful and customisable, but it's very interesting to see alternate options available. I would love to have a play around with one of these if you decide to sell your excess ...
by Ced67
10 Nov 2016, 10:02
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

Atmel in the keyboard community is like chicken and egg:
Were firmwares like TMK written because Atmel were preponderant (as were teensies) or were Atmel widely adopted because TMK is a good and easy piece of software? :D

As i said in the presentation, I choose to use an stm32 platform as a guinea ...
by Ced67
04 Nov 2016, 01:26
Forum: Workshop
Topic: TCKB: My journey in the world of STM32 driven keyboards (60%)
Replies: 30
Views: 58757

TCKB: My journey in the world of STM32 driven keyboards (60%)

Hello everyone,
As an introduction, I'll talk a bit about me and say I'm an embedded software engineer since about ten years. The firm I work for make a huge use of multiple STM32 arm micro controllers and I play with them every day :ugeek:

1) The genesis

For my personal entertainment I wanted ...

Go to advanced search