This IOT research work is the working part of the program Change the Wi-Fi ssid and password and program STM32l475 board to see the result on the terminal (C# GUI)
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
mbed_app.json@37:b7acef59086c, 2021-02-23 (annotated)
- Committer:
- saileshtimilsena
- Date:
- Tue Feb 23 20:03:58 2021 +0000
- Revision:
- 37:b7acef59086c
- Parent:
- 35:871447da961d
Updated Version for the Research Work...; Change the Wi-Fi ssid and password and program STM32L475 board and see the result in GUI with graph
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| adustm | 1:e86b1cffc402 | 1 | { |
| adustm | 1:e86b1cffc402 | 2 | "target_overrides": { |
| adustm | 1:e86b1cffc402 | 3 | "*": { |
| screamer | 28:0e774865873d | 4 | "target.components_remove" : ["FLASHIAP"], |
| screamer | 28:0e774865873d | 5 | "platform.stdio-baud-rate" : 115200, |
| screamer | 28:0e774865873d | 6 | "platform.stdio-convert-newlines" : true, |
| screamer | 28:0e774865873d | 7 | "mbed-trace.enable" : null, |
| screamer | 28:0e774865873d | 8 | "nsapi.default-wifi-security" : "WPA_WPA2", |
| saileshtimilsena | 35:871447da961d | 9 | "nsapi.default-wifi-ssid" : "\"SaileshX\"", |
| saileshtimilsena | 35:871447da961d | 10 | "nsapi.default-wifi-password" : "\"4jvq31305rrb4\"" |
| saileshtimilsena | 35:871447da961d | 11 | |
| adustm | 4:cf7342047b4d | 12 | }, |
| adustm | 4:cf7342047b4d | 13 | "DISCO_L475VG_IOT01A": { |
| screamer | 28:0e774865873d | 14 | "target.macros_remove" : ["MBED_TICKLESS"], |
| screamer | 28:0e774865873d | 15 | "target.components_add" : ["QSPIF"], |
| screamer | 28:0e774865873d | 16 | "target.components_add" : ["WIFI_ISM43362"], |
| screamer | 28:0e774865873d | 17 | "target.extra_labels_remove" : ["STM32L475xG"], |
| screamer | 28:0e774865873d | 18 | "target.extra_labels_add" : ["STM32L475xG_SRAM2"], |
| screamer | 28:0e774865873d | 19 | "target.network-default-interface-type" : "WIFI", |
| screamer | 28:0e774865873d | 20 | "device-management.flash-start-address" : "0x08000000", |
| screamer | 28:0e774865873d | 21 | "device-management.flash-size" : "(1024*1024)", |
| screamer | 28:0e774865873d | 22 | "device-management.sotp-section-1-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 2*(2*1024))", |
| screamer | 28:0e774865873d | 23 | "device-management.sotp-section-1-size" : "(2*1024)", |
| screamer | 28:0e774865873d | 24 | "device-management.sotp-section-2-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 1*(2*1024))", |
| screamer | 28:0e774865873d | 25 | "device-management.sotp-section-2-size" : "(2*1024)", |
| screamer | 28:0e774865873d | 26 | "update-client.application-details" : "(MBED_CONF_APP_FLASH_START_ADDRESS + 64*1024)", |
| screamer | 28:0e774865873d | 27 | "update-client.storage-address" : "(2*1024*1024)", |
| screamer | 28:0e774865873d | 28 | "update-client.storage-size" : "(2*1024*1024)", |
| screamer | 28:0e774865873d | 29 | "update-client.storage-locations" : "1", |
| screamer | 28:0e774865873d | 30 | "target.features_add" : ["BOOTLOADER"], |
| screamer | 28:0e774865873d | 31 | "target.bootloader_img" : "bootloader/mbed-bootloader-DISCO_L475VG_IOT01A.bin", |
| screamer | 28:0e774865873d | 32 | "target.header_offset" : "0x10000", |
| screamer | 28:0e774865873d | 33 | "target.app_offset" : "0x10400", |
| screamer | 28:0e774865873d | 34 | "button-pressed-state" : 0 |
| adustm | 1:e86b1cffc402 | 35 | } |
| adustm | 1:e86b1cffc402 | 36 | }, |
| adustm | 1:e86b1cffc402 | 37 | "config": { |
| adustm | 4:cf7342047b4d | 38 | "format-storage-layer-on-error": { |
| adustm | 4:cf7342047b4d | 39 | "help": "Whether to format the storage layer when it cannot be read - always disable for production devices!", |
| adustm | 4:cf7342047b4d | 40 | "value": 1 |
| adustm | 4:cf7342047b4d | 41 | }, |
| screamer | 10:b27c962b3c3f | 42 | "main-stack-size": { |
| screamer | 10:b27c962b3c3f | 43 | "value": 6000 |
| screamer | 10:b27c962b3c3f | 44 | }, |
| screamer | 28:0e774865873d | 45 | "use-button": { |
| screamer | 28:0e774865873d | 46 | "help": "Whether the target has a button", |
| screamer | 28:0e774865873d | 47 | "macro_name": "USE_BUTTON", |
| screamer | 28:0e774865873d | 48 | "value": true |
| adustm | 1:e86b1cffc402 | 49 | }, |
| screamer | 28:0e774865873d | 50 | "button-pressed-state": { |
| screamer | 28:0e774865873d | 51 | "help": "Value of the button when pressed", |
| screamer | 28:0e774865873d | 52 | "value": 1 |
| adustm | 1:e86b1cffc402 | 53 | }, |
| screamer | 28:0e774865873d | 54 | "no_led": { |
| screamer | 28:0e774865873d | 55 | "help": "This flag disables the heartbeat thread in tests. This is useful for platforms that don't have an LED or the LED is used for other functionality like LED on the SPI clockline etc", |
| adustm | 4:cf7342047b4d | 56 | "value": null |
| adustm | 1:e86b1cffc402 | 57 | } |
| adustm | 1:e86b1cffc402 | 58 | } |
| screamer | 28:0e774865873d | 59 | } |