But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
hi, i build a test project to test IAP(in system program) function of nrf24le1. the project just did follow things:
1. setup uart;
2. erase page 30
3. write data "0xaa...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...
hi there!
i'm struggling with the problem about using i2c with IoT SDK.
my project is about transferring sensor data (i2c) through ipv6 over ble , so i used the IoT softdevice...
I'm considering purchasing a nrf51 sniffer USB dongle. I believe I can use this to sniff beacon packets and with wireshark view the packet internals, data, channel number...
Hi
I tried to flash the softdevice with nrfprog, but it does not work. Even with nRFgoStudio it does not work.But with IAR I can program an example of the SDK (without...
Hello, all
I have a problem with ble data exchanging.
I have programmed an application which controls servo motors through phone application.
At the connection, ble...
Hi,
I am trying to use the SAADC to periodically sample an input from AIN0 and send the resultant data over a BLE link to a phone. Going through the forums I saw that the...
Hi,
I am trying to debug the blinky example project on the nRF52 development kit.
I have followed the following tutorial: devzone.nordicsemi.com/.../
Building and flashing...
I'm in the process of designing a circuit that requires Bluetooth. So instead of having a separate chip for Bluetooth and processing, I decided to use a Nordic Semiconductor...
Classic C documentation issue. Are the values that are passed by pointer (p_peer_address and p_whitelist) to sd_ble_gap_adv_start() copied into that function, or do they need...
I'm trying to read the 32-bit value of TIMER1, but it seems the value I read is always 16-bit value. When I debug the value is never above 0xFFFF.
snippet from nrf_drv_config...
The peripheral is actually a dual-mode device, with BLE being a peripheral device.
I can connect to this device and discover the GATT services with the nRF Connect iPhone...