Skip to main content
Submit a request
Sign in
Navigation
Onboarding
Here you will find information related to onboarding your Bobber 500 Helium 5G Gateway.
Gateway Onboarding
Indoor Radio Onboarding
Outdoor Radio Setup and CPI Approval Process
Home
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.sections.length) { %> <%= partial('article-list-sections', { id: 'category-' + category.id, parentId: '#category-list', sections: category.sections, activeCategoryId: activeArticleId, activeSectionId: activeArticleId, activeArticleId: activeArticleId, partial: partial }) %> <% } %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<% if (section.sections.length) { %> <%= partial('article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeArticleId, activeSectionId: activeArticleId, activeArticleId: activeArticleId, partial: partial }) %> <% } %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>