Questions tagged [pins]

122 questions
1
vote
0 answers

Object pinned to github repo is experiencing delays when called back using pin_get

When I call back a pinned object from github I noticed that it does not return the latest updated version and there is at least five minutes delay. Here is an example: board_register_github(name = "GitHub-BFDD", repo = "AkthemRehab/BFDD", branch =…
Akthem
  • 53
  • 7
1
vote
1 answer

Generate access token / token key for Pinterest?

Any code example for https://api.pinterest.com/v3/oauth/access_token API. Followed this document but while implementing it, I am getting following error in response. { "error": { "message": "None", "oauth_error_code":…
jay sedani
  • 57
  • 9
1
vote
1 answer

Stepper Motor with ULN2003 drivers only vibrates and does not turn

I've been trying to get the Stepper Motor to work for over a week now. It's not been responding to my python script for a while now. When I just bought the Stepper Motor everything worked fine and I had zero problems. Now, a few weeks later, it…
1
vote
1 answer

Python, reading a GPIO pin on the Raspberry Pi

Im trying to read a GPIO Pin on my Raspberry Pi with python and dont know how to read more Values than just 0(LOW) or 1(HIGH) (GPIO.input) because i have this rotary Switch GPIO.setup(15,GPIO.IN) VALUE=GPIO.input(14)
1
vote
0 answers

How to customize user location pin (Xamarin Forms Google Map)

All is in the title, I just want to customise the user location pin with the package Xamarin.Forms.GoogleMaps on IOS. I've already tried this but it doesn't work at all and the user location pin is always the default. Map_Pharmacy.Pins.Add(new…
Hapax
  • 31
  • 4
1
vote
1 answer

fpga pins are deactivated

I have been developing an IP and it was working just fine until I used it in a project. After that two of fpga's output pins didn't work at all ! After some investigations I just realized that, in design summary these two pins reported under reg(s),…
Reflection
  • 399
  • 2
  • 11
1
vote
0 answers

control GPIO outputs

I'm trying to use GPIO of the camera as a flash output through its pins in c++. My code looks like that: HIDS m_hCam; // handle to camera . . . IO_GPIO_CONFIGURATION gpioConfiguration; gpioConfiguration.u32Gpio = IO_GPIO_2; …
1
vote
1 answer

How to add interactive pins on images in flutter?

I have trouble integrating images with interactive pins on Flutter.is it even possible? if so, how can I do it? Im looking for something similar to WordPress's Image Mapper plugin!
Katudi
  • 23
  • 3
1
vote
1 answer

Pins in iOS map exchange their images with each other after playing with map (Xamarin)

I am developing an app in Xamarin Forms that has a custom map with pins showing logos of the places on the map. All is working well, except that if I play with map a bit (for example move to another position or turn the map and come back) I see that…
1
vote
1 answer

Swift viewForAnnotation pin zposition not on top

In Swift i will try to set pin location(zPosition) on Top ,I am adding 10 pin on Map ,Current pin(Any one pin) showing on top and these current pin image is change, But its not showing on top , Please help me Here is my Code I have Try These code…
1
vote
0 answers

Pinterest API to get proposed pins in feed

It's possible to get user's pin. Also, it's possible to get a list of user's interests. But, how to get a list of pins by interests? Pinterest app shows a feed with proposed pins, but public Pinterest API…
ostukalo
  • 11
  • 1
1
vote
0 answers

Arduino keypad pins

I've been recently working with an Arduino - trying to develop a program. The program should find which pins a keypad button is connected to in order for it to be easier to use libraries such as "keypad". I don't need to use a multimeter. I'm…
1
vote
1 answer

Extract coordinate data from embedded Google Maps pins

Thanks in advance. I'm trying to get the coordinates for the pins in this embedded Google Map: http://www.tcatbus.com/learn/system-map Is there any way? I looked into KMZ extraction but was unable to find the file. Any other suggestions?
Arthur Teng
  • 11
  • 1
  • 2
1
vote
2 answers

Configuring LED pins as input on MACHxo2 board

I am attempting to configure the pins connected to the on board LEDs as input pins. Documentation states they are free i/o, but when I probe them with a scope it says they are outputting a "high" signal. This is on the MACHXO2 7000he cpld, but I…
1
vote
3 answers

'XHR returned response code 403' message when trying to Pin

I have been happily Pinning away on my Pinterest account. I never overdo it and one day i got the following messages after i tried to Pin one of my photos: XHR returned response code 403 it is almost a week and i still get this message when trying…
1 2
3
8 9