Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi there! I'm an engineering student who is just getting started with all the ARM SoC's and BLE environmenment, in order to develop a project for college. The project that...
I try to test Relay performance of BLE mesh, my setup as following:
1 one client loaded light switch client;
2 two server loaded light server with Relay On;
3 one sever...
Hi, I'm looking to use the nRF9160 DK as an IoT Bluetooth Gateway as listed on the nRF9160's product page. Basically, I am tasked with connecting two nRF52840's (both in GATT...
Hi, I am developping a product with battery power. To preserve the battery life, this product needs to work in low power mode. How can configure nRF51 to advert in low power...
Hi,
I'm using the PCA10056 as a JLINK to my custom board. My board is powered by a LiPo battery through VDDH, and I have access to the SWD pins. I'm also using Segger Embedded...
I started from the blinky example for pca10040e (NRF52810) on SDK15.3, added some files and code to get TWI_MNGR working but i get an error which i can't solve
`.nrf_queue...
Hello
I am currently trying to read data and save the timings of it. When pushing a button on my custom made PCB, the microcontroller goes to the handledata function....
Hey,
So I've been using the Verizon SIM card supplied by nordic with our nRF9160 dev kit. I never really new how the APN was getting configured because it just happened...
Hi, I have DK-52840 where the ATMEL ATSAM3U2C is the on-board debugger. I replace firmware via my J-LINK ULTRA+ JTAG through 10-pin connector on-board, I used J-Link Commander...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_pwm.html
Where are more docs like this explaining how to use the drivers?
Hello, everyone, I am a fresh guy using nrf toolbox to read UART (52832) logs. Now I installed nRF Logger and try to save the UART log file. Does anyone can teach me how to...
Greetings to all, I am trying to debug the PrnRF Connect Programmer with visual studio code, but I can not find a way to achieve this. They could give me a hint of how to...
we have a linux gateway with an nrf52832 connected via serial port. the gateway communicates with a modified connectivity HCI application on the nrf52. the gateway device...
Hello everyone,
I am using nrf24l01p. It works fine but some times gets hang, doesn't receive data at all. I am sure that this is not the problem of micro controller because...
I am using the original board. Crystal of 32kHz has not been mounted on this. So, I want to use the internal RC Oscillator. In addition, I use a hrs example of nRF5_SDK_11...