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...
Using SDK 15.
adc_read works properly in main loop.
When called from an APP_Timer or from BLE connect event, function hangs. I set a breakpoint at the handler, and breaks...
The documentation states, “Only one data pipe can receive a packet at a time”
So what is the minimum acceptable delay between the receipt of two packets to two different...
Hi,
I have gone through PPK user guide but it is not working out.
In my setup I am using
One DK as external SEGGER JLink
One PPK as standalone power profiler
One...
Hi,
I want to interface wifi module(for example ESP8266 ) with nrf52832.
I need to transfer some data (received through bluetooth) to cloud(AWS).
Can I expect esp8266...
I have been trying to get the Timeslot API working with v15.0.0 of the nRF5 SDK, and have not had any success. All of the examples that I can find are built for much older...
I'm trying to implement the HID service on a custom nrf52832 board, unfortunately I'm running into problems.
Here's what happens: Advertising, connecting to the board,...
Hi,
I think I already know the answer but just to be sure, there is no difference on using printf (with added retarget library) and the app_uart_put() since printf will...
Hi, This is what constant carrier looks like at 2450MHz on my custom board using DCDC disabled
This is with DCDC enabled:
It can also look much worse with no real...
Hi there,
I'm looking at porting (i.e. re-implementing) an Arduino project to the nRF52832 to take advantage of the s212 or S332 softdevices. This chip is a few orders of...
I want to created a connectable iBeacon with nRF52810. I would like to connect my beacon through an app like nRF Beacon app and would like to configure....
* UUID
* Major...
Trying to run the SPI Master application on a custom nrf52382 based device (custom PCB) to communicate with an ADC chip that is taking analog values from a Multiplexer. Not...
I've designed a custom board for the NRF52832. Current consumption is not a major concern, and the pin location was convenient, so I wanted to use P0.00 and P0.01 for I2C...
Hi,
This is a problem report for the Programmer App v1.0.1 on nRF Connect v2.6.1 on MacOS 10.14.2. I have been attempting to use the programmer app with the nRF52 Dongle...
Hi all,
I have a trouble. I use 2 Dev Kit NRF52832. Flash light switch server proxy and light switch client proxy. Issue is when I erase and flash the first time, Client...