I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello everybody,
I have two nRF51822. One of them is connected to MCU (STM32 Development Board Nucleo 32) via USART with 115200 baudrate. The other one is connected to USB...
I'm having issues trying to program a custom board with NRF52832_QFAB in DC/DC config. I couldn't reach a complete programming getting error in open ocd with two programmers...
I'm looking for the NRF52840 hardware reference designs. Most of the links I saw seems broken. I'm particularly interested on the minimum components used as I'm looking at...
i am testing nrf power consumption using amper testing method and example which i am using was ble_app_uart. i modified the example by adding app_timer and removed sleep,...
i want to sample 2 ADC channels value and send to smartphone, and my thought is use the software time to sample 2 ADC channels every 500ms, the code is like this below. void...
Hi,
I am trying to toggle an LED in bootloader, adding nrf_gpio_cfg_output/write has no effect to the code. The code compiles without errors but doesnt seem to be executed...
So I have been using your chipsets for a little while now and love using Nordic products. The GPIO are super easy to use with your drivers and there isn't 18 million sleep...
Hi,
I want to make a bluetooth mesh system with over 400 bluetooth devices. As I know the Nrf52840 Dongle can connect to 20 devices concurrently, so if I use 20 Nrf52840...
Hi
Am trying to establish nrf52 DK as peripheral with nRF connect application as central but am unable to establish connection between both.
Please debug the following...
I've been using the CLI and also piping NRF_Log thru the same backend. In my application there are alot of time critical operations. I've noticed with some GPIO toggling for...
We have a device with firmware based on 14.2 (with sd-id 0x96) and we're trying to do a DFU over BLE to a firmware base on 15.2 (with sd-id 0xAE).
We can do a firmware update...
Hello:
I've got a application where I want to detect if the NRF52 is near a NFC reader. I don't need two way communications, but it would be good if the reader could modulate...
OK - so I just started with these chips, and have been asked to find out why SWO debug signal is getting corrupted.
At fairly random intervals the signal passive state inverts...
Hi,
I'm having problems connecting to my device, because whenever I do so, the SoftDevice asserts at address 0x12CFA.
I use softdevice S140 v6.0.0 and SDK v15.0.0.
I...