Sony's Developer World forum

    • Home
    • Forum guidelines
    1. Home
    2. Spresense
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • C

      Firmware Update Tool available for LTE Extension Board
      • CamilaSouza

      3
      3
      Posts
      1760
      Views

      C

      Hello, @jens6151-0-1-1
      Yes, you are using the latest FW version for Japan region 🙂
      And those seem to be indeed the updates for this FW version.

    • N

      Getting the LTE board to work (on Truphone)
      • nimish

      3
      3
      Posts
      1975
      Views

      N

      @gendor182 try sending AT+COPS or another at command and grabbing error info

      https://github.com/nimish/cxd56_lte_at_cmd

    • DanielSand

      Where do I get started with Spresense development?
      • DanielSand

      5
      5
      Posts
      9494
      Views

      Armaghan

      Getting started with Spresense using Arduino:
      https://developer.sony.com/develop/spresense/developer-tools/get-started-using-arduino-ide/set-up-the-arduino-ide

    • N

      What is "score" file used in ssprocLib?
      • NavaneethRao 2

      3
      3
      Posts
      10
      Views

      N

      @CamilaSouza Thanks a lot for the inputs. I had not seen the test scripts. It worked for me.

    • M

      Upgrading spresense board flash memory
      • maxieaussie 0

      14
      14
      Posts
      132
      Views

      M

      @jens6151-0-1-1 Hi Jens. Ouch! Thanks for clarifying this. I was hoping to store my tflite model which is not so lite :-)-tried all conversion options with no luck . Converted to const it ended up around 56,172,546 🙂 I think I might have to change to a Renesas RZ/V2L MCUs! (I am not into Coral Boards and alikes). I was only using Arduino for a quick check but yes even with any other option there is no way the model would fit!

    • S

      Unable to recover Spresense mainboard back to factory setting
      • Stlim 0 1

      4
      4
      Posts
      133
      Views

      M

      @CamilaSouza Here it is
      Edition Windows 10 Home
      Version 21H2
      Installed on ‎16/‎04/‎2021
      OS build 19044.2486
      Serial number <redacted>
      Experience Windows Feature Experience Pack 120.2212.4190.0

      Device name <redacted>
      Processor AMD 3020e with Radeon Graphics 1.20 GHz
      Installed RAM 4.00 GB (3.38 GB usable)
      Device ID <redacted>
      Product ID 00356-02198-97605-AAOEM
      System type 64-bit operating system, x64-based processor
      Pen and touch No pen or touch input is available for this display

      Thanks
      P.S
      I have not tried this process with the original memory chip

    • G

      How to share flags in spresense?
      • gyps

      3
      3
      Posts
      11
      Views

      G

      @jens6151-0-1-1 Thanks for your suggestion, It worked with that program.

    • J

      WiFi Add board: Connection Problem
      • jp04

      13
      13
      Posts
      285
      Views

      J

      @CamilaSouza Hi. Thanks for keep helping me with this topic. Yes, I contacted the GS2200M module manufacturer (Telit) and they asked me to contact the supplier (IDY) instead.

    • G

      What is the difference between "make clean" and "make distclean"?
      • gyps

      5
      5
      Posts
      45
      Views

      G

      @CamilaSouza Thank you very much for your kind answer.
      Your answers are helpful to understand.

    • N

      Changing analog reference voltage in Spresense
      • NavaneethRao 2

      7
      7
      Posts
      267
      Views

      N

      @CamilaSouza Thanks a lot.

    • J

      Issues flashing bootloader WSL2?
      • Jolle

      3
      3
      Posts
      73
      Views

      C

      Hey, @Jolle
      What is your windows version?

    • J

      SPresense SDK on WSL2 ?
      • jln 0

      12
      12
      Posts
      1677
      Views

      J

      @gyps Thank you very much, it works !

    • N

      Access SPI Flash via memory map
      • nimish

      6
      6
      Posts
      1321
      Views

      C

      Hi, @maxieaussie-0
      I already replied in the other post, but I'll just replicate the answer here for reference.

      Physically upgrading the Flash will not work because Secure CPU defined fixed size of partitions, for SPK area and User area.
      So even if you re-worked SPI Flash, it is the same size on software side.

    • B

      plate recognition Example
      plate camera • • Beckmx

      3
      3
      Posts
      132
      Views

      C

      Hello, @Beckmx

      Currently the code for the License Plate Recognition example is not ready to be published.
      This situation might change in the future, but on the meantime I encourage you to look at the projects published on the Spresense Developer Challenge 2022
      https://www.hackster.io/contests/Spresense2022

      There are a lot of interesting examples to draw inspiration from 🙂

    • G

      I can't get the camera sample program to work.
      • gyps

      11
      11
      Posts
      236
      Views

      C

      @gyps

      Thank you for the feedback!

    • J

      GPS not able to obtain the location
      • jp04

      2
      2
      Posts
      143
      Views

      J

      Hi @jp04,

      I had the same situation here. 3-4 satellites are not enough to get a fix. I got a fix quickly when the readings showed 7-10 satellites.

      I recommend to try the following.

      You might have bad luck with the sight of the satellites. Therefore try again at another location or another time. Attach a battery and go outside or at least near a window. You can use an augmented reality app on your phone that shows where the satellites are. Add other satellites than the default. For example set satType to eSatGpsQz1cQz1S if you are in Japan. See the comments in the demo. Try to attach an external GPS antenna. It requires additional parts (available at Adafruit or Akizukidenshi) and requires soldering. I can give you some advice if you want. Check if the wifi board or anything you place around the antenna causes interference.

      Should you get a fix, you can save the satellite data for a hot start the next time. This call persists the data to flash memory in case you power off. Don't use the function on each update as it will wear off the flash memory.

      Gnss.saveEphemeris();

      Btw. I would be interested your opinion on the wifi addon board you ask for in another post. Will you send large data like images? Is it fast and reliable?
      I flashed the AT firmware to one of my ESP-32 boards and connected it via UART. It works but the transfer rate is pretty slow due to the limitting UART.

    • N

      Installing SSL Certificate(.pfx file) in Spresene main Board
      • Noor

      3
      3
      Posts
      139
      Views

      C

      @Noor and @jp04

      You two are using two different WiFi board options, but you are dealing with the same issue of how to upload the certificates related to SSL connections by using AT command.

      I thought you might benefit from getting in touch.

    • G

      This topic is deleted!
      • ghufran

      1
      1
      Posts
      2
      Views

      No one has replied

    • A

      Using Analog Pin
      • Ajit01

      2
      2
      Posts
      207
      Views

      C

      Hey, @Ajit01

      In the past when I got random results from analog signals I had forgotten to connect the sensor GND with Spresense GND. Please check this.

      But to make sure that everything is good with the spresense analog in, you can test connecting the 3.3V pin to A0 and then the 5V pin to A0 and printing the value.

      Doing this here I got 658 with 3.3V and 986 with 5V.

      Code I used to test mine:

      int sensorPin = A0; // select the input pin for the potentiometer int sensorValue = 0; // variable to store the value coming from the sensor void setup() { Serial.begin(9600); } void loop() { // read the value from the sensor: sensorValue = analogRead(sensorPin); Serial.println(sensorValue); delay(1000); }
    • S

      Spresense SDK - Setting Up GPIO Interrupts
      • Sean Phillips

      2
      2
      Posts
      250
      Views

      C

      Hello, @Sean-Phillips!

      Good to see that you're enjoying your Spresense learning process 🙂

      About the interrupts, there are some resources that might help you!
      In https://developer.sony.com/develop/spresense/docs/arduino_developer_guide_en.html#_functional_differences, check out the section on Interrupts. It has a lot of important information.

      Also, check out the Arduino example that's under "Low Power -> External Wake Up"
      https://github.com/sonydevworld/spresense-arduino-compatible/blob/master/Arduino15/packages/SPRESENSE/hardware/spresense/1.0.0/libraries/LowPower/examples/ExternalWakeup/ExternalWakeup.ino

      To choose the pins from the Extension board, you only need to change the pin number for a pin in the extension board. If you're unsure about the pin numbers of the extension board, check out the extension board section in our introduction https://developer.sony.com/develop/spresense/docs/introduction_en.html#_extension_board.

      Let me know if the material makes sense to you or if I can help you with anything else.

      Have fun!

    • undefined


      •


      Posts

      Views
    Developer World
    Copyright © 2021 Sony Group Corporation. All rights reserved.
    • Contact us
    • Legal