Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
With the new nrf_drv_gpiote, how can I know if the handler has been trigged by event "low to high" or "high to low"?
Please, could you provide a configuration exemple?...
Hello,
I am a beginner. Just bougth a nRF51 DK but have not received it yet.
My second question of the day, very related to my first one, but thoutgh they were different...
Hello, beginner here. :)
I just bought an nRF51 DK, but have not received it yet.
I decided to test it because my older BLE module (HM-11) only allowed me to scan beacons...
Hello.
I installed all of relevant software tools and compiled blinky_example with nRF51822 Dev B/D.
Unluckily, build result is like below.
._build\blinky_arm.axf:...
I have built an application using SD120 v2.1.0. The app runs fines from 0x1d000. When I run an own bootloader (RS485, no need of interrupts or SD120, no pstorage functions...
Hello, My question is that in sleep mode my nrf51822 current consumption is 0.98mA, with only GPIOTE enable, however when I disable it, the current falls to 13uA, but the...
Can anybody explain me step by step how to set an Timer interrupt with blinky LED sample code, since i am new in Coding. I am using nRF51_SDK_8.0.0_5fc2c3a/ timer example...
Hello--
On my Mac OSX system, an nRF51 DK loaded with the HID mouse example doesn't list as a mouse device (no mouse icon listed in the OS) when I start advertising. Instead...
I am working with the BBC on the Microbit project. bluetooth nRF51822 has an ARM Cortex -M4F CPU which is MUCH more powerful than the ARM Cortex M0 being used as CPU. Is it...
Since it appears that version 1.20 is broken and useless, does anyone know where to get an earlier version for 64-bit machines? A co-worker has 1.17 for 32-bit but it refuses...
Hi, I just got my nrf51 DK, I compiled the BLE_URIBeacon example from mbed and downloaded the hex file, 361.2KB. I pushed the RESET button and connected the USB cable to my...
Hi
I use an avr attiny441 with the nRF24AP2. Communication is over SPI byte flow. After start up, I get the start-up-message from nRF24AP2. That's fine. Afterwards, when...
Hi all,
I tried to implement a software ACK between two NRF24LE1 devices, but failed.
In my tick_interrupt_ISR, I send a frame from device_A to device_B, and I want to...
I would like to start a pwm signal on PIN 15 while BUTTON_1 or BUTTON_2 is pressed. If BUTTON_1 or BUTTON_2 is released, than there should be no signal(low) on PIN 15.
...