Creator third party components

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted
        Hi, Does anyone know of a site that offers third party components for PSOC. I am looking for a 1-wire component for 5LP. Thanks   
0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

Here is PSoC5LP project and associated component to read DS18B20. I recommend to use newest DS18B20 instead of older DS18S20. It is has 12 bit precision right out of the box and cheaper (on DigiKey).

   

      The component is software based and closely follows previous projects of <pavloven> (a little clean-up and packaged into component for educational purposes mainly). The component reads single DS18B20, but it can be extended for more sensors (on my todo list).

View solution in original post

0 Likes
12 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Did you already try to enter "one wire" into the Keyword Search-field on top of this page ?

   

 

   

Bob

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

Thank Bob

   

I can see references to writing 1 wire code and only 1 reference to 1 wire compoenent version 1.1 datasheet but I cannot find the component?

   

As per my post, I am specifically loooking for a component. Early documents I have read mention the component but I cannot find it.

   

The second half of myt question was relating to third party components available for PSOC, do you know of any?

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Did you see this bit banger approach ?

   

 

   

www.spider-e.com/wp/

   

 

   

Reagrads, Dana.

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

Thanks Dana,

   

I presume from the responses that there is not a 1 wire component available afterall, and further that there is not sir eoffering 3rd party components.

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 While I am talking about components, I suppose there is not an EM File type component for FRAM ?

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

The emfile component is a composite of Cypress and Segger, and looking

   

at Segger side (and Cypress) no mention of FRAM support.

   

 

   

You could always file a CASE and see if its being worked on.

   

 

       

To create a technical or issue case at Cypress -

   

 

   

www.cypress.com

   

“Support”

   

“Technical Support”

   

“Create a Case”

   

 

   

You have to be registered on Cypress web site first.

   

 

   

Regards, Dana.

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

What device are you trying to communicate? if you are looking for 1Wire connection to Maxim's digital temperature sensor DS18B20, I can post a project with custom component.

   

odissey1

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 DS18S20 mainly.

0 Likes
lock attach
Attachments are accessible only for community members.
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

Something that has been on this forum:
Reading and Writing 1-Wire (iButton) devices with PSoC 3/5/5LP
one wire library
1 Wire Libriay to PSoC Creator 3.0
My friend has created a hardware component as shown below. I have his email.

0 Likes
lock attach
Attachments are accessible only for community members.
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

Here is PSoC5LP project and associated component to read DS18B20. I recommend to use newest DS18B20 instead of older DS18S20. It is has 12 bit precision right out of the box and cheaper (on DigiKey).

   

      The component is software based and closely follows previous projects of <pavloven> (a little clean-up and packaged into component for educational purposes mainly). The component reads single DS18B20, but it can be extended for more sensors (on my todo list).

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

This article might be useful:

   

"Reading 1-Wire iButtons using Cypress PSoC 3 and 5/5LP"

   

http://www.spider-e.com/wp/?p=234

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 Thanks for the project.

   

I also need to read other 1-wire devices so may need to cut out the Dallas Temp specific code (once I understand how components work).

   

ie. Like I2C. There are device specific protocols but there are components for the I2C lower level stuff.

0 Likes