Need help: snap created shows Uploaded to: Global store but unable to find on store

Hello All,

I have created “distance1” snap and completed the process mentioned in snapcraft.io document.
When checked the same snap using snapcraft login, it shows that uploaded to global store.
Now I would like to install the distance1 snap to another Raspberry Pi from the store. But when tried to search on store, I was not able to find.
Do I miss any process. Please suggest

Please find the details of the snap as below,

This snap measures distance between ultrasonic sensor and obstacle in centimetre. The program is created in python.

The module is a sensor which can measure distance and runs with 5V, so be aware of the Echo pin, it needs a voltage devider to have a lower voltage then 3.3V.

Here is a reference sheet for the module: www.micropik.com/PDF/HCSR04.pdf

I used the GPIO.BOARD mode and for the trigger(output) pin 11 and for echo(input) the pin 13, it can be changed to what ever you want.

Please see the test file for further explanation.

Thanks & Regards,
Ashish

I can find and install it from the global store on a pi without any problems over here …

ogra@pi2:~$ snap info distance1
name:    distance1
summary: This snap measures distance between ultrasonic sensor and obstacle in centimetre.
  The program is created in python.
publisher: ashishjoshi
license:   unset
description: |
  This snap reads distance from the obstacle.
snap-id: OJlFNGISg9OBlaClwJeHhSNPB56JSVYe
channels:                    
  stable:    master (12) 8MB -
  candidate: ↑               
  beta:      ↑               
  edge:      master (10) 8MB -
ogra@pi2:~$ snap install distance1
distance1 master from 'ashishjoshi' installed
ogra@pi2:~$ snap list distance1
Name       Version  Rev  Tracking  Publisher    Notes
distance1  master   12   stable    ashishjoshi  -
ogra@pi2:~$
1 Like

Thanks for your help, will try it again on another Pi