Murata 1LD functionality

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

cross mob
DaRa_4056336
Level 3
Level 3
First like received First like given

Hi,

I am starting working with Murata 1LD connect to my mcu, I need several features I am thinking how to start with exisiting examples..

1. Bluetooth - I need to use the bluetooth as BLE serial port, serial gatt service is good for me or there is better option?

2. Wi-Fi - I need to send json to https address, I saw there is https client demo, it is not exactly what I need?

Thanks!!!

David

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

What is the MCU you are planning to connect to? 1LD has STM32F412 in it already (Do you mean to use that?)

1. You can use the SPP profile

2. You can modify httpbin_org snip application (https_client is deprecated and the library is modified in the newer SDK) to send json to https address. The libraries are already present in WICED SDK which can be found at 43xxx_Wi-Fi/libraries/protocols/HTTP_client

View solution in original post

8 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

What is the MCU you are planning to connect to? 1LD has STM32F412 in it already (Do you mean to use that?)

1. You can use the SPP profile

2. You can modify httpbin_org snip application (https_client is deprecated and the library is modified in the newer SDK) to send json to https address. The libraries are already present in WICED SDK which can be found at 43xxx_Wi-Fi/libraries/protocols/HTTP_client

Hi RaktimR_11

Thanks for the answer!

Yes, I am planning to use STM32F412 inside the 1LD module, I saw inside the wiced sdk it has only STM32F411 platform , is there anything for STM32F412?

1. Where can I find the SPP profile ? becasue I couldn't find it in wiced?

2. Is there a way to user httpbin_org to use without self signed certificate? with server signed certificate?

Thanks,

David

0 Likes

You will need to obtain the Type1LD platform files from Murata.  Are you already working with them?

inoue_tomohiro_1742091

0 Likes

I am checking this options , hope for this week I will get the files from Murata ( I am working with them with different chips )

0 Likes

1. The SPP profile code example can be found out in the BT SDK. You can go to 20706-A2_Bluetooth SDK and find the example 20706-A2_Bluetooth/apps/snip/bt/spp and then you have to port the same application to 43xxx_Wi-Fi SDK

2. You can definitely add a server signed certificate in httpbin_org application by modifying httpbin_root_ca_certificate[]

SPP example is here: 43xxx_Wi-Fi\apps\snip\bluetooth\bt_dualmode_server

Hi,

the be dual mode server is Classic and BLE?

I don't need Classic BT. I need only BLE that behave as Serial port (get data from UART and send it using the BLE , get answer from BLE and trasfer it to the micro using UART).

In the previous versions (Type ZF) of Murata they had DSPS.

0 Likes

Correct. Dual mode means classic and BLE.

DSPS is by Dialog Semiconductor. Cypress has Serial GATT Service. You can check these folders:

  • 43xxx_Wi-Fi\apps\snip\bluetooth\serial_gatt_service
  • common\peer_apps\hci_serial_gatt_service