HX711D Load Cell on PSoC 4

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

cross mob
AmMa_2724956
Level 2
Level 2
First like received

Hello,

I want to use PSoC 4 BLE for sensing the weight using HX711D.

I have found many sample codes and libraries on Internet for using HX711D on Arduino.

How can we implement the same using PSoC 4 BLE.

Thanks,

Ameya.

0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi Ameya,

Porting code from one platform to another can be tricky especially when it comes to libraries. As the code is platform specific you may have to know the portions of the code which are dependent on the platform( hardware dependency of the code). This you have to port according to PSoC's requirement. Please feel free to share the problems you face while porting.

Additionally please find one example code with a different load cell : Measuring Weight Using a Load Cell and PSoC - Hackster.io

Best Regards,
VRS

View solution in original post

0 Likes
3 Replies
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi Ameya,     

Unfortunately there is no code example developed for this. But you can port the arduino code for PSoC4BLE device. You can ask for any help for problems you face while porting.

Best Regards,
VRS

0 Likes

Hi VRS,

Thanks for replying.

Can you share any method/guidelines for porting from Arduino to PSoC.

Thanks,

Ameya.

0 Likes
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi Ameya,

Porting code from one platform to another can be tricky especially when it comes to libraries. As the code is platform specific you may have to know the portions of the code which are dependent on the platform( hardware dependency of the code). This you have to port according to PSoC's requirement. Please feel free to share the problems you face while porting.

Additionally please find one example code with a different load cell : Measuring Weight Using a Load Cell and PSoC - Hackster.io

Best Regards,
VRS

0 Likes