element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Rohm Semiconductor
  • Products
  • Manufacturers
  • Rohm Semiconductor
  • More
  • Cancel
Rohm Semiconductor
Forum BP35C5 Wi-SUN module
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Rohm Semiconductor to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 6 replies
  • Subscribers 16 subscribers
  • Views 1142 views
  • Users 0 members are here
  • BP35C5-T01
  • rohm
  • evaluation board
  • Wi-SUN module
  • BP35C5
Related

BP35C5 Wi-SUN module

R.Manu
R.Manu over 2 years ago

Hi Neil...

 

Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP) 

Thanks & Regards

Revanth

  • Sign in to reply
  • Cancel

Top Replies

  • neilp
    neilp over 2 years ago +1
    Hi Revanth, Thank you for your questions. I have combined the answers onto this thread, I trust that this is OK Question 1 I have change the network in BORDER. How to check which ROUTER/LEAF…
  • neilp
    neilp over 2 years ago in reply to R.Manu +1
    Hi Revanth, Please find additional information to your question. Both the datagram size (UDP) and maximum segment size (TCP) of BP35C5 are limited to 1024 bytes. The default value for TCP Maximum…
  • R.Manu
    R.Manu over 2 years ago in reply to neilp +1
    Hi Team, Thanks for the support, I have established communication between two modules. Now i would like to connect Border-router/router/leaf module to STM32F103RCT6 micro controller with UART. Can…
Parents
  • neilp
    neilp over 2 years ago

    Hi Revanth,

    Thank you for your questions.   I have combined the answers onto this thread, I trust that this is OK

    Question 1

    I have change the network in BORDER. How to check which ROUTER/LEAF is added to which network, also how to remove a ROUTER/LEAF from existing network and add to another network?

    ---------- ROHM Semiconductor Response. ---------- 

    By executing the “rplsr” command on the Border Router, you can check the Routers/Leafs participating in the Border Router network.

    How to move to another network:

    Networks are distinguished by Network Name.

    If you want to move the Router/Leaf to another network, use the "netname" command on the node to change the Network Name,

    then save the configuration and reboot.

    ----------

     

    Question 2

    Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP)?

    ---------- ROHM Semiconductor Response ---------- 

    There are three data communication commands

    • tcps – Binary transmission via TCP
    • udps – Binary transmission via UDP
    • udpst – Text transmission via UDP

     

    Since "revanth" is a character string, it cannot be sent with the tcps command.

    If you want to send it with the tcps command, you need to convert it to ASCII code, such as 726576616E7468.

     

    The udps command specifies binary data in hexadecimal. 54211 is not accepted because it has an odd number of digits.

    It can be accepted if the number of digits is set to an even number, such as 054211.

    Your kind support of the ROHM products is very much appreciated,

    Kindest regards,

    Neil

    ROHM Semiconductor

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • neilp
    neilp over 2 years ago

    Hi Revanth,

    Thank you for your questions.   I have combined the answers onto this thread, I trust that this is OK

    Question 1

    I have change the network in BORDER. How to check which ROUTER/LEAF is added to which network, also how to remove a ROUTER/LEAF from existing network and add to another network?

    ---------- ROHM Semiconductor Response. ---------- 

    By executing the “rplsr” command on the Border Router, you can check the Routers/Leafs participating in the Border Router network.

    How to move to another network:

    Networks are distinguished by Network Name.

    If you want to move the Router/Leaf to another network, use the "netname" command on the node to change the Network Name,

    then save the configuration and reboot.

    ----------

     

    Question 2

    Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP)?

    ---------- ROHM Semiconductor Response ---------- 

    There are three data communication commands

    • tcps – Binary transmission via TCP
    • udps – Binary transmission via UDP
    • udpst – Text transmission via UDP

     

    Since "revanth" is a character string, it cannot be sent with the tcps command.

    If you want to send it with the tcps command, you need to convert it to ASCII code, such as 726576616E7468.

     

    The udps command specifies binary data in hexadecimal. 54211 is not accepted because it has an odd number of digits.

    It can be accepted if the number of digits is set to an even number, such as 054211.

    Your kind support of the ROHM products is very much appreciated,

    Kindest regards,

    Neil

    ROHM Semiconductor

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • R.Manu
    R.Manu over 2 years ago in reply to neilp

    Hi Team,

    Thanks for the support, I have established communication between two modules. Now i would like to connect           Border-router/router/leaf module to STM32F103RCT6 micro controller with UART. Can you guide me how to proceed further on this?? (connection done as per page "28 in BP35C5 startup manual)

    Thanks & Regards

    Revanth

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • neilp
    neilp over 2 years ago in reply to R.Manu

    Hi Revanth,

    Thank you for your question, please find information below.

    The baud rate of the UART is 115200 bps.

    Refer to the datasheet for details on UART settings and peripheral circuits.

    With the UART correctly connected, press the reset button (SW2 on BP359C),

    If the host microcontroller receives the version information from BP35C5, it is a success.

     

    When controlling BP35C5, “Users Manual” describing the details of each command is required, do you have it?

    If you need it, please contact ROHM's sales office or the web form below.

    https://www.rohm.com/contactus

    Kindest regards,

    ROHM Semiconductor

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube