Avatar for zeromem

zeromem

Member since Jun 2019 • Last active Jun 2020
  • 0 conversations
  • 14 comments

Most recent activity

  • in News
    Avatar for zeromem

    And one more question, the SWD test pads is available on the PCB?

  • in News
    Avatar for zeromem

    Wow! Just tested and play Clotris! Nice.

  • in News
    Avatar for zeromem

    OK, thank you. What is "VT100 Terminal support on LCD"?

  • in News
    Avatar for zeromem

    Nice! If I want to solder something small inside, is there any space left? Or maybe to pull outside i2c bus? Looks like No.1 F18.

  • in Porting to new Devices
    Avatar for zeromem

    I tested the new version, thank you.

    >process.env
    ={
      VERSION: "2v04.160",
      GIT_COMMIT: "e4a306e3",
      BOARD: "NRF52840DONGLE",
      FLASH: 1048576, RAM: 262144,
      SERIAL: "321d5edb-78df5aa8",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,hea" ... "etworkJS,neopixel",
      EXPTR: 536885596 }
    > 
    
  • in Porting to new Devices
    Avatar for zeromem

    Tested OK save().

    >save()
    =undefined
    Compacting Flash...
    Calculating Size...
    Writing..
    Compressed 200000 bytes to 6294
    
    >process.env
    ={
      VERSION: "2v04.121",
      GIT_COMMIT: "572d768e",
      BOARD: "NRF52840DONGLE",
      FLASH: 1048576, RAM: 262144,
      SERIAL: "321d5edb-78df5aa8",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,hea" ... "etworkJS,neopixel",
      EXPTR: 536885656 }
    > 
    
  • in Porting to new Devices
    Avatar for zeromem

    Same thing on my dongle. :(

    >save()
    =undefined
    Compacting Flash...
    Calculating Size...
    Disconnected
    
    >process.memory()
    ={ free: 12476, usage: 24, total: 12500, history: 7,
      gc: 0, gctime: 20.05004882812, "stackEndAddress": 537092912, flash_start: 0, "flash_binary_end": 478792,
      "flash_code_start": 966656, flash_length: 1048576 }
    
    >require("Storage").getFree()
    =40960
    > 
    
  • in Porting to new Devices
    Avatar for zeromem

    Working on my dongle! Thank you!

    >process.env
    ={
      VERSION: "2v04.121",
      GIT_COMMIT: "572d768e",
      BOARD: "NRF52840DONGLE",
      FLASH: 1048576, RAM: 262144,
      SERIAL: "321d5edb-78df5aa8",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,hea" ... "etworkJS,neopixel",
      EXPTR: 536885656 }
    > 
    
  • in Porting to new Devices
    Avatar for zeromem

    Working on my dongle! Thank you!

    >process.env
    ={
      VERSION: "2v04.33",
      GIT_COMMIT: "f34cce8e",
      BOARD: "NRF52840DONGLE",
      FLASH: 1048576, RAM: 262144,
      SERIAL: "321d5edb-78df5aa8",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,hea" ... "etworkJS,neopixel",
      EXPTR: 536885656 }
    > 
    
  • in Porting to new Devices
    Avatar for zeromem

    Hi, any news about Nordic nRF52840 Dongle support? I just got one. Thank you.

Actions