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...
Hi all,
we are using the nRF51822 together with another module that provides an 1.8V UART only (LO = 0V, HI = 1.8V). Other IC´s on the device are using 3V Vdd and are connected...
I would like to make two BLE single mode devices to communicate with each other and Bluetooth v4.1 supports that, I was wondering if any of Nordic's modules support v4.1?
Referring to page 58 of the reference manual there is a ANAEN control signal that will contect a gpio pin to a corresponding analog input
I am using GPIO P0.01 -> AIN2...
I have started "playing" with the nRF51822 eval kit and the LED-Button example explained in the nAN-36. I wanted to know how is the UART port configured but I have not found...
Is it possible to count pulses with the 51822 from an external device in the range of 250-15.000 pulses pr. second, while the CPU is powered down (softdevice sleep)?
I...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hi all,
i am new to nordic and I working on the project to scan/locate iBeacon by using nRF51822,
I can't found a related sample code on SDK 5.2.
Is there something I...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I have built a board using a reference design for the USB dongle board for the NRF24LU1+. Now when I connect to the USB the system identifies the device as "nRF24LU1+ -F32...
Hi!
I just ordered nRF51822 and nRF8001 chipset from Digikey, not dev KIT. I want to develop product by ourself based on nRF51822 and nRF8001 chipset so I want to have all...
In s210 there are functions sd_flash_page_erase, sd_flash_protect, and sd_flash_write. There is no sd_flash_read.
How do I read from flash? I can write to is using sd_flash_write...