Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

Source code for radar sensor (iSys-5005)

 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here
View previous topic :: View next topic  
Author Message
BlackSky

Bascom Member



Joined: 01 Jan 2008
Posts: 21
Location: South Korea

south_korea.gif
PostPosted: Thu Oct 13, 2022 1:16 am    Post subject: Source code for radar sensor (iSys-5005) Reply with quote

The code was completed with the help of many people.

Share the source.

The radar sensor is the following products.
https://www.innosent.de/en/radarsysteme/isys-50er-serie/isys-5005/

I hope to be of some help to those in need.

And I wish MCS prosperity.

thank you


_________________
I love freedom....
and....
I enjoy programming....
Back to top
View user's profile Visit poster's website
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Thu Oct 13, 2022 9:03 am    Post subject: Reply with quote

Super cool you shared this code Very Happy

I will get a sensor and try it.

one tip many do not know : inputbin can get 64K of bytes when config inputbin=extended is used. and it also accepts a variable for the number of bytes.
when the array is located in memory in order you can either use an overlay variable to get it and thus using one inputbin.
but you can also do the same when you use the first inputbin.

Inputbin #2 , Rx_array2_01(1) , 30
Inputbin #2 , Rx_array2_02(1) , 30

could be replaced by Inputbin #2 , Rx_array2_01(1) , 60

but better is to have this :
dim myar(60) as byte at Rx_array2_01(1) overlay
Inputbin #2 , myar(1) , 60

that way it is more clear.

_________________
Mark
Back to top
View user's profile Visit poster's website
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Thu Oct 13, 2022 9:14 am    Post subject: Reply with quote

I just add that digikey sells this sensor but the stock is 0 at this moment.
_________________
Mark
Back to top
View user's profile Visit poster's website
BlackSky

Bascom Member



Joined: 01 Jan 2008
Posts: 21
Location: South Korea

south_korea.gif
PostPosted: Thu Oct 13, 2022 9:39 am    Post subject: Reply with quote

thank you

We'll let you know about important tips that you don't know, so we can use them usefully.

_________________
I love freedom....
and....
I enjoy programming....
Back to top
View user's profile Visit poster's website
Pikczu

Bascom Member



Joined: 22 Jan 2006
Posts: 72
Location: Dublin, Ireland

ireland.gif
PostPosted: Thu Oct 20, 2022 5:33 pm    Post subject: Reply with quote

What a great idea.
I like Uart output it is saving loads of hassle.

The price is also reasonable.
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum