Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:48 05 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Nice New Backpack.

Author Message
Phil23
Guru

Joined: 27/03/2016
Location: Australia
Posts: 1667
Posted: 10:42am 26 Oct 2016
Copy link to clipboard 
Print this post

I see a nice new backpack in this months SC this morning.

2.8" screen & 64 pin chip.

Familiar compact package with lots of extra IO pins.

 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3282
Posted: 02:40pm 26 Oct 2016
Copy link to clipboard 
Print this post

Interesting... I saw an early circuit diagram and PCB layout but this is news to me.

It would be handy if the magazine kept their contributors in the loop but I suppose that they are very busy. I will keep an eye out for the issue to be posted on their website and comment then.

Geoff
Geoff Graham - http://geoffg.net
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6269
Posted: 04:30pm 26 Oct 2016
Copy link to clipboard 
Print this post

It's on the website now.
I will get my copy sometime next week if the usual posting speeds are maintained.

Jim
VK7JH
MMedit
 
Phil23
Guru

Joined: 27/03/2016
Location: Australia
Posts: 1667
Posted: 08:25pm 26 Oct 2016
Copy link to clipboard 
Print this post

First one I've seen that doesn't seem to mention Geoff.net on the overlay.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10204
Posted: 09:47pm 26 Oct 2016
Copy link to clipboard 
Print this post

  Quote  First one I've seen that doesn't seem to mention Geoff.net on the overlay.


Same author as used "cut and paste" CFunction code from my tutorials without the courtesy of a namecheck
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 724
Posted: 07:11am 27 Oct 2016
Copy link to clipboard 
Print this post

....life is a plagiarism.....
and moneys makes the world go around.

Peter, not cut an paste but copy and paste ;-)

It's a shame.Edited by atmega8 2016-10-28
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4036
Posted: 07:47am 27 Oct 2016
Copy link to clipboard 
Print this post

  matherp said  
  Quote  First one I've seen that doesn't seem to mention Geoff.net on the overlay.


Same author as used "cut and paste" CFunction code from my tutorials without the courtesy of a namecheck

If you'd like a remedy (*), and I reckon you're due such since you put a lot of effort in, contact the publisher/editor.

(*) as they've apparently used your copyright without permission you have them more or less over a barrel (but be reasonable)

At the least I expect they could publish an acknowledgement but you could require payment should you so desire.

(The same applies to anyone else whose work has been used without permission, of course.)

John
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10204
Posted: 08:11am 27 Oct 2016
Copy link to clipboard 
Print this post

  Quote  as they've apparently used your copyright without permission


All my code is available for anyone to use and abuse as they like. I've no issues at all with that. However, one of the great things about TBS is that pretty much everyone thanks and acknowledges anyone who provides support and/or code.

The amusing thing about the Silicon chip article is that not only did they use code I'd posted but actually the really clever bit in it had been written by Nathan and their code even included his comment on a compiler warning.

getFPC(NULL,&&getFPCLab,&libAddr) ; // warning can be ignored, stupid editor
getFPCLab: { }
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4036
Posted: 08:21am 27 Oct 2016
Copy link to clipboard 
Print this post

No worries - so long as you're "happy".

John
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5116
Posted: 08:41pm 27 Oct 2016
Copy link to clipboard 
Print this post

Its in the news agencies, I had a look at a copy today. I'm starting to suspect the editor has a second job writing press releases for the LNP.
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Nathan
Regular Member

Joined: 10/01/2016
Location: Germany
Posts: 49
Posted: 11:34pm 27 Oct 2016
Copy link to clipboard 
Print this post

  matherp said  
  Quote  as they've apparently used your copyright without permission


All my code is available for anyone to use and abuse as they like. I've no issues at all with that. However, one of the great things about TBS is that pretty much everyone thanks and acknowledges anyone who provides support and/or code.

The amusing thing about the Silicon chip article is that not only did they use code I'd posted but actually the really clever bit in it had been written by Nathan and their code even included his comment on a compiler warning.

getFPC(NULL,&&getFPCLab,&libAddr) ; // warning can be ignored, stupid editor
getFPCLab: { }


Hi,
just seeing this discussion.
Seems I got some flowers, I´m not aware about.
Is it possible to share a little bit more information with me?

Please can you add the following to your C-function turorial section 4?

Sometimes the .dinit section is at the wrong place within the elf file.
This can blow up the code size. To avoid this the following linker option
can be used:

--no-data-init

ld options:
--no-data-init -nostdlib -nostartfiles -mno-float

Nathan
 
aargee
Senior Member

Joined: 21/08/2008
Location: Australia
Posts: 255
Posted: 02:45pm 28 Oct 2016
Copy link to clipboard 
Print this post

It all sounds a bit Jaycar-like (copying and non-attribution).
I wasn't going to re-subscribe, but the family gifted it to me. I like the Silicon Chip stuff but really can't stand the ravings on climate change denial.

Just as an aside, I wrote an article for SC a while back, it was duly edited by the SC staff and published.
Do they have any control over what I do with the content? Or even the article as a whole?


For crying out loud, all I wanted to do was flash this blasted LED.
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3282
Posted: 09:03pm 28 Oct 2016
Copy link to clipboard 
Print this post

  Nathan said  Sometimes the .dinit section is at the wrong place within the elf file. This can blow up the code size. To avoid this the following linker option can be used:
--no-data-init
ld options:
--no-data-init -nostdlib -nostartfiles -mno-float

Nathan, you are truly the king of the XC32 compiler. I have read the manuals many times and never understood this level of detail.

Geoff
Geoff Graham - http://geoffg.net
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3282
Posted: 09:11pm 28 Oct 2016
Copy link to clipboard 
Print this post

  aargee said  Just as an aside, I wrote an article for SC a while back, it was duly edited by the SC staff and published. Do they have any control over what I do with the content? Or even the article as a whole?

My understanding is that, having paid you, they own the copyright to the article - this seems to be the norm in the industry. I believe that the copyright also includes the actual text used which is why I use different text in my website.

Geoff
Geoff Graham - http://geoffg.net
 
aargee
Senior Member

Joined: 21/08/2008
Location: Australia
Posts: 255
Posted: 03:34pm 30 Oct 2016
Copy link to clipboard 
Print this post

Thanks Geoff

For crying out loud, all I wanted to do was flash this blasted LED.
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025