Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
T

Toyman

@Toyman
About
Posts
167
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GUIDE - NRF5 / NRF51 / NRF52 for beginners
    T Toyman

    @sancho119 said in GUIDE - NRF5 / NRF51 / NRF52 for beginners:

    Hello,

    Some news !
    i buy a Jlink, and success in erase my nrf52832 with nrf prog, using method of berkseo.

    Next i try to upload a basic sketch (blink) :

    #define MY_RADIO_NRF5_ESB
    #include <nrf.h>
    #include <MySensors.h>

    void setup() {
    Serial.begin(9600);
    hwPinMode(LED_BUILTIN,OUTPUT_H0H1);
    }

    void loop() {
    digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
    delay(1000); // wait for a second
    digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
    delay(1000); // wait for a second
    }

    I have this :

    Open On-Chip Debugger 0.10.0-dev-00254-g696fc0a (2016-04-10-10:13)
    Licensed under GNU GPL v2
    For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
    debug_level: 2
    0
    adapter speed: 10000 kHz
    cortex_m reset_config sysresetreq
    Info : No device selected, using first device.
    Info : J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04
    Info : Hardware version: 7.00
    Info : VTarget = 3.300 V
    Info : clock speed 10000 kHz
    Info : SWD IDCODE 0x2ba01477
    Info : nrf52.cpu: hardware has 6 breakpoints, 4 watchpoints
    nrf52.cpu: target state: halted
    target halted due to debug-request, current mode: Thread
    xPSR: 0x01000000 pc: 0x0000051c msp: 0x20010000
    ** Programming Started **
    auto erase enabled
    Warn : Unknown device (HWID 0x00000139)
    Warn : not enough working area available(requested 32)
    Warn : no working area available, falling back to slow memory writes
    wrote 12288 bytes from file C:\Users\Sancho\AppData\Local\Temp\arduino_build_76789/NRF5_blink_led8.ino.hex in 4.155332s (2.888 KiB/s)
    ** Programming Finished **
    ** Verify Started **
    Warn : not enough working area available(requested 52)
    verified 10812 bytes in 0.165932s (63.632 KiB/s)
    ** Verified OK **
    ** Resetting Target **
    shutdown command invoked

    I think its good, but when i put a led with a resistance on P0.08, nothing :(

    could you help me more ?

    LED_BUILTIN corresponds to po17

    Development

  • 💬 MySensors NRF5 Platform
    T Toyman

    I thought I mastered nrf5 platform bit it looks I am not.
    I have a PCB where i2c sensor is hardwired to po30 and po31 of nrf52832.
    What changes I have to make in MyBoardNRF5.cpp?
    Shall I bring lines 28/29 that have "A4" and "A5" in their desciption to 30th and 31st position in the list?

    OpenHardware.io contest2017 nrf52 mysensors nrf5 nrf51

  • nRF5 action!
    T Toyman

    @ileneken3 have you returned the jumpers back?

    My Project

  • nRF5 action!
    T Toyman

    @omemanti said in [nRF5 action!]Maybe that's the €3 solution for unlocking.

    BMP is enough to unlock. BluePill costs ca. €2 and it's easily convertable to BMP

    My Project

  • nRF5 action!
    T Toyman

    @mr_red said in nRF5 action!:

    Is there any way to do this over the programmer?

    Not in Arduino. In KEIL you can use RTT (pretty cool stuff, debug via SWD)
    But if you just want to decrease a number of programmers, you can use Black Magic Probe, made from BluePill ($2 at Ali). It is 2-in-1 SWD and USB-UART converter on one PCB

    My Project

  • 💬 nRF52832 ESP-LINK Shield for ESP8266 Wemos D1 Mini
    T Toyman

    Can you pls. upload the design files?

    OpenHardware.io

  • my first nrf5 ... NRF51/NRF52 which is better for MySensors ?
    T Toyman

    @rozpruwacz said in my first nrf5 ... NRF51/NRF52 which is better for MySensors ?:

    So smd modules are no good for me

    If so, your only choice is nrf52DK. Solid investment given you get jlink programmer with it

    Hardware

  • my first nrf5 ... NRF51/NRF52 which is better for MySensors ?
    T Toyman

    how do you guys solder nrf52840 modules without reflow oven?
    they have many pads at the bottom

    Hardware

  • my first nrf5 ... NRF51/NRF52 which is better for MySensors ?
    T Toyman

    @hugob said in my first nrf5 ... NRF51/NRF52 which is better for MySensors ?:

    • The programmer on the Arduino IDE is not working for me ("No J-Link" error, while there is a J-Link interface available), so I export a HEX fle form Arduino IDE and program the board with the nRFConnect tool from Nordic.

    if read sandeep's notes on Githun, you'll find you have to replace the driver with Zaddig but then Jlink will stop functioning in Keil.
    That's why I use BMP for Arduino-style programming as it has its own drivers and do not ruin jlink installation

    Hardware

  • my first nrf5 ... NRF51/NRF52 which is better for MySensors ?
    T Toyman

    @rozpruwacz I would strongly encourage you do start with nrf52832 ebyte mosule coupled with Nevrdie's breakout board. It is a) proven b) cheap c) breadboard friendly

    Hardware

  • nRF5 action!
    T Toyman

    @omemanti that's strange, I use the methos regularly and it worls fine.
    Oh! Actually, sandeep's installation messes up Jlink drivers so they require reinstall for the method to work.
    That's why I am using arduino nrf5 with BMP to completely separate Arduino from Jlink

    My Project

  • nRF5 action!
    T Toyman

    @omemanti actually, all you need is to issue the following command:
    nrfjprog.exe --recover

    My Project

  • nRF5 action!
    T Toyman

    @speechsupply this thread is golden. I was so empowered that was able to easily switch to nRF SDK and to start producing (semi) commercial BLE-ANT device

    My Project

  • nRF5 action!
    T Toyman

    @neverdie I am afraid it still relies on Softdevice

    My Project

  • nRF5 action!
    T Toyman

    @neverdie what are potential advantages of micropython?

    My Project

  • nRF5 action!
    T Toyman

    @neverdie I've setup the bootloader for my BT project and I confirm its much easier than it looks.
    Can it be used for MySensors? For BT, I create a hex file in Keil and then upload it via nrftoolbox app.
    Can the same procedure be used with MySensors? OTA needs Softdevice and Softdevice is not compatible with MySensors

    My Project

  • nRF5 action!
    T Toyman

    Guys, remind me pls: is CR2450 enough for the nrf52 Ebyte module acting as a Mysensors node?
    Is it capable to handle tx current spikes?
    Energizer datasheet states 9ma as max curent pulse. Is it sufficient?

    My Project

  • SMD Reflow Oven / PID
    T Toyman

    @nca78 said in SMD Reflow Oven / PID:

    small 10*10cm hotplate

    interesting. Do you use an ordinary kitchen hotplate?

    My Project

  • SMD Reflow Oven / PID
    T Toyman

    @neverdie c'mon, you don't need any special syringe. Ordinary BD will do
    Regarding the motor operated one, I actually printed out a full set of 3d parts for the motor oerated syringe but never assembled as there is no need.
    If I ever decide to automate the process, I'll make an air driven station with 2 valves. Mechanic solder syringes are supposed to be used with this type of dispensers.

    My Project

  • SMD Reflow Oven / PID
    T Toyman

    @neverdie yes, although I use the one in small cans and reload small amount into 1 ml syringe (with proper gauge needle!)

    https://www.aliexpress.com/item/Original-Low-temperature-soldering-Paste-Flux-MECHANIC-B80-60g-Solder-tin-paste-Sn42-Bi58-For-Hakko/32878574326.html?spm=2114.search0204.3.1.51224cc6X3Qstz&s=p&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10151_10065_10344_10068_5722815_10342_10343_10340_5722915_10341_10543_5722615_10696_10084_10083_10618_10307_10301_5722715_10059_100031_10103_10624_10623_10622_5722515_10621_10620,searchweb201603_55,ppcSwitch_5_ppcChannel&priceBeautifyAB=0

    This bottle contains all the needles conviniently cut

    https://www.aliexpress.com/item/50ml-Empty-E-liquid-Plastic-Rosin-Flux-Alcohol-Bottle-For-Dispenser-Rosin-Solder-Flux-Paste-11/32810052820.html?spm=2114.search0204.3.14.37687b2184NHbx&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10151_10065_10344_10068_5722815_10342_10343_10340_5722915_10341_10543_5722615_10696_10084_10083_10618_10307_10301_5722715_10059_100031_10103_10624_10623_10622_5722515_10621_10620-10620,searchweb201603_55,ppcSwitch_5_ppcChannel&algo_expid=47557fe8-25e4-4763-96f0-5831fc4e628f-1&algo_pvid=47557fe8-25e4-4763-96f0-5831fc4e628f&priceBeautifyAB=0

    My Project
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular