Author Topic: Test Equipment Anonymous (TEA) group therapy thread  (Read 35560806 times)

0 Members and 1013 Guests are viewing this topic.

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52975 on: March 20, 2020, 04:44:25 pm »
Currently attempting to persuade the SDS1202X-E to do its protocol decoder thing so I don't have to go in the cupboard and get the Saleae

Good luck with that. I tried with my Owon and just abandoned the idea. Saleae software is way easier and better.

Sussed it. Decode SDA trigger was pointing at the wrong channel. Could be clearer that you need a serial trigger AND the decode trigger thresholds set up separately. They look the same in the menu. That'll teach me not to RTFM

Quick video. Excuse the voice - it's not great today...



when you post a video in a foreign language please consider adding subtitles in english so that we in the colonies can enjoy and learn too.
free range primate
 
The following users thanked this post: mnementh, beanflying, Kosmic

Offline capt bullshot

  • Super Contributor
  • ***
  • Posts: 3033
  • Country: de
    • Mostly useless stuff, but nice to have: wunderkis.de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52976 on: March 20, 2020, 04:44:32 pm »
I'm currently playing with chibios/giving it a try. It has its own HAL.

Look up my messy demos, I've combined STM HAL with ChibiOS.

http://wunderkis.de/gitweb/
http://wunderkis.de/thestm32files.html

Beware, this stuff isn't up to date with the latest CubeMX
Safety devices hinder evolution
 

Offline 0culus

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52977 on: March 20, 2020, 04:54:32 pm »

Dug up a PNP transistor, played around a bit and came to two conclusions:

- I have no idea what I'm doing with this thing
- This thing just works, doesn't it?

It looks like it is vertically inverted, and at least horizontally over sized. It seems like the curve tracing start point is on the upper left corner, when it should be on the lower left corner.
And like med6753 said, it looks a bit tilted.

This is how a curve trace for an NPN BC547B looks like in my Tek2445



What's the circuit you've built up there?
 

Offline bd139

  • Super Contributor
  • ***
  • Posts: 23102
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52978 on: March 20, 2020, 04:54:59 pm »
I'm learning that slowly. Also ST HAL is a pile of shit.

Ack. I use HAL only to route / initialize the pins, clock system and some other basics. Often basic initialization of a peripheral through HAL does the job good enough so I don't need to cope with all the details. For the real stuff (anything after basic initialization) I access the HW directly where it is needed or write my own basic driver layer.

I'm still working on the approach that I'll continue to use HAL for now until I understand the hardware a little better or it truly makes me die inside  :-DD. That happened with Arduino / AVR. The Arduino is basically like a HAL and a steamer of one as well and I lasted about 3 hours on that and then ripped out the insides and used them instead (avr-gcc).

Quote
I suppose the question is: is there a series of microcontrollers with some grunt that isn't a pile of shit? Needs to run FreeRTOS or something as I need multiple tasks.
There are many series of microcontrollers with some grunt available, but you'll find you pile of shit with them too, maybe at some other place.
HW wise the STM32 aren't too bad, for some peripherals the others are better, for some other peripherals STM32 is better. CortexM and it's typical associated toolchains is all over the place anyway and no need to switch to another architecture.

Fair assertion. There is never better software, just different :)

Quote
Edit: I suppose at least the ST Link has half decent debugger built in  :-DD
Works for me. The ST Link debugger exists long enough to evolute from absolute crap to a decent useful level, the modern ones also incorporate a working USB CDC for printf() debugging onboard (nearly all nucleo boards have that).

Yep. I haven't figured that out yet. I will do in time. I'm quite happy with the ability to dump breakpoints in at the moment. At least it's not like the old days of PIC where your only debugging tool was a spare IO port and an LED  :phew:

when you post a video in a foreign language please consider adding subtitles in english so that we in the colonies can enjoy and learn too.

A guide for you  :-DD

 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 31932
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52979 on: March 20, 2020, 04:59:32 pm »
Currently attempting to persuade the SDS1202X-E to do its protocol decoder thing so I don't have to go in the cupboard and get the Saleae

Good luck with that. I tried with my Owon and just abandoned the idea. Saleae software is way easier and better.

Sussed it. Decode SDA trigger was pointing at the wrong channel. Could be clearer that you need a serial trigger AND the decode trigger thresholds set up separately. They look the same in the menu. That'll teach me not to RTFM
The key to simple decoding is to set the clock channel to the correct edge type and trigger holdoff a shade more than the packet width. Check thresholds are right and away you go.
IME you don't need decode triggers unless you want to trigger on a particular bit.
Avid Rabid Hobbyist
 

Offline capt bullshot

  • Super Contributor
  • ***
  • Posts: 3033
  • Country: de
    • Mostly useless stuff, but nice to have: wunderkis.de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52980 on: March 20, 2020, 04:59:48 pm »
Just for comparison: could you do a PNP, e.g. a BC 557 or so?

BC546B and BC556B - polarity inverted, and otherwise the same settings on a Tek 577

Edit: someone fucked up rotation of the picture ...
Safety devices hinder evolution
 

Offline Mortymore

  • Frequent Contributor
  • **
  • Posts: 484
  • Country: pt
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52981 on: March 20, 2020, 05:01:54 pm »
Now I'm fried!  :scared:

...

Just for comparison: could you do a PNP, e.g. a BC 557 or so?

Thanks

...
What's the circuit you've built up there?

For further details, please take a look here:

https://www.eevblog.com/forum/beginners/can-i-build-this-curve-tracer-circuit-with-an-awg/msg2887496/#msg2887496

Thanks
 
The following users thanked this post: BU508A, 0culus

Offline URI

  • Frequent Contributor
  • **
  • Posts: 719
  • Country: de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52982 on: March 20, 2020, 05:02:52 pm »
A bit offtopic, but on the other hand outstanding in my opinion. Lots of electronics involved though.   ;)
I was surfing youtube when I came across this cover of 'sweet child in time':


I'm relieved now. rock isn't dead when youngsters cover classic rock songs like this.
Sends me shivers down my spine like the original.  :-+

edit: Hell, how do I insert youtube links correctly...?
2nd edit: Ahh, made it    :phew:
3rd edit: corrected some spelling, am relieved now..
« Last Edit: March 20, 2020, 05:12:16 pm by URI »
A life without TEA is possible but pointless.
 
The following users thanked this post: tautech, bitseeker, BU508A, mnementh

Offline bd139

  • Super Contributor
  • ***
  • Posts: 23102
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52983 on: March 20, 2020, 05:06:10 pm »
Currently attempting to persuade the SDS1202X-E to do its protocol decoder thing so I don't have to go in the cupboard and get the Saleae

Good luck with that. I tried with my Owon and just abandoned the idea. Saleae software is way easier and better.

Sussed it. Decode SDA trigger was pointing at the wrong channel. Could be clearer that you need a serial trigger AND the decode trigger thresholds set up separately. They look the same in the menu. That'll teach me not to RTFM
The key to simple decoding is to set the clock channel to the correct edge type and trigger holdoff a shade more than the packet width. Check thresholds are right and away you go.
IME you don't need decode triggers unless you want to trigger on a particular bit.

Thanks for tip. I'm playing with segmented memory and this now as one of the tasks this will be doing only occurs every couple of minutes on one address so I'm trying to set up a trigger that will catch the destination packets in a storm of other ones. I haven't added the other packets yet  :-DD

It's getting a baptism of fire basically from a monkey with a gun (me):

 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52984 on: March 20, 2020, 05:09:35 pm »
A bit offtopic, but on the other hand outstanding in my opinion. Lots of electronics involved though.   ;)
I was surfing youtube when I came across this cover of 'sweet child in time':


I'm reliefed now. rock isn't dead when youngsters cover classic rock songs like this.
Sends me shivers down my spine like the original.  :-+

Hell, how do I insert youtube links correctly...?

Keep Mnem away from the drummer. She looks like she could break him...
Anybody got a syringe I can use to squeeze the magic smoke back into this?
 
The following users thanked this post: mnementh

Offline tautech

  • Super Contributor
  • ***
  • Posts: 31932
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52985 on: March 20, 2020, 05:12:08 pm »
Thanks for tip. I'm playing with segmented memory and this now as one of the tasks this will be doing only occurs every couple of minutes on one address so I'm trying to set up a trigger that will catch the destination packets in a storm of other ones. I haven't added the other packets yet  :-DD
Get a handle on dedicated Roll mode using a sloooow timebase and History. That should give you more flexibility.
Avid Rabid Hobbyist
 
The following users thanked this post: bd139

Offline capt bullshot

  • Super Contributor
  • ***
  • Posts: 3033
  • Country: de
    • Mostly useless stuff, but nice to have: wunderkis.de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52986 on: March 20, 2020, 05:16:28 pm »
A bit offtopic, but on the other hand outstanding in my opinion. Lots of electronics involved though.   ;)
I was surfing youtube when I came across this cover of 'sweet child in time':

Great - downloaded, converted and will be added to the collection - looks like that drummer has some more stuff to explore ...
Safety devices hinder evolution
 

Offline med6753

  • Super Contributor
  • ***
  • Posts: 11346
  • Country: us
  • Tek nut
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52987 on: March 20, 2020, 05:19:19 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o
« Last Edit: March 20, 2020, 05:21:33 pm by med6753 »
An old gray beard with an attitude.
 
The following users thanked this post: bd139, Zoli

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52988 on: March 20, 2020, 05:23:53 pm »
I'm learning that slowly. Also ST HAL is a pile of shit.

Ack. I use HAL only to route / initialize the pins, clock system and some other basics. Often basic initialization of a peripheral through HAL does the job good enough so I don't need to cope with all the details. For the real stuff (anything after basic initialization) I access the HW directly where it is needed or write my own basic driver layer.

I'm still working on the approach that I'll continue to use HAL for now until I understand the hardware a little better or it truly makes me die inside  :-DD. That happened with Arduino / AVR. The Arduino is basically like a HAL and a steamer of one as well and I lasted about 3 hours on that and then ripped out the insides and used them instead (avr-gcc).

Quote
I suppose the question is: is there a series of microcontrollers with some grunt that isn't a pile of shit? Needs to run FreeRTOS or something as I need multiple tasks.
There are many series of microcontrollers with some grunt available, but you'll find you pile of shit with them too, maybe at some other place.
HW wise the STM32 aren't too bad, for some peripherals the others are better, for some other peripherals STM32 is better. CortexM and it's typical associated toolchains is all over the place anyway and no need to switch to another architecture.

Fair assertion. There is never better software, just different :)

Quote
Edit: I suppose at least the ST Link has half decent debugger built in  :-DD
Works for me. The ST Link debugger exists long enough to evolute from absolute crap to a decent useful level, the modern ones also incorporate a working USB CDC for printf() debugging onboard (nearly all nucleo boards have that).

Yep. I haven't figured that out yet. I will do in time. I'm quite happy with the ability to dump breakpoints in at the moment. At least it's not like the old days of PIC where your only debugging tool was a spare IO port and an LED  :phew:

when you post a video in a foreign language please consider adding subtitles in english so that we in the colonies can enjoy and learn too.

A guide for you  :-DD



thanks!  enjoyed it very much. 

but am still confused.  swmbo just brought me a cup of tea.  she claims to be from london but have never had any trouble understanding her. (picture hyacinth bucket...only much smaller......and louder.  and don't ever ever ever touch the little soaps in the guest bathroom.)
free range primate
 

Offline McBryce

  • Super Contributor
  • ***
  • Posts: 2798
  • Country: de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52989 on: March 20, 2020, 05:27:25 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o

You think so?



McBryce.
30 Years making cars more difficult to repair.
 
The following users thanked this post: med6753

Offline med6753

  • Super Contributor
  • ***
  • Posts: 11346
  • Country: us
  • Tek nut
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52990 on: March 20, 2020, 05:29:40 pm »
An old gray beard with an attitude.
 
The following users thanked this post: 0culus

Offline 0culus

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52991 on: March 20, 2020, 05:32:51 pm »
My favorite "Keeping up Appearances" situation of all time:



 :-DD :-DD
 
The following users thanked this post: med6753

Offline tautech

  • Super Contributor
  • ***
  • Posts: 31932
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52992 on: March 20, 2020, 05:34:09 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o
You ain't kidding !  :o
https://www.youtube.com/user/sinadrumming
Avid Rabid Hobbyist
 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52993 on: March 20, 2020, 05:40:44 pm »
I'm currently playing with chibios/giving it a try. It has its own HAL.

Look up my messy demos, I've combined STM HAL with ChibiOS.

http://wunderkis.de/gitweb/
http://wunderkis.de/thestm32files.html

Beware, this stuff isn't up to date with the latest CubeMX

Thanks for that, and I will take a look (in furtherance of Med's education: "take a butchers"), but just for the ChibiOS stuff. The hell that is the native STM HAL is what has propelled me in the direction of looking for something more sensible. I can and could just hard-code everything from the register maps quite happily but it would be nice to have an environment that: (1) made that unnecessary and, (2) was a bit kinder on other people who might not be so comfortable with low-level code as I am, also (3) portability.
Anybody got a syringe I can use to squeeze the magic smoke back into this?
 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52994 on: March 20, 2020, 05:41:16 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o
You ain't kidding !  :o
https://www.youtube.com/user/sinadrumming

Stop drooling boy!  :)
Anybody got a syringe I can use to squeeze the magic smoke back into this?
 
The following users thanked this post: tautech

Offline tautech

  • Super Contributor
  • ***
  • Posts: 31932
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52995 on: March 20, 2020, 05:44:51 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o
You ain't kidding !  :o
https://www.youtube.com/user/sinadrumming

Stop drooling boy!  :)
:-DD Yeah but ain't it refreshing to see such a clean cut and capable gal right into this stuff.
Watching some of her stuff now.
Avid Rabid Hobbyist
 

Offline URI

  • Frequent Contributor
  • **
  • Posts: 719
  • Country: de
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52996 on: March 20, 2020, 05:47:29 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o
You ain't kidding !  :o
https://www.youtube.com/user/sinadrumming

Stop drooling boy!  :)
:-DD Yeah but ain't it refreshing to see such a clean cut and capable gal right into this stuff.
Watching some of her stuff now.

...so am I.
A life without TEA is possible but pointless.
 

Offline med6753

  • Super Contributor
  • ***
  • Posts: 11346
  • Country: us
  • Tek nut
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52997 on: March 20, 2020, 05:48:47 pm »
A monkey with a gun is always preferable to a gorilla with a screwdriver.  ;D

Edit, that drummer is extremely talented. Check out her other U tubes.

And she's a redhead.  :o

You think so?



McBryce.

Yep, the monkey with the gun kills off the gorillas with the screwdrivers which makes my life so much more enjoyable.   :-+
An old gray beard with an attitude.
 
The following users thanked this post: mnementh, bd139

Offline Ice-Tea

  • Super Contributor
  • ***
  • Posts: 3367
  • Country: be
    • Freelance Hardware Engineer
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52998 on: March 20, 2020, 06:17:51 pm »

Dug up a PNP transistor, played around a bit and came to two conclusions:

- I have no idea what I'm doing with this thing
- This thing just works, doesn't it?

It looks like it is vertically inverted, and at least horizontally over sized. It seems like the curve tracing start point is on the upper left corner, when it should be on the lower left corner.
And like med6753 said, it looks a bit tilted.

I think the vertical is by design (for a PNP). The tilt: you guys probably have a point. It should drop from left to right. The scale and position can be adjustred, so probably not an issue. Still, think it's in good enough shape to toss it on eBay. I think a prospective buyer would be dissapointed if there was *no* work at all to be done.

I'll still toss a few more devices at it on Monday. If I'm allowed to go out.
 
The following users thanked this post: Mortymore

Offline Specmaster

  • Super Contributor
  • ***
  • Posts: 14488
  • Country: gb
Re: Test Equipment Anonymous (TEA) group therapy thread
« Reply #52999 on: March 20, 2020, 06:33:59 pm »
Here is the latest from the Chelmsford Main Tesco store today, I really wondered if it was worth their while being open TBH, the same goes for Farmfoods  and also Morrisons, although did have a few items on some shelves in Morrisons.

I managed to speak to some staff members in these shops, and they kind of implied that their suppliers themselves are unable to obtain stock, and until they can they will only be getting dribs and drabs in IF they are lucky.  I did remember to get my phone and snap a few photos in Tescos and even the pet food has also all gone so there will be a few starving pets if this continues. In fact I predict that an awful lot of pets will be kicked out to fend for themselves over this.

Is this preview to what it will be like once Jan 2021 gets here, and we cut all trading ties with the EU?

Tesco Chicken shelves


Pet food and paper goods (TP etc)


Frozen vegetables



« Last Edit: March 20, 2020, 06:36:11 pm by Specmaster »
Who let Murphy in?

Brymen-Fluke-HP-Thurlby-Thander-Tek-Extech-Black Star-GW-Avo-Kyoritsu-Amprobe-ITT-Robin-TTi
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf