RE: BSP for Fanstel LN60G840

2022-12-12 Thread CufĂ­ , Carles
Hi there,

I think you have the wrong mailing list.

This is the Mynewt mailing list, the Zephyr mailing list is here:
https://lists.zephyrproject.org/g/devel

and the Zephyr Discord is here:
https://chat.zephyrproject.org/

Carles

> -Original Message-
> From: Chee Wai Tang 
> Sent: 12 December 2022 05:05
> To: dev@mynewt.apache.org
> Subject: BSP for Fanstel LN60G840
> Importance: High
> 
> Caution: This email originated from outside of the organization. Do not
> click links or open attachments unless you recognize the sender and know
> the content is safe.
> 
> 
> Hi Sir,
> 
> I am new to Zephyr OS and am trying to setup proof of concept prototype
> using Fanstel's LN60G840 with nRF9160 to handle LTE module and separate
> nRF52840 for BLE and user app. I only manage to find hex/bin files on
> Fanstel website. I can manage to download LTE firmware into nRF9160 but
> has problem with trying to develop user application for the nRF52840
> "BT840F". I am using VS code for IDE environment.
> 
> I see your website below has basic bsp support for fanstel-ev-bt840
> under hw/bsp sun folder. I have read up on how to create custom board in
> nRF connect SDK documentation but have never try doing this.  I hope you
> can provide sufficient guidance on how to do this.
> 
> Please advise.
> 
> Best regards
> Chee Wai
> 
> 
> 
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
> .com%2Fapache%2Fmynewt-
> coredata=05%7C01%7CCarles.Cufi%40nordicsemi.no%7Cbb7ddb5998a54da27f
> d708dadc04598d%7C28e5afa2bf6f419a8cf6b31c6e9e5e8d%7C0%7C0%7C638064208504
> 073067%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBT
> iI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=MN0oFqRsFNgyIuyiMPQY
> VtSOjoHGCy7MJXNZfLJ8Yf8%3Dreserved=0
> [https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopeng
> raph.githubassets.com%2F98915fb7c86471ee1ada283c15cd44ce4f3aec0cfd0d11a5
> d6133d9e5c15%2Fapache%2Fmynewt-
> coredata=05%7C01%7CCarles.Cufi%40nordicsemi.no%7Cbb7ddb5998a54da27f
> d708dadc04598d%7C28e5afa2bf6f419a8cf6b31c6e9e5e8d%7C0%7C0%7C638064208504
> 073067%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBT
> iI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=fqmVH9rURkq%2F%2Bukb
> KsIV1JW9bcsUt9eAjaHru51JoeU%3Dreserved=0]<https://eur03.safelinks.p
> rotection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fmynewt-
> coredata=05%7C01%7CCarles.Cufi%40nordicsemi.no%7Cbb7ddb5998a54da27f
> d708dadc04598d%7C28e5afa2bf6f419a8cf6b31c6e9e5e8d%7C0%7C0%7C638064208504
> 073067%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBT
> iI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=MN0oFqRsFNgyIuyiMPQY
> VtSOjoHGCy7MJXNZfLJ8Yf8%3Dreserved=0>
> GitHub - apache/mynewt-core: An OS to build, deploy and securely manage
> billions of
> devices<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%
> 2Fgithub.com%2Fapache%2Fmynewt-
> coredata=05%7C01%7CCarles.Cufi%40nordicsemi.no%7Cbb7ddb5998a54da27f
> d708dadc04598d%7C28e5afa2bf6f419a8cf6b31c6e9e5e8d%7C0%7C0%7C638064208504
> 073067%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBT
> iI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=MN0oFqRsFNgyIuyiMPQY
> VtSOjoHGCy7MJXNZfLJ8Yf8%3Dreserved=0>
> Overview. Apache Mynewt is an open-source operating system for tiny
> embedded devices. Its goal is to make it easy to develop applications
> for microcontroller environments where power and cost are driving
> factors.
> github.com



BSP for Fanstel LN60G840

2022-12-11 Thread Chee Wai Tang
Hi Sir,

I am new to Zephyr OS and am trying to setup proof of concept prototype using 
Fanstel's LN60G840 with nRF9160 to handle LTE module and separate nRF52840 for 
BLE and user app. I only manage to find hex/bin files on Fanstel website. I can 
manage to download LTE firmware into nRF9160 but has problem with trying to 
develop user application for the nRF52840 "BT840F". I am using VS code for IDE 
environment.

I see your website below has basic bsp support for fanstel-ev-bt840 under 
hw/bsp sun folder. I have read up on how to create custom board in nRF connect 
SDK documentation but have never try doing this.  I hope you can provide 
sufficient guidance on how to do this.

Please advise.

Best regards
Chee Wai



https://github.com/apache/mynewt-core
[https://opengraph.githubassets.com/98915fb7c86471ee1ada283c15cd44ce4f3aec0cfd0d11a5d6133d9e5c15/apache/mynewt-core]
GitHub - apache/mynewt-core: An OS to build, deploy and securely manage 
billions of devices
Overview. Apache Mynewt is an open-source operating system for tiny embedded 
devices. Its goal is to make it easy to develop applications for 
microcontroller environments where power and cost are driving factors.
github.com