Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
This is SDK 8.1.0, Softdevice 7.3.0 (not being used for this demo), running on a NRF51822-CEAA.
The minimal program below just sets the WDT for 10 seconds, then goes into...
Hi,
I have designed a custom board with nRF51822 but when I connect the custom board and j-link with an adapter the program nRFgo can't detect the chip.
When I conenct...
I'm using DK as the programmer connected (via Debug Out) to a naked nrf51 module (Rigado BMD-200). I can program it via DK, but RTT doesn't work (no output in J-Link RTT Viewer...
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...