CYW43907EK adc project example

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

cross mob
lock attach
Attachments are accessible only for community members.
NaK_4523496
Level 1
Level 1

While trying with adc example using potentiometer I come across some errors. I will attach a screenshot here. Please help me to rectify this.

0 Likes
1 Solution
KotnaniK_71
Employee
Employee
50 likes received 25 likes received 10 likes received

Hi,

Can you please update the gedday_add_service() function in adc_measure.c code to gedday_add_service( "adc_measurement web server", "_http._tcp.local", 80, "" ); and give a try.

In the function, gedday_add_service( "adc_measurement web server", "_http._tcp.local", 80, 300, "" ); 80 is the port number and 300 is the TTL(Time to Leave) parameter. WICED Studio 6.4 doesn't allow TTL parameter. So, please remove the TTL parameter in the gedday_add_service() function if you're using WICED Studio 6.4 version.

Thanks.

View solution in original post

0 Likes
1 Reply
KotnaniK_71
Employee
Employee
50 likes received 25 likes received 10 likes received

Hi,

Can you please update the gedday_add_service() function in adc_measure.c code to gedday_add_service( "adc_measurement web server", "_http._tcp.local", 80, "" ); and give a try.

In the function, gedday_add_service( "adc_measurement web server", "_http._tcp.local", 80, 300, "" ); 80 is the port number and 300 is the TTL(Time to Leave) parameter. WICED Studio 6.4 doesn't allow TTL parameter. So, please remove the TTL parameter in the gedday_add_service() function if you're using WICED Studio 6.4 version.

Thanks.

0 Likes