Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
hi
this is my timers_init(); func
static void timers_init(void)
{
uint32_t err_code;
// Initialize timer module.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS...
I am writing an App for the Central/Master side using the s130 v1.0.0 SD. I am connecting to the soft device using the python wrappers for the nRF51-BLE-Driver-Win 0.5.0....
I want to write a program in Keil by SPP for communicating with a thermal printer that uses SPP
but I can't find source code about that.
Is this possible to do this with...
Hello
i have nrf52 PAC10036 dev Board.
i am using the visualgdb.
when i try to create the instance of the TWI.
i got the error
please check image for detail.
How i can...
I want to turn off BLE-peripheral Advertising for 8 hours but I want to use another timer with period of 50ms to scan GPIO ,
when I change prescale of
APP_TIMER_INIT(APP_TIMER_PRESCALER...
Hello,
is there a good documenation or introduction about the Programmable Peripheral Interconnect Feature? I read the short part in the Objective Product Specification...
Hi everyone,
I need to use an nRF51822 (MBH7BLZ07-109033) mounted on a custom board.
I want to develop my firmware application on the custom board in such a way I can...
Hello,
I am using nrf51822 doing projects. I met an issuse which is that at the first 6 minutes, it can normaly go into UART interrupt and run subroutine successfully....
I'm testing out TWI on pins 24/25 and I get a crash when I attempt to do a TWI transfer and I find myself in: WDT_IRQHandler ()
I'm using much of the example code:
APP_TWI_INIT...
Hello, I have a few nRF devices, and I am unsure as to which revision the ICs are. Here are the three HWIDs:
0x00AE,
0x0086, and
0x0077
I tried looking into the nRF51_Series_Compatibility_Matrix_v2...
Hi,
I need to sample 2 inputs at 200Hz and send it on an app. Can I send the data at this speed using UART service? I was trying to do it using HRM example but could not...
Hi, I am trying to compile the code
github.com/.../main.c.
I need to include the header file uart_confg.h, can someone tell me where I can find it in the sdk 10 component...
Hi,
I wrote a program that uses ESB communication between two nodes. On both sides I use the same ESB configuration and the same ESB init function, the difference is only...
Hello,
Environment: nRF51DK + SDK8
We've developed the beacon application but the advertising interval is set to 5 seconds. The beacon can be discovered by nRF Connect...
I have searched here on the DevZone, and also around the web, and don't see this issue mentioned elsewhere. I really appreciate any help finding a solution.
I tried following...